1. 388c3aa perf probe: Init struct probe_point and set counter correctly by Masami Hiramatsu · 14 years ago
  2. 1a72cfa perf top: Fix help text alignment by Kirill Smelkov · 14 years ago
  3. 7fbfc68 perf: Fix hypervisor sample reporting by Anton Blanchard · 14 years ago
  4. 7f5102c perf: Ignore perf.data.old by Amerigo Wang · 14 years ago
  5. b7ae11b perf report: Fix segmentation fault when running with '-g none' by Yong Wang · 14 years ago
  6. b00eca8 perf kmem: Print usage help for unknown commands by Pekka Enberg · 14 years ago
  7. 4710327 perf kmem: Increase "Hit" column length by Pekka Enberg · 14 years ago
  8. 8f06d7e perf timechart: Use tid not pid for COMM change by Arjan van de Ven · 14 years ago
  9. 1703f2c perf tools: Check if /dev/null can be used as the -o gcc argument by Arnaldo Carvalho de Melo · 14 years ago
  10. 8303951 perf tools: Move QUIET_STDERR def to before first use by Arnaldo Carvalho de Melo · 14 years ago
  11. 4efb529 perf kmem: Fix statistics typo by Wenji Huang · 15 years ago
  12. 0b413e4 perf: Rename perf_event_hw_event in design document by Tim Blechmann · 15 years ago
  13. 049ae80 perf tools: Add missing header files to LIB_H Makefile variable by Arnaldo Carvalho de Melo · 15 years ago
  14. d4db3f1 perf record: We should fork only if a program was specified to run by Arnaldo Carvalho de Melo · 15 years ago
  15. 0422a4f perf diff: Fix usage array, it must end with a NULL entry by Arnaldo Carvalho de Melo · 15 years ago
  16. b5b60fd perf session: Make events_stats u64 to avoid overflow on 32-bit arches by Arnaldo Carvalho de Melo · 15 years ago
  17. b7702a2 perf probe: Check new event name by Masami Hiramatsu · 15 years ago
  18. 96c9661 perf probe: Check whether debugfs path is correct by Masami Hiramatsu · 15 years ago
  19. 27f3b24 perf probe: Fix libdwarf include path for Debian by Masami Hiramatsu · 15 years ago
  20. 60ab271 perf record: Use per-task-per-cpu events for inherited events by Peter Zijlstra · 15 years ago
  21. 856e966 perf record: Properly synchronize child creation by Peter Zijlstra · 15 years ago
  22. 9b33827 perf diff: Percent calcs should use double values by Arnaldo Carvalho de Melo · 15 years ago
  23. 604c5c9 perf diff: Change the default sort order to "dso,symbol" by Arnaldo Carvalho de Melo · 15 years ago
  24. c351c28 perf diff: Use perf_session__fprintf_hists just like 'perf record' by Arnaldo Carvalho de Melo · 15 years ago
  25. 125c4fa perf report: Fix cut'n'paste error recently introduced by Arnaldo Carvalho de Melo · 15 years ago
  26. 3e6055a perf session: Move perf report specific hits out of perf_session__fprintf_hists by Arnaldo Carvalho de Melo · 15 years ago
  27. 4ecf84d0 perf tools: Move hist entries printing routines from perf report by Arnaldo Carvalho de Melo · 15 years ago
  28. d599db3 perf report: Generalize perf_session__fprintf_hists() by Arnaldo Carvalho de Melo · 15 years ago
  29. c410a33 perf symbols: Move symbol filtering to event__preprocess_sample() by Arnaldo Carvalho de Melo · 15 years ago
  30. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  31. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  32. 7ef17aa perf probe: Fix to show which probe point is not found by Masami Hiramatsu · 15 years ago
  33. 62bdc1b perf probe: Check symbols in symtab/kallsyms by Masami Hiramatsu · 15 years ago
  34. a128168 perf probe: Check build-id of vmlinux by Masami Hiramatsu · 15 years ago
  35. d761b08 perf probe: Reject second attempt of adding same-name event by Masami Hiramatsu · 15 years ago
  36. af663d7 perf probe: Support event name for --add option by Masami Hiramatsu · 15 years ago
  37. bbbb521 perf probe: Add glob matching support on --del by Masami Hiramatsu · 15 years ago
  38. adf365f perf probe: Use strlist__for_each macros in probe-event.c by Masami Hiramatsu · 15 years ago
  39. abf5ef7 perf tools: Add for_each macros for strlist by Masami Hiramatsu · 15 years ago
  40. 3e34059 perf probe: Fix --del to update current event list by Masami Hiramatsu · 15 years ago
  41. f6bbff7 perf probe: Fix --del to show info instead of warning by Masami Hiramatsu · 15 years ago
  42. 411edfe perf probe: Show need-dwarf message only if it is really needed by Masami Hiramatsu · 15 years ago
  43. ce11a60 perf probe: Check hyphen only argument by Masami Hiramatsu · 15 years ago
  44. 7e990a5 perf probe: Check the result of e_snprintf() by Masami Hiramatsu · 15 years ago
  45. fac13fd perf probe: Cleanup struct session in builtin-probe.c by Masami Hiramatsu · 15 years ago
  46. cdccc69 perf diff: Fix documentation by Arnaldo Carvalho de Melo · 15 years ago
  47. d30531c perf diff: Improve the help text by Ingo Molnar · 15 years ago
  48. a600512 perf trace/scripting: Update Documentation by Tom Zanussi · 15 years ago
  49. 3875294 perf trace/scripting: Add 'record' and 'report' options by Tom Zanussi · 15 years ago
  50. 4b9c0c5 perf trace/scripting: List available scripts by Tom Zanussi · 15 years ago
  51. 8f11d85 perf trace/scripting: Check return val of perl_run() by Tom Zanussi · 15 years ago
  52. a3a7cb7 perf trace/scripting: Don't install unneeded files by Tom Zanussi · 15 years ago
  53. 586bc5c perf trace/scripting: Add support for script args by Tom Zanussi · 15 years ago
  54. c249a4c perf tools: Make symbol_conf static by Frederic Weisbecker · 15 years ago
  55. 86a9eee perf diff: Introduce tool to show performance difference by Arnaldo Carvalho de Melo · 15 years ago
  56. b38d346 perf record: Rename perf.data to perf.data.old if --force/-f is used by Arnaldo Carvalho de Melo · 15 years ago
  57. c8829c7 perf util: Remove setup_sorting dups by Arnaldo Carvalho de Melo · 15 years ago
  58. f823e44 perf session: Event statistics also are per session by Arnaldo Carvalho de Melo · 15 years ago
  59. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  60. a328626 perf session: Adopt resolve_callchain by Arnaldo Carvalho de Melo · 15 years ago
  61. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  62. b9bf089 perf tools: No need for three rb_trees for sorting hist entries by Arnaldo Carvalho de Melo · 15 years ago
  63. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  64. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  65. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  66. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  67. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  68. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  69. 2cd9046 perf sched: Fix build failure on sparc by David Miller · 15 years ago
  70. 2044279 perf bench: Add "all" pseudo subsystem and "all" pseudo suite by Hitoshi Mitake · 15 years ago
  71. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  72. ea08d8c perf symbols: Ditch dso->find_symbol by Arnaldo Carvalho de Melo · 15 years ago
  73. 79406cd perf symbols: Allow lookups by symbol name too by Arnaldo Carvalho de Melo · 15 years ago
  74. 22ccec5 perf symbols: Add missing "Variables" entry to map_type__name by Arnaldo Carvalho de Melo · 15 years ago
  75. f1dfa0b perf symbols: Add support for 'variable' symtabs by Arnaldo Carvalho de Melo · 15 years ago
  76. d45868d perf symbols: Introduce ELF counterparts to symbol_type__is_a by Arnaldo Carvalho de Melo · 15 years ago
  77. 6893d4e perf symbols: Introduce symbol_type__is_a by Arnaldo Carvalho de Melo · 15 years ago
  78. 9958e1f perf symbols: Rename kthreads to kmaps, using another abstraction for it by Arnaldo Carvalho de Melo · 15 years ago
  79. 58e9f94 perf tools: Allow building for ARM by Jamie Iles · 15 years ago
  80. cc83575 perf tools: Allow cross compiling by Jamie Iles · 15 years ago
  81. 7931241 perf kmem: Fix unused argument build warning by Ingo Molnar · 15 years ago
  82. 716d69e perf symbols: perf_header__read_build_ids() offset'n'size should be u64 by Arnaldo Carvalho de Melo · 15 years ago
  83. 8b4825b perf symbols: dsos__read_build_ids() should read both user and kernel buildids by Arnaldo Carvalho de Melo · 15 years ago
  84. bc3abfb perf tools: Align long options which have no short forms by Li Zefan · 15 years ago
  85. 90b86a9 perf kmem: Show usage if no option is specified by Li Zefan · 15 years ago
  86. 3786310a perf sched: Add max delay time snapshot by Frederic Weisbecker · 15 years ago
  87. 5660ce3 perf tools: Correct size given to memset by Julia Lawall · 15 years ago
  88. c0c9e72 perf sched: Fix for getting task's execution time by Xiao Guangrong · 15 years ago
  89. c937fe2 perf probe: Update perf-probe document by Masami Hiramatsu · 15 years ago
  90. fa28244 perf probe: Support --del option by Masami Hiramatsu · 15 years ago
  91. f984f03 perf probe: Support vmlinux on cwd by default by Masami Hiramatsu · 15 years ago
  92. 17f88fc perf probe: Remove event suffix number _0 by Masami Hiramatsu · 15 years ago
  93. d1bde3f perf probe: Fix add-probe command syntax without --add option by Masami Hiramatsu · 15 years ago
  94. a9b495b perf probe: Change probe-added message more user-friendly by Masami Hiramatsu · 15 years ago
  95. 278498d perf probe: Change event list format by Masami Hiramatsu · 15 years ago
  96. d3a2dbf perf probe: Use pr_debug for debug message by Masami Hiramatsu · 15 years ago
  97. 8498845 perf probe: Check e_snprintf() format string by Masami Hiramatsu · 15 years ago
  98. e1d2017 perf probe: Fix event namelist to duplicate string by Masami Hiramatsu · 15 years ago
  99. d56728b perf probe: Fix strtailcmp() to compare s1and s2[0] by Juha Leppanen · 15 years ago
  100. 180570f perf tools: Optimize parse_subsystem_tracepoint_event() by Ulrich Drepper · 15 years ago