1. 88c2119 perf annotate: Add --percent-type option by Jiri Olsa · 6 years ago
  2. 92ead7e perf tools: Fix crash caused by accessing feat_ops[HEADER_LAST_FEATURE] by Ravi Bangoria · 7 years ago
  3. f178fd2 perf annotate: Move objdump_path to struct annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  4. cd0cccb perf hists browser: Pass annotation_options from tool to browser by Arnaldo Carvalho de Melo · 7 years ago
  5. a47e843 perf annotate: Move disassembler_style global to annotation_options by Arnaldo Carvalho de Melo · 7 years ago
  6. 1eddd9e perf annotate: Adopt anotation options from symbol_conf by Arnaldo Carvalho de Melo · 7 years ago
  7. 982d410 perf annotate stdio: Use annotation_options consistently by Arnaldo Carvalho de Melo · 7 years ago
  8. e345f3b perf annotate: Pass perf_evsel instead of just evsel->idx by Arnaldo Carvalho de Melo · 7 years ago
  9. 7ebaf48 perf annotate: Support '--group' option by Jin Yao · 7 years ago
  10. 3183f8c perf symbols: Unify symbol maps by Arnaldo Carvalho de Melo · 7 years ago
  11. be31640 perf annotate: Introduce --ignore-vmlinux command line option by Arnaldo Carvalho de Melo · 7 years ago
  12. 7f0b6fd perf annotate: Move the default annotate options to the library by Arnaldo Carvalho de Melo · 7 years ago
  13. befd2a3 perf annotate: Introduce the --stdio2 output mode by Arnaldo Carvalho de Melo · 7 years ago
  14. bb848c1 perf annotate: Support to display the IPC/Cycle in TUI mode by Jin Yao · 7 years ago
  15. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  16. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  17. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  18. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  19. 9cef4b0 perf annotate browser: Support --show-nr-samples option by Taeung Song · 7 years ago
  20. 1ac3937 perf annotate stdio: Support --show-nr-samples option by Taeung Song · 7 years ago
  21. c6c13be perf annotate: Do not overwrite perf_sample->weight by Arnaldo Carvalho de Melo · 7 years ago
  22. f484959 perf annotate: Process tracing data in pipe mode by David Carrillo-Cisneros · 7 years ago
  23. ecd5f99 perf annotate: Do not overwrite sample->period by Taeung Song · 7 years ago
  24. bab89f6 perf hists: Pass perf_sample to __symbol__inc_addr_samples() by Taeung Song · 7 years ago
  25. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 7 years ago
  26. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  27. 6ab11f3 perf annotate: Process attr and build_id records by David Carrillo-Cisneros · 8 years ago
  28. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  29. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  30. eddaef8 perf annotate: Add -q/--quiet option by Namhyung Kim · 8 years ago
  31. 70fbe05 perf annotate: Add branch stack / basic block by Peter Zijlstra · 8 years ago
  32. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  33. 53fe4ba perf annotate: Introduce --stdio-color to setup the color output mode selection by Arnaldo Carvalho de Melo · 9 years ago
  34. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  35. 0102ef3 perf hists: Rename __hists__add_entry to hists__add_entry by Jiri Olsa · 9 years ago
  36. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 9 years ago
  37. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 9 years ago
  38. 452ce03 perf hists: Introduce perf_evsel__output_resort function by Jiri Olsa · 9 years ago
  39. 40184c4 perf tools: Pass evlist to setup_sorting() by Namhyung Kim · 9 years ago
  40. fd36f3d perf hist: Pass struct sample to __hists__add_entry() by Namhyung Kim · 9 years ago
  41. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  42. 3df668e7 perf annotate: Delay UI browser setup after initialization is done by Namhyung Kim · 9 years ago
  43. 50e19ef perf annotate: Check argument before calling setup_browser() by Namhyung Kim · 9 years ago
  44. eebd0bf perf env: Rename some leftovers from rename to perf_env by Arnaldo Carvalho de Melo · 9 years ago
  45. c0b4dff perf annotate: Reset the dso find_symbol cache when removing symbols by Arnaldo Carvalho de Melo · 9 years ago
  46. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago
  47. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 9 years ago
  48. 0c4a5bc perf annotate: Display total number of samples with --show-total-period by Martin Liška · 10 years ago
  49. 44848cd perf annotate: Fix -i option, which is currently ignored. by Martin Liška · 10 years ago
  50. facf3f0 perf tools: Check if a map is still in use when deleting it by Arnaldo Carvalho de Melo · 10 years ago
  51. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  52. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  53. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 10 years ago
  54. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  55. 2a1731f perf session: Remove last reference to hists struct by Arnaldo Carvalho de Melo · 10 years ago
  56. 4ea062ed perf evsel: Add hists helper by Arnaldo Carvalho de Melo · 10 years ago
  57. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  58. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  59. fa10f31 perf annotate: Move session handling out of __cmd_annotate() by Namhyung Kim · 10 years ago
  60. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 11 years ago
  61. a0b51af perf hists: Check if accumulated when adding a hist entry by Namhyung Kim · 12 years ago
  62. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 11 years ago
  63. 820bc81 perf tools: Account entry stats when it's added to the output tree by Namhyung Kim · 11 years ago
  64. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  65. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  66. 00e5521 perf hists: Leave symbol addr hist bucket auto alloc to symbol layer by Arnaldo Carvalho de Melo · 11 years ago
  67. 6f1d0c8 perf annotate: Fix typo by Dongsheng Yang · 11 years ago
  68. 41a4e6e perf hists: Consolidate __hists__add_*entry() by Namhyung Kim · 11 years ago
  69. c1fb565 perf tools: Show progress on histogram collapsing by Namhyung Kim · 11 years ago
  70. c824c43 perf tools: Stop using 'self' in some more places by Arnaldo Carvalho de Melo · 11 years ago
  71. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  72. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  73. fc67297 perf tools: Separate out GTK codes to libperf-gtk.so by Namhyung Kim · 11 years ago
  74. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  75. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  76. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  77. 476d35c perf annotate: Set the machines symbol filter by Adrian Hunter · 11 years ago
  78. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 12 years ago
  79. b1dd443 perf annotate: Add basic support to event group view by Namhyung Kim · 12 years ago
  80. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 12 years ago
  81. 18c9e5c perf annotate: Make it to be able to skip unannotatable symbols by Namhyung Kim · 12 years ago
  82. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 12 years ago
  83. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 12 years ago
  84. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 12 years ago
  85. 9783adf perf tools: Introduce struct hist_browser_timer by Namhyung Kim · 12 years ago
  86. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  87. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  88. ec4622f perf annotate: Handle PERF_RECORD_EXIT events by Arnaldo Carvalho de Melo · 12 years ago
  89. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  90. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  91. 7a4ec93 perf tools: Allow user to indicate path to objdump in command line by Maciek Borzecki · 12 years ago
  92. 3780f48 perf tools: Convert critical messages to ui__error() by Namhyung Kim · 13 years ago
  93. 6714a04 perf annotate: Get rid of field_sep check by Namhyung Kim · 13 years ago
  94. 9934525 perf annotate: Fix usage string by Namhyung Kim · 13 years ago
  95. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  96. c8e6672 perf tools: make -C consistent across commands (for cpu list arg) by David Ahern · 13 years ago
  97. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  98. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  99. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  100. 7009cc3 perf annotate: Group options in a struct by Arnaldo Carvalho de Melo · 13 years ago