1. f9af3a4 perf tools: Reorganize the Makefile feature tests by Arnaldo Carvalho de Melo · 14 years ago
  2. 3af9e85 perf: Add non-exec mmap() tracking by Eric B Munson · 14 years ago
  3. f60f359 perf report: Implement --sort cpu by Arun Sharma · 14 years ago
  4. 41a37e2 perf tools: Make event__preprocess_sample parse the sample by Arnaldo Carvalho de Melo · 14 years ago
  5. 45d8e80 perf annotate: Ask objdump to demangle symbols by Stephane Eranian · 14 years ago
  6. 45de34b perf buildid: add perfconfig option to specify buildid cache dir by Stephane Eranian · 14 years ago
  7. 8e5564e perf tools: Make target to generate self contained source tarball by Arnaldo Carvalho de Melo · 14 years ago
  8. c45c6ea perf tools: Add the ability to specify list of cpus to monitor by Stephane Eranian · 14 years ago
  9. 761844b perf report: Make -D print sampled CPU by Stephane Eranian · 14 years ago
  10. e7dadc0 perf symbols: Set the DSO long name when using symbol_conf.vmlinux_name by Arnaldo Carvalho de Melo · 14 years ago
  11. da3fd1a Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/urgent by Ingo Molnar · 14 years ago
  12. b5c874f perf buildid-list: Fix --with-hits event processing by Arnaldo Carvalho de Melo · 14 years ago
  13. c025148 perf scripts python: Give field dict to unhandled callback by Pierre Tardy · 14 years ago
  14. 75d9ef17 perf hist: fix objdump output parsing by Konstantin Stepanyuk · 14 years ago
  15. 2fb750e perf-record: Check correct pid when forking by Borislav Petkov · 14 years ago
  16. dd833d7 perf: Do the comm inheritance per thread in event__process_task by Frederic Weisbecker · 14 years ago
  17. af64865 perf: Use event__process_task from perf sched by Frederic Weisbecker · 14 years ago
  18. 13eb04f perf: Process comm events by tid by Frederic Weisbecker · 14 years ago
  19. bc7d352 Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  20. c5617b2 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  21. c4fe52a perf tui: Fix last use_browser problem related to .perfconfig by Arnaldo Carvalho de Melo · 14 years ago
  22. 5ad90e4 perf symbols: Add the build id cache to the vmlinux path by Arnaldo Carvalho de Melo · 14 years ago
  23. 62e3436 perf tui: Reset use_browser if stdout is not a tty by Arnaldo Carvalho de Melo · 14 years ago
  24. d67f088 perf report: Support multiple events on the TUI by Arnaldo Carvalho de Melo · 14 years ago
  25. 44bf460 perf annotate: Fix up usage of the build id cache by Arnaldo Carvalho de Melo · 14 years ago
  26. 46e3e05 perf annotate: Add TUI interface by Arnaldo Carvalho de Melo · 14 years ago
  27. 6e78c9f perf tui: Remove annotate from popup menu after failure by Arnaldo Carvalho de Melo · 14 years ago
  28. 0e8dc25 perf report: Don't start the TUI if -D is used by Arnaldo Carvalho de Melo · 14 years ago
  29. 598357e perf: Fix getline undeclared by Frederic Weisbecker · 14 years ago
  30. 0e2e63d perf-record: Share per-cpu buffers by Peter Zijlstra · 14 years ago
  31. 57adc51 perf-record: Remove -M by Peter Zijlstra · 14 years ago
  32. 1c34bde Merge branch 'perf' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  33. 7a9b149 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 14 years ago
  34. 5d06e69 perf tui: Allow disabling the TUI on a per command basis in ~/.perfconfig by Arnaldo Carvalho de Melo · 14 years ago
  35. ef365ce perf record: remove unneeded gettimeofday() call by Russ Anderson · 14 years ago
  36. 5bc9661 USB: testusb: testusb compatibility with FunctionFS gadget by Michal Nazarewicz · 14 years ago
  37. 2201d6b USB: testusb: an USB testing application by David Brownell · 14 years ago
  38. 93f2aa4 USB: ffs-test: FunctionFS testing program by Michal Nazarewicz · 14 years ago
  39. b36f19d perf annotate: Use build-ids to find the right DSO by Arnaldo Carvalho de Melo · 14 years ago
  40. 17930b4 perf TUI: Make 'space' be an alias to 'PgDn' by Arnaldo Carvalho de Melo · 14 years ago
  41. dfacc4d Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  42. 85cb68b perf: Fix unaligned accesses while fetching trace values by Frederic Weisbecker · 14 years ago
  43. cbb5cf7 perf: Use read() instead of lseek() in trace_event_read.c:skip() by Tom Zanussi · 14 years ago
  44. f869097 perf session: Make read_build_id routines look at the host_machine too by Arnaldo Carvalho de Melo · 14 years ago
  45. f6e1467 perf symbols: Don't try to read the build-id twice by Arnaldo Carvalho de Melo · 14 years ago
  46. 151f85a perf tools: remove xstrndup, xmalloc, xzalloc by Arnaldo Carvalho de Melo · 14 years ago
  47. 8a7ddad perf probe: Don't call die() by Arnaldo Carvalho de Melo · 14 years ago
  48. b448c4b perf probe: Fix some error exit paths by Arnaldo Carvalho de Melo · 14 years ago
  49. a41794c perf tools: Remove some unused functions by Arnaldo Carvalho de Melo · 14 years ago
  50. 5af52b5 perf stat: add perf stat -B to pretty print large numbers by Stephane Eranian · 14 years ago
  51. 4d7b4ac Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  52. 32ec6ac perf tui: Fix build problem with slang <= 2.0.6 by Arnaldo Carvalho de Melo · 14 years ago
  53. 7752f1b perf probe: Don't compile CFI related code if elfutils is old by Masami Hiramatsu · 14 years ago
  54. 94f3ca9 perf tools: Add mode to build without newt support by Arnaldo Carvalho de Melo · 14 years ago
  55. 2f51903 perf symbols: symbol inconsistency message should be done only at verbose=1 by Arnaldo Carvalho de Melo · 14 years ago
  56. 63aa9e7 perf tui: Add explicit -lslang option by Arnaldo Carvalho de Melo · 14 years ago
  57. edb7c60 perf options: Type check all the remaining OPT_ variants by Arnaldo Carvalho de Melo · 14 years ago
  58. 8035458 perf options: Type check OPT_BOOLEAN and fix the offenders by Arnaldo Carvalho de Melo · 14 years ago
  59. 1967936 perf options: Check v type in OPT_U?INTEGER by Arnaldo Carvalho de Melo · 14 years ago
  60. c100edb perf options: Introduce OPT_UINTEGER by Arnaldo Carvalho de Melo · 14 years ago
  61. dc4ff19 perf tui: Add workaround for slang < 2.1.4 by Arnaldo Carvalho de Melo · 14 years ago
  62. 3de29ca perf record: Fix bug mismatch with -c option definition by Stephane Eranian · 14 years ago
  63. 6ba85ce perf options: Introduce OPT_U64 by Arnaldo Carvalho de Melo · 14 years ago
  64. a9a4ab7 perf tui: Add help window to show key associations by Arnaldo Carvalho de Melo · 14 years ago
  65. a308f3a perf tui: Make <- exit menus too by Arnaldo Carvalho de Melo · 14 years ago
  66. 9d192e1 perf newt: Add single key shortcuts for zoom into DSO and threads by Arnaldo Carvalho de Melo · 14 years ago
  67. 29351db perf newt: Exit browser unconditionally when CTRL+C, q or Q is pressed by Arnaldo Carvalho de Melo · 14 years ago
  68. c1ec5fe perf newt: Fix the 'A'/'a' shortcut for annotate by Arnaldo Carvalho de Melo · 14 years ago
  69. 6055390 perf newt: Make <- exit the ui_browser by Arnaldo Carvalho de Melo · 14 years ago
  70. 3e1bbdc3 perf newt: Make <- zoom out filters by Arnaldo Carvalho de Melo · 14 years ago
  71. c82ee82 perf report: Report number of events, not samples by Arnaldo Carvalho de Melo · 14 years ago
  72. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 14 years ago
  73. c8446b9 perf hist: Make event__totals per hists by Arnaldo Carvalho de Melo · 14 years ago
  74. 5d2be7c perf trace scripts: Fix typos in perf-trace-python.txt by Kirill Smelkov · 14 years ago
  75. 2e6cdf9 perf tools: change event inheritance logic in stat and record by Stephane Eranian · 14 years ago
  76. 8a0ecfb perf hist: Fix missing getline declaration by Frederic Weisbecker · 14 years ago
  77. 8769e1c perf hist: Fix hists__browse no-newt case by Frederic Weisbecker · 14 years ago
  78. 46db2c3 perf record: Add a fallback to the reference relocation symbol by Arnaldo Carvalho de Melo · 14 years ago
  79. ef7b93a perf report: Librarize the annotation code and use it in the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  80. 3798ed7 perf ui: Add ui_helpline methods by Arnaldo Carvalho de Melo · 14 years ago
  81. d11c7ad perf symbols: allow forcing use of cplus_demangle by Kyle McMartin · 14 years ago
  82. 6b3c4ef perf probe: Check older elfutils and set NO_DWARF by Masami Hiramatsu · 14 years ago
  83. b09e019 perf hist: Adopt filter by dso and by thread methods from the newt browser by Arnaldo Carvalho de Melo · 14 years ago
  84. de068ec perf: Fix static strings treated like dynamic ones by Frederic Weisbecker · 14 years ago
  85. e61a639 perf/trace/scripting: syscall-counts script cleanup by Tom Zanussi · 14 years ago
  86. 79e653f perf/trace/scripting: syscall-counts-by-pid script cleanup by Tom Zanussi · 14 years ago
  87. a4ab0c1 perf/trace/scripting: failed-syscalls-by-pid script cleanup by Tom Zanussi · 14 years ago
  88. 3824a4e perf/trace/scripting: don't show script start/stop messages by default by Tom Zanussi · 14 years ago
  89. a3412d9 perf/trace/scripting: workqueue-stats script cleanup by Tom Zanussi · 14 years ago
  90. e366728 perf/trace/scripting: wakeup-latency script cleanup by Tom Zanussi · 14 years ago
  91. e88a4bf perf/trace/scripting: rwtop script cleanup by Tom Zanussi · 14 years ago
  92. 6922c3d perf/trace/scripting: rw-by-pid script cleanup by Tom Zanussi · 14 years ago
  93. c3f5fd2 perf/trace/scripting: failed-syscalls script cleanup by Tom Zanussi · 14 years ago
  94. fefb0b9 perf hist: Calculate max_sym name len and nr_entries by Arnaldo Carvalho de Melo · 14 years ago
  95. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  96. d118f8b perf session: create_kernel_maps should use ->host_machine by Arnaldo Carvalho de Melo · 14 years ago
  97. cdd5b75 perf callchains: Use zalloc to allocate objects by Arnaldo Carvalho de Melo · 14 years ago
  98. 7f82645 perf newt: Use newtAddComponent() by Arnaldo Carvalho de Melo · 14 years ago
  99. 1f0ac71 Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  100. 232a5c9 perf report: Allow limiting the number of entries to print in callchains by Arnaldo Carvalho de Melo · 14 years ago