1. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  2. 68e94f4 perf tools: Try to find cross-built objdump path by Irina Tirdea · 12 years ago
  3. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  4. 1d77822 perf tool: Add hpp interface to enable/disable hpp column by Jiri Olsa · 12 years ago
  5. 41724e4 perf tools: Removing hists pair argument from output path by Jiri Olsa · 12 years ago
  6. dd46434 perf diff: Refactor diff displacement possition info by Jiri Olsa · 12 years ago
  7. 60e5c70 perf report: Add missing perf_hpp__init for pipe-mode by Namhyung Kim · 12 years ago
  8. 034a926 perf report: Enable integrated annotation only if possible by Namhyung Kim · 12 years ago
  9. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  10. 7a4ec93 perf tools: Allow user to indicate path to objdump in command line by Maciek Borzecki · 12 years ago
  11. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  12. 7f3be65 perf session: Use perf_evlist__sample_type more extensively by Arnaldo Carvalho de Melo · 12 years ago
  13. 300aa94 perf report: Delay sample_type checks in pipe mode by David Ahern · 13 years ago
  14. a9c34a9 perf tools: Remove unused evsel parameter from machine__resolve_callchain by Jiri Olsa · 13 years ago
  15. 7289f83 perf tools: Move all users of event_name to perf_evsel__name by Arnaldo Carvalho de Melo · 13 years ago
  16. 4726064 perf callchain: Make callchain cursors TLS by Namhyung Kim · 13 years ago
  17. 91557e8 perf report: Use the right symbol for annotation by Arnaldo Carvalho de Melo · 13 years ago
  18. 3780f48 perf tools: Convert critical messages to ui__error() by Namhyung Kim · 13 years ago
  19. 16ee657 Merge remote-tracking branch 'tip/perf/urgent' into perf/core by Arnaldo Carvalho de Melo · 13 years ago
  20. 04480d0 perf report: Fix format string for x86-32 compilation by Jiri Olsa · 13 years ago
  21. 281ef54 perf ui: Add gtk2 support into setup_browser() by Namhyung Kim · 13 years ago
  22. 28e62b9 perf ui gtk: Rename functions for consistency by Namhyung Kim · 13 years ago
  23. 7706f96 perf ui gtk: Drop arg[cv] arguments from perf_gtk_setup_browser() by Namhyung Kim · 13 years ago
  24. 9e75575 perf report: Fix crash showing warning related to kernel maps by David Ahern · 13 years ago
  25. cc686280 perf report: Correct display of samples and events in header by Ashay Rane · 13 years ago
  26. c31a945 perf report: Add a simple GTK2-based 'perf report' browser by Pekka Enberg · 13 years ago
  27. 6db6127 perf report: Treat an argument as a symbol filter by Namhyung Kim · 13 years ago
  28. b14ffac perf report: Add --symbol-filter option by Namhyung Kim · 13 years ago
  29. a68c2c5 perf report: Enable TUI in branch view mode by Stephane Eranian · 13 years ago
  30. 993ac88 perf report: Auto-detect branch stack sampling mode by Stephane Eranian · 13 years ago
  31. b50311d perf report: Add support for taken branch sampling by Roberto Agostino Vitillo · 13 years ago
  32. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  33. fb2bace perf report: Fix usage string by Namhyung Kim · 13 years ago
  34. 6581f6e perf report: Document '--call-graph' for optional print_limit argument by Namhyung Kim · 13 years ago
  35. c8e6672 perf tools: make -C consistent across commands (for cpu list arg) by David Ahern · 13 years ago
  36. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  37. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  38. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  39. fa372aa perf report: Group options in a struct by Arnaldo Carvalho de Melo · 13 years ago
  40. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  41. d04b35f perf symbols: Add nr_events to symbol_conf by Arnaldo Carvalho de Melo · 13 years ago
  42. 64c6f0c perf tools: Make --no-asm-raw the default by Arnaldo Carvalho de Melo · 13 years ago
  43. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  44. 81cce8d perf browsers: Add live mode to the hists, annotate browsers by Arnaldo Carvalho de Melo · 13 years ago
  45. 3f2728b perf report: Add option to show total period by Arnaldo Carvalho de Melo · 13 years ago
  46. ef9dfe6 perf hists: Allow limiting the number of rows and columns in fprintf by Arnaldo Carvalho de Melo · 13 years ago
  47. b53af0f perf report: Fix stdio event name header printing by Arnaldo Carvalho de Melo · 13 years ago
  48. f69b64f perf: Support setting the disassembler style by Andi Kleen · 13 years ago
  49. 00894ce perf report: Use ui__warning in some more places by Arnaldo Carvalho de Melo · 13 years ago
  50. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 14 years ago
  51. cb1955b perf tools: Only display parent field if explictly sorted by Frederic Weisbecker · 14 years ago
  52. d797fdc perf tools: Add inverted call graph report support. by Sam Liao · 14 years ago
  53. 646aaea perf tools: Make sure kptr_restrict warnings fit 80 col terms by Arnaldo Carvalho de Melo · 14 years ago
  54. ec80fde perf symbols: Handle /proc/sys/kernel/kptr_restrict by Arnaldo Carvalho de Melo · 14 years ago
  55. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 14 years ago
  56. a91e543 perf session: Use evlist/evsel for managing perf.data attributes by Arnaldo Carvalho de Melo · 14 years ago
  57. 7f0030b perf report tui: Improve multi event session support by Arnaldo Carvalho de Melo · 14 years ago
  58. e248de3 perf tools: Improve support for sessions with multiple events by Arnaldo Carvalho de Melo · 14 years ago
  59. 74cfc17 perf report: Tell the user when a perf.data file has no samples by Arnaldo Carvalho de Melo · 14 years ago
  60. 0849327 perf report: Fix initializion of annotate symbol priv area by Arnaldo Carvalho de Melo · 14 years ago
  61. ce6f4fa perf annotate: Move locking to struct annotation by Arnaldo Carvalho de Melo · 14 years ago
  62. 2f525d0 perf annotate: Support multiple histograms in annotation by Arnaldo Carvalho de Melo · 14 years ago
  63. 78f7def perf annotate: Move annotate functions to util/ by Arnaldo Carvalho de Melo · 14 years ago
  64. 229ade9 perf tools: Don't fallback to setup_pager unconditionally by Arnaldo Carvalho de Melo · 14 years ago
  65. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  66. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  67. 16537f1 perf callchain: Rename register_callchain_param into callchain_register_param by Frederic Weisbecker · 14 years ago
  68. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago
  69. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  70. ec5761e perf symbols: Add symfs option for off-box analysis using specified tree by David Ahern · 14 years ago
  71. eac23d1 perf record,report,annotate,diff: Process events in order by Ian Munsie · 14 years ago
  72. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  73. b226a5a7 perf report: Allow user to specify path to kallsyms file by David Ahern · 14 years ago
  74. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  75. 6cb8e56 perf: Rename append_callchain into callchain_append by Frederic Weisbecker · 14 years ago
  76. 8b9e74e perf tools: Add --tui and --stdio to choose the UI by Arnaldo Carvalho de Melo · 14 years ago
  77. 71e7cf3 perf report: Speed up exit path by Arnaldo Carvalho de Melo · 14 years ago
  78. 80d50ca perf ui: Add search by name/addr to the map__browser by Arnaldo Carvalho de Melo · 14 years ago
  79. 88ca895 perf tools: Remove unneeded code for tracking the cwd in perf sessions by Dave Martin · 14 years ago
  80. 9dcdbf7 Merge branch 'linus' into perf/core by Ingo Molnar · 14 years ago
  81. 108553e perf: Sync callchains with period based hits by Frederic Weisbecker · 15 years ago
  82. 41a37e2 perf tools: Make event__preprocess_sample parse the sample by Arnaldo Carvalho de Melo · 15 years ago
  83. 761844b perf report: Make -D print sampled CPU by Stephane Eranian · 15 years ago
  84. d67f088 perf report: Support multiple events on the TUI by Arnaldo Carvalho de Melo · 15 years ago
  85. 5d06e69 perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig by Arnaldo Carvalho de Melo · 15 years ago
  86. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 15 years ago
  87. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 15 years ago
  88. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 15 years ago
  89. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 15 years ago
  90. ef7b93a perf report: Librarize the annotation code and use it in the newt browser by Arnaldo Carvalho de Melo · 15 years ago
  91. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 15 years ago
  92. fefb0b9 perf hist: Calculate max_sym name len and nr_entries by Arnaldo Carvalho de Melo · 15 years ago
  93. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 15 years ago
  94. 232a5c9 perf report: Allow limiting the number of entries to print in callchains by Arnaldo Carvalho de Melo · 15 years ago
  95. 28e2a10 perf hist: Simplify the insertion of new hist_entry instances by Arnaldo Carvalho de Melo · 15 years ago
  96. 39d1e1b perf report: Fix leak of resolved callchains array on error path by Arnaldo Carvalho de Melo · 15 years ago
  97. 139633c perf callchain: Move validate_callchain to callchain lib by Arnaldo Carvalho de Melo · 15 years ago
  98. e157eb8 perf report: Document '--call-graph' better for usage by Pekka Enberg · 15 years ago
  99. 454c407 perf: add perf-inject builtin by Tom Zanussi · 15 years ago
  100. cbf6968 perf machines: Make the machines class adopt the dsos__fprintf methods by Arnaldo Carvalho de Melo · 15 years ago