1. 70fbe05 perf annotate: Add branch stack / basic block by Peter Zijlstra · 8 years ago
  2. b01141f perf annotate: Initialize the priv are in symbol__new() by Arnaldo Carvalho de Melo · 8 years ago
  3. 53fe4ba perf annotate: Introduce --stdio-color to setup the color output mode selection by Arnaldo Carvalho de Melo · 8 years ago
  4. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 8 years ago
  5. 0102ef3 perf hists: Rename __hists__add_entry to hists__add_entry by Jiri Olsa · 8 years ago
  6. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 8 years ago
  7. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 8 years ago
  8. 452ce03 perf hists: Introduce perf_evsel__output_resort function by Jiri Olsa · 8 years ago
  9. 40184c4 perf tools: Pass evlist to setup_sorting() by Namhyung Kim · 8 years ago
  10. fd36f3d perf hist: Pass struct sample to __hists__add_entry() by Namhyung Kim · 8 years ago
  11. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 8 years ago
  12. 3df668e7 perf annotate: Delay UI browser setup after initialization is done by Namhyung Kim · 8 years ago
  13. 50e19ef perf annotate: Check argument before calling setup_browser() by Namhyung Kim · 8 years ago
  14. eebd0bf perf env: Rename some leftovers from rename to perf_env by Arnaldo Carvalho de Melo · 9 years ago
  15. c0b4dff perf annotate: Reset the dso find_symbol cache when removing symbols by Arnaldo Carvalho de Melo · 9 years ago
  16. f9db0d0 perf callchain: Allow disabling call graphs per event by Kan Liang · 9 years ago
  17. d495763 perf report: Add infrastructure for a cycles histogram by Andi Kleen · 9 years ago
  18. 0c4a5bc perf annotate: Display total number of samples with --show-total-period by Martin Liška · 9 years ago
  19. 44848cd perf annotate: Fix -i option, which is currently ignored. by Martin Liška · 9 years ago
  20. facf3f0 perf tools: Check if a map is still in use when deleting it by Arnaldo Carvalho de Melo · 9 years ago
  21. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 9 years ago
  22. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 9 years ago
  23. 740b97f perf report: Show progress bar for output resorting by Namhyung Kim · 9 years ago
  24. a635fc5 perf tools: Remove hists from evsel by Arnaldo Carvalho de Melo · 10 years ago
  25. 2a1731f perf session: Remove last reference to hists struct by Arnaldo Carvalho de Melo · 10 years ago
  26. 4ea062ed perf evsel: Add hists helper by Arnaldo Carvalho de Melo · 10 years ago
  27. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  28. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  29. fa10f31 perf annotate: Move session handling out of __cmd_annotate() by Namhyung Kim · 10 years ago
  30. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  31. a0b51af perf hists: Check if accumulated when adding a hist entry by Namhyung Kim · 12 years ago
  32. 1844dbc perf tools: Introduce hists__inc_nr_samples() by Namhyung Kim · 10 years ago
  33. 820bc81 perf tools: Account entry stats when it's added to the output tree by Namhyung Kim · 10 years ago
  34. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 10 years ago
  35. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 10 years ago
  36. 00e5521 perf hists: Leave symbol addr hist bucket auto alloc to symbol layer by Arnaldo Carvalho de Melo · 10 years ago
  37. 6f1d0c8 perf annotate: Fix typo by Dongsheng Yang · 10 years ago
  38. 41a4e6e perf hists: Consolidate __hists__add_*entry() by Namhyung Kim · 11 years ago
  39. c1fb565 perf tools: Show progress on histogram collapsing by Namhyung Kim · 11 years ago
  40. c824c43 perf tools: Stop using 'self' in some more places by Arnaldo Carvalho de Melo · 11 years ago
  41. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  42. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  43. fc67297 perf tools: Separate out GTK codes to libperf-gtk.so by Namhyung Kim · 11 years ago
  44. 475eeab tools/perf: Add support for record transaction flags by Andi Kleen · 11 years ago
  45. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  46. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  47. 476d35c perf annotate: Set the machines symbol filter by Adrian Hunter · 11 years ago
  48. 0548429 perf tools: Add support for weight v7 (modified) by Andi Kleen · 11 years ago
  49. b1dd443 perf annotate: Add basic support to event group view by Namhyung Kim · 11 years ago
  50. db8fd07 perf annotate: Pass evsel instead of evidx on annotation functions by Namhyung Kim · 11 years ago
  51. 18c9e5c perf annotate: Make it to be able to skip unannotatable symbols by Namhyung Kim · 11 years ago
  52. 7a60ba9 perf gtk/annotate: Support multiple event annotation by Namhyung Kim · 11 years ago
  53. 2b676bf perf ui/gtk: Implement basic GTK2 annotation browser by Namhyung Kim · 11 years ago
  54. 5530998 perf sort: Make setup_sorting returns an error code by Namhyung Kim · 11 years ago
  55. 9783adf perf tools: Introduce struct hist_browser_timer by Namhyung Kim · 12 years ago
  56. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  57. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  58. ec4622f perf annotate: Handle PERF_RECORD_EXIT events by Arnaldo Carvalho de Melo · 12 years ago
  59. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  60. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  61. 7a4ec93 perf tools: Allow user to indicate path to objdump in command line by Maciek Borzecki · 12 years ago
  62. 3780f48 perf tools: Convert critical messages to ui__error() by Namhyung Kim · 12 years ago
  63. 6714a04 perf annotate: Get rid of field_sep check by Namhyung Kim · 12 years ago
  64. 9934525 perf annotate: Fix usage string by Namhyung Kim · 12 years ago
  65. efad141 perf report: Accept fifos as input file by Robert Richter · 12 years ago
  66. c8e6672 perf tools: make -C consistent across commands (for cpu list arg) by David Ahern · 13 years ago
  67. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 12 years ago
  68. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 12 years ago
  69. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 12 years ago
  70. 7009cc3 perf annotate: Group options in a struct by Arnaldo Carvalho de Melo · 13 years ago
  71. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 13 years ago
  72. cf95800 perf ui browser: Use libslang to read keys by Arnaldo Carvalho de Melo · 13 years ago
  73. 64c6f0c perf tools: Make --no-asm-raw the default by Arnaldo Carvalho de Melo · 13 years ago
  74. 3495854 perf annotate browser: Allow navigation to called functions by Arnaldo Carvalho de Melo · 13 years ago
  75. 81cce8d perf browsers: Add live mode to the hists, annotate browsers by Arnaldo Carvalho de Melo · 13 years ago
  76. f69b64f perf: Support setting the disassembler style by Andi Kleen · 13 years ago
  77. e71a059 perf annotate: Add --symfs option by Stephane Eranian · 13 years ago
  78. 3e6a2a7 perf annotate: Make output more readable by Stephane Eranian · 13 years ago
  79. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  80. ea7659f perf: Remove duplicate headers by Jesper Juhl · 13 years ago
  81. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  82. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 13 years ago
  83. ce6f4fa perf annotate: Move locking to struct annotation by Arnaldo Carvalho de Melo · 13 years ago
  84. d040bd3 perf annotate: Config options for symbol__tty_annotate by Arnaldo Carvalho de Melo · 13 years ago
  85. 2f525d0 perf annotate: Support multiple histograms in annotation by Arnaldo Carvalho de Melo · 13 years ago
  86. 78f7def perf annotate: Move annotate functions to util/ by Arnaldo Carvalho de Melo · 13 years ago
  87. 229ade9 perf tools: Don't fallback to setup_pager unconditionally by Arnaldo Carvalho de Melo · 13 years ago
  88. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  89. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  90. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 13 years ago
  91. eac23d1 perf record,report,annotate,diff: Process events in order by Ian Munsie · 13 years ago
  92. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 13 years ago
  93. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 13 years ago
  94. 8b9e74e perf tools: Add --tui and --stdio to choose the UI by Arnaldo Carvalho de Melo · 14 years ago
  95. b50e003 perf ui browser: Return the exit key in all browsers by Arnaldo Carvalho de Melo · 14 years ago
  96. 9222116 perf annotate: Sort by hottest lines in the TUI by Arnaldo Carvalho de Melo · 14 years ago
  97. 41a37e2 perf tools: Make event__preprocess_sample parse the sample by Arnaldo Carvalho de Melo · 14 years ago
  98. 62e3436b perf tui: Reset use_browser if stdout is not a tty by Arnaldo Carvalho de Melo · 14 years ago
  99. 46e3e05 perf annotate: Add TUI interface by Arnaldo Carvalho de Melo · 14 years ago
  100. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago