1. 812b0f5 perf annotate: Prefer cmdline option over default config by Ravi Bangoria · 5 years ago
  2. 7384083 perf annotate: Make perf config effective by Ravi Bangoria · 5 years ago
  3. 3b0b16bf perf tools: Support --prefix/--prefix-strip by Andi Kleen · 5 years ago
  4. d46a4cd pref tools: Make 'struct addr_map_symbol' contain 'struct map_symbol' by Arnaldo Carvalho de Melo · 5 years ago
  5. 2975489 perf annotate: Pass a 'map_symbol' in places receiving a pair of 'map' and 'symbol' pointers by Arnaldo Carvalho de Melo · 5 years ago
  6. 7841f40 perf hist: Count the total cycles of all samples by Jin Yao · 5 years ago
  7. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  8. 3f79132 perf annotate: Add missing machine.h include directive by Arnaldo Carvalho de Melo · 5 years ago
  9. d3300a3 perf symbols: Move mem_info and branch_info out of symbol.h by Arnaldo Carvalho de Melo · 5 years ago
  10. 4becb23 perf tools: Remove needless thread.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  11. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  12. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  13. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  14. bdd1666 perf annotate: Remove hist__account_cycles() from callback by Jin Yao · 6 years ago
  15. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  16. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  17. 2eb3d68 perf hist: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  18. 7137ff5 perf symbols: Use cached rbtrees by Davidlohr Bueso · 6 years ago
  19. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  20. 88c2119 perf annotate: Add --percent-type option by Jiri Olsa · 6 years ago
  21. 92ead7e perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] by Ravi Bangoria · 7 years ago
  22. f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  23. cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
  24. a47e843 perf annotate: Move disassembler_style global to annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  25. 1eddd9e perf annotate: Adopt anotation options from symbol_conf by Arnaldo Carvalho de Melo · 7 years ago
  26. 982d410 perf annotate stdio: Use annotation_options consistently by Arnaldo Carvalho de Melo · 7 years ago
  27. e345f3b perf annotate: Pass perf_evsel instead of just evsel->idx by Arnaldo Carvalho de Melo · 7 years ago
  28. 7ebaf48 perf annotate: Support '--group' option by Jin Yao · 7 years ago
  29. 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 7 years ago
  30. be31640 perf annotate: Introduce --ignore-vmlinux command line option by Arnaldo Carvalho de Melo · 7 years ago
  31. 7f0b6fd perf annotate: Move the default annotate options to the library by Arnaldo Carvalho de Melo · 7 years ago
  32. befd2a3 perf annotate: Introduce the --stdio2 output mode by Arnaldo Carvalho de Melo · 7 years ago
  33. bb848c1 perf annotate: Support to display the IPC/Cycle in TUI mode by Jin Yao · 7 years ago
  34. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  35. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  36. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  37. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  38. 9cef4b0 perf annotate browser: Support --show-nr-samples option by Taeung Song · 7 years ago
  39. 1ac3937 perf annotate stdio: Support --show-nr-samples option by Taeung Song · 7 years ago
  40. c6c13be perf annotate: Do not overwrite perf_sample->weight by Arnaldo Carvalho de Melo · 7 years ago
  41. f484959 perf annotate: Process tracing data in pipe mode by David Carrillo-Cisneros · 7 years ago
  42. ecd5f99 perf annotate: Do not overwrite sample->period by Taeung Song · 7 years ago
  43. bab89f6 perf hists: Pass perf_sample to __symbol__inc_addr_samples() by Taeung Song · 7 years ago
  44. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 7 years ago
  45. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  46. 6ab11f3 perf annotate: Process attr and build_id records by David Carrillo-Cisneros · 8 years ago
  47. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  48. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  49. eddaef8 perf annotate: Add -q/--quiet option by Namhyung Kim · 8 years ago
  50. 70fbe05 perf annotate: Add branch stack / basic block by Peter Zijlstra · 8 years ago
  51. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  52. 53fe4ba perf annotate: Introduce --stdio-color to setup the color output mode selection by Arnaldo Carvalho de Melo · 9 years ago
  53. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  54. 0102ef3 perf hists: Rename __hists__add_entry to hists__add_entry by Jiri Olsa · 9 years ago
  55. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 9 years ago
  56. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 9 years ago
  57. 452ce03 perf hists: Introduce perf_evsel__output_resort function by Jiri Olsa · 9 years ago
  58. 40184c4 perf tools: Pass evlist to setup_sorting() by Namhyung Kim · 9 years ago
  59. fd36f3d perf hist: Pass struct sample to __hists__add_entry() by Namhyung Kim · 9 years ago
  60. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  61. 3df668e7 perf annotate: Delay UI browser setup after initialization is done by Namhyung Kim · 9 years ago
  62. 50e19ef perf annotate: Check argument before calling setup_browser() by Namhyung Kim · 9 years ago
  63. eebd0bf perf env: Rename some leftovers from rename to perf_env by Arnaldo Carvalho de Melo · 9 years ago
  64. c0b4dff perf annotate: Reset the dso find_symbol cache when removing symbols by Arnaldo Carvalho de Melo · 9 years ago
  65. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago
  66. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 9 years ago
  67. 0c4a5bc perf annotate: Display total number of samples with --show-total-period by Martin Liška · 10 years ago
  68. 44848cd perf annotate: Fix -i option, which is currently ignored. by Martin Liška · 10 years ago
  69. facf3f0 perf tools: Check if a map is still in use when deleting it by Arnaldo Carvalho de Melo · 10 years ago
  70. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  71. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  72. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 10 years ago
  73. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  74. 2a1731f perf session: Remove last reference to hists struct by Arnaldo Carvalho de Melo · 10 years ago
  75. 4ea062ed perf evsel: Add hists helper by Arnaldo Carvalho de Melo · 10 years ago
  76. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  77. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  78. fa10f31 perf annotate: Move session handling out of __cmd_annotate() by Namhyung Kim · 10 years ago
  79. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 11 years ago
  80. a0b51af perf hists: Check if accumulated when adding a hist entry by Namhyung Kim · 12 years ago
  81. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 11 years ago
  82. 820bc81 perf tools: Account entry stats when it's added to the output tree by Namhyung Kim · 11 years ago
  83. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  84. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  85. 00e5521 perf hists: Leave symbol addr hist bucket auto alloc to symbol layer by Arnaldo Carvalho de Melo · 11 years ago
  86. 6f1d0c8 perf annotate: Fix typo by Dongsheng Yang · 11 years ago
  87. 41a4e6e perf hists: Consolidate __hists__add_*entry() by Namhyung Kim · 11 years ago
  88. c1fb565 perf tools: Show progress on histogram collapsing by Namhyung Kim · 11 years ago
  89. c824c43 perf tools: Stop using 'self' in some more places by Arnaldo Carvalho de Melo · 11 years ago
  90. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  91. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  92. fc67297 perf tools: Separate out GTK codes to libperf-gtk.so by Namhyung Kim · 11 years ago
  93. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  94. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  95. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  96. 476d35c perf annotate: Set the machines symbol filter by Adrian Hunter · 11 years ago
  97. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  98. b1dd443 perf annotate: Add basic support to event group view by Namhyung Kim · 12 years ago
  99. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 12 years ago
  100. 18c9e5c perf annotate: Make it to be able to skip unannotatable symbols by Namhyung Kim · 12 years ago