1. 236a3bb perf tools: Sample after exit loses thread correlation by David Ahern · 11 years ago
  2. ac9be8e perf trace: Make command line arguments consistent with perf-record by David Ahern · 11 years ago
  3. c24ff99 perf trace: Implement -o/--output filename by Arnaldo Carvalho de Melo · 11 years ago
  4. e3e1a54 perf tools: Add debug prints by Adrian Hunter · 11 years ago
  5. 8afb4c0 perf tools: Re-implement debug print function for linking python/perf.so by Adrian Hunter · 11 years ago
  6. bec1967 perf tools: Try to increase the file descriptor limits on EMFILE by Andi Kleen · 11 years ago
  7. fe32ee0 perf kvm: Remove force option to cmd_record by David Ahern · 11 years ago
  8. 2ae3a31 perf trace: Allow specifying which syscalls to trace by Arnaldo Carvalho de Melo · 11 years ago
  9. c588574 perf tools: Improve robustness of topology parsing code by Stephane Eranian · 11 years ago
  10. 309b518 perf tests: Fix compile failure on do_sort_something by David Ahern · 11 years ago
  11. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  12. 61710bd perf tools: Remove filter parameter of thread__find_addr_location() by Adrian Hunter · 11 years ago
  13. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  14. 476d35c perf annotate: Set the machines symbol filter by Adrian Hunter · 11 years ago
  15. 2d8cc68 perf mem: Remove unused symbol filter member by Adrian Hunter · 11 years ago
  16. b868171 perf report: Set the machines symbol filter by Adrian Hunter · 11 years ago
  17. 36035f7 perf top: Set the machines symbol filter by Adrian Hunter · 11 years ago
  18. 611a5ce perf machine: Add symbol filter to struct machine by Adrian Hunter · 11 years ago
  19. 93ea01c perf session: Change perf_session__has_traces to actually check for tracepoints by David Ahern · 11 years ago
  20. 307cbb9 perf evsel: Add option to limit stack depth in callchain dumps by David Ahern · 11 years ago
  21. b0b35f0 perf evsel: Add option to print stack trace on single line by David Ahern · 11 years ago
  22. a6ffaf9 perf tool: Simplify options to perf_evsel__print_ip by David Ahern · 11 years ago
  23. cb62750 perf sched: Remove sched_process_fork tracepoint by David Ahern · 11 years ago
  24. 4a957e4 perf sched: Remove sched_process_exit tracepoint by David Ahern · 11 years ago
  25. ffb273d perf sched: Remove thread lookup in sample handler by David Ahern · 11 years ago
  26. ad9def7 perf sched: Simplify arguments to read_events by David Ahern · 11 years ago
  27. 9a6d316 perf kvm: Update documentation with live command by David Ahern · 11 years ago
  28. 70f7b4a perf kvm: Option to print events that exceed a duration by David Ahern · 11 years ago
  29. 8f76fcd perf machine: Do not require /lib/modules/* on a guest by Jason Wessel · 11 years ago
  30. c9ee780 perf tests: Add tests of new pinned modifier by Michael Ellerman · 11 years ago
  31. e9a7c41 perf tools: Add support for pinned modifier by Michael Ellerman · 11 years ago
  32. d50bf78 perf ui/gtk: Fix segmentation fault on perf_hpp__for_each_format loop by Namhyung Kim · 11 years ago
  33. 2e73f00 perf kvm stat report: Add option to analyze specific VM by David Ahern · 11 years ago
  34. 62d04db perf kvm: Add min and max stats to display by David Ahern · 11 years ago
  35. 1afe1d1 perf kvm: Add live mode by David Ahern · 11 years ago
  36. e30b88a perf session: Export queue_event function by David Ahern · 11 years ago
  37. e6f6538 perf annotate browser: Fix typo by Ingo Molnar · 11 years ago
  38. fcd9fef perf annotate browser: Improve description of '?' hotkey by Arnaldo Carvalho de Melo · 11 years ago
  39. b178170 perf annotate: Add call target name if it is missing by Adrian Hunter · 11 years ago
  40. 484a5e7 perf annotate: Remove nop at end of annotation by Adrian Hunter · 11 years ago
  41. 34f77ab perf annotate: Put dso name in symbol annotation title by Adrian Hunter · 11 years ago
  42. bbb7f84 perf annotate: Allow disassembly using /proc/kcore by Adrian Hunter · 11 years ago
  43. 7a77bc2 perf tests: Add kcore to the object code reading test by Adrian Hunter · 11 years ago
  44. 82e75d0 perf tests: Adjust the vmlinux symtab matches kallsyms test again by Adrian Hunter · 11 years ago
  45. 8e0cf96 perf symbols: Add support for reading from /proc/kcore by Adrian Hunter · 11 years ago
  46. 0131c4e perf tools: Make it possible to read object code from kernel modules by Adrian Hunter · 11 years ago
  47. d380b34 perf tests: Adjust the vmlinux symtab matches kallsyms test by Adrian Hunter · 11 years ago
  48. 39b12f78 perf tools: Make it possible to read object code from vmlinux by Adrian Hunter · 11 years ago
  49. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  50. b55ae0a perf tests: Add test for reading object code by Adrian Hunter · 11 years ago
  51. 3445432 perf symbols: avoid SyS kernel syscall aliases by Adrian Hunter · 11 years ago
  52. 2bbf03f perf stat: Flush output after each line in interval mode by Andi Kleen · 11 years ago
  53. 4119168 perf stat: Add support for --initial-delay option by Andi Kleen · 11 years ago
  54. e2407be perf evsel: Add support for enabling counters by Andi Kleen · 11 years ago
  55. 5c6974f perf evlist: Remove obsolete dummy execve by Andi Kleen · 11 years ago
  56. 8fdd84c perf kvm: Split out tracepoints from record args by David Ahern · 11 years ago
  57. 9c50140 perf session: Export a few functions for event processing by David Ahern · 11 years ago
  58. ffe4f3c perf stats: Add max and min stats by David Ahern · 11 years ago
  59. 42ee8c6 perf top: move CONSOLE_CLEAR to header file by David Ahern · 11 years ago
  60. 3b47abe perf util: Add parse_nsec_time() function by Namhyung Kim · 11 years ago
  61. 3223565 perf python: Remove duplicate TID bit from mask by Arnaldo Carvalho de Melo · 11 years ago
  62. a14bb86 perf trace: Beautify 'connect' result by Arnaldo Carvalho de Melo · 11 years ago
  63. 602bab1b perf tools: Fix compile of util/tsc.c by David Ahern · 11 years ago
  64. 251f426 perf evsel: Actually show symbol offset in stack trace when requested by David Ahern · 11 years ago
  65. a9f93f9 perf tests: Add parse events tests for leader sampling by Jiri Olsa · 12 years ago
  66. 8404db6 perf tests: Add attr record group sampling test by Jiri Olsa · 12 years ago
  67. 3c17631 perf tools: Add 'S' event/group modifier to read sample value by Jiri Olsa · 12 years ago
  68. e4caec0 perf evsel: Add PERF_SAMPLE_READ sample related processing by Jiri Olsa · 12 years ago
  69. 932a359 perf evlist: Add perf_evlist__id2sid method to get event ID related data by Jiri Olsa · 12 years ago
  70. c4861af perf evlist: Fix event ID retrieval for group format read case by Jiri Olsa · 12 years ago
  71. 9ede473 perf tools: Add support for parsing PERF_SAMPLE_READ sample type by Jiri Olsa · 12 years ago
  72. e2b5abe perf evlist: Use PERF_EVENT_IOC_ID perf ioctl to read event id by Jiri Olsa · 12 years ago
  73. 3bd5a5f perf tools: Add test for converting perf time to/from TSC by Adrian Hunter · 11 years ago
  74. f9ea55d perf tools: Move weight back to common sort keys by Andi Kleen · 11 years ago
  75. dbad418 perf tests: Add broken install-* tests into tests/make by Jiri Olsa · 11 years ago
  76. c0ec110 perf tests: Add 'make install/install-bin' tests into tests/make by Jiri Olsa · 11 years ago
  77. c931167 perf tests: Add DESTDIR=TMP_DEST tests/make variable by Jiri Olsa · 11 years ago
  78. 8ba7cde perf tests: Rename TMP to TMP_O tests/make variable by Jiri Olsa · 11 years ago
  79. 0659e66 perf tests: Run ctags/cscope make tests only with needed binaries by Jiri Olsa · 11 years ago
  80. 575bf1d perf tools: Fix build with perl 5.18 by Kirill A. Shutemov · 11 years ago
  81. 99571ab perf tools: Support callchain sorting based on addresses by Andi Kleen · 11 years ago
  82. a198996 perf bench: Fix memcpy benchmark for large sizes by Andi Kleen · 11 years ago
  83. 2b821cc perf evsel: Handle ENODEV on default cycles event by David Ahern · 11 years ago
  84. 2eaa1b4 perf script: Fix named threads support by David Ahern · 11 years ago
  85. 2a08c3e perf header: Recognize version number for perf data file by Jiri Olsa · 11 years ago
  86. 8d541e9 perf header: Introduce feat_offset into perf_header by Jiri Olsa · 11 years ago
  87. 944d62b perf header: Remove attr_offset from perf_header by Jiri Olsa · 11 years ago
  88. 75211db perf header: Remove data_offset seek as it's not needed by Jiri Olsa · 11 years ago
  89. d433956 perf session: Use session->fd instead of passing fd as argument by Jiri Olsa · 11 years ago
  90. 8d76e18 perf tests: Check proper prev_state size for sched_switch tp by Jiri Olsa · 11 years ago
  91. 5698d2c perf symbols: Do not apply symfs for an absolute vmlinux path by Namhyung Kim · 11 years ago
  92. ab4ecda perf tools: Fix 'make tools/perf' by Robert Richter · 11 years ago
  93. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 11 years ago
  94. 30d3507 perf record: Remove event types pushing by Jiri Olsa · 11 years ago
  95. 44b3c57 perf tools: Remove event types from perf data file by Jiri Olsa · 11 years ago
  96. 5936678 perf timechart: Remove event types framework only user by Jiri Olsa · 11 years ago
  97. c85cffa perf timechart: Use traceevent lib event-parse.h include by Jiri Olsa · 11 years ago
  98. be0e6d1 perf tools: Move hist_entry__period_snprintf into stdio code by Jiri Olsa · 12 years ago
  99. 5f3f8d3 perf diff: Add generic order option for compute sorting by Jiri Olsa · 12 years ago
  100. ef358e6 perf diff: Making compute functions static by Jiri Olsa · 12 years ago