1. f1e2701 perf annotate: Separate objdump parsing from actual screen rendering by Arnaldo Carvalho de Melo · 14 years ago
  2. d040bd3 perf annotate: Config options for symbol__tty_annotate by Arnaldo Carvalho de Melo · 14 years ago
  3. 2f525d0 perf annotate: Support multiple histograms in annotation by Arnaldo Carvalho de Melo · 14 years ago
  4. 78f7def perf annotate: Move annotate functions to util/ by Arnaldo Carvalho de Melo · 14 years ago
  5. 764328d perf top: Remove superfluous name_len field by Arnaldo Carvalho de Melo · 14 years ago
  6. 52bcd994 perf stat: Fix aggreate counter reading accounting by Arnaldo Carvalho de Melo · 14 years ago
  7. cdb0861 perf top: Fix TUI compilation by Yinghai Lu · 14 years ago
  8. 978f626 perf tools: Don't try to build python bindings if Python.h not available by Arnaldo Carvalho de Melo · 14 years ago
  9. 0015e2e perf stat: Fix up resource release order by Arnaldo Carvalho de Melo · 14 years ago
  10. 568bb7b perf tools: Fix up 'make clean' target by Arnaldo Carvalho de Melo · 14 years ago
  11. 067187f perf tools: Remove verbose build messages for the python binding by Arnaldo Carvalho de Melo · 14 years ago
  12. f6bbc1d perf python: Fix build on 32-bit by Arnaldo Carvalho de Melo · 14 years ago
  13. 823c716 perf probe: Use %td for pointer arithmetic result by Arnaldo Carvalho de Melo · 14 years ago
  14. c0443df perf top: Introduce slang based TUI by Arnaldo Carvalho de Melo · 14 years ago
  15. 229ade9 perf tools: Don't fallback to setup_pager unconditionally by Arnaldo Carvalho de Melo · 14 years ago
  16. 8c3e10e perf top: Move display agnostic routines to util/top.[ch] by Arnaldo Carvalho de Melo · 14 years ago
  17. 7e2ed09 perf evlist: Store pointer to the cpu and thread maps by Arnaldo Carvalho de Melo · 14 years ago
  18. f8a9530 perf evlist: Move evlist methods to evlist.c by Arnaldo Carvalho de Melo · 14 years ago
  19. 877108e perf tools: Initial python binding by Arnaldo Carvalho de Melo · 14 years ago
  20. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  21. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  22. 93fc64f perf top: Switch to non overwrite mode by Arnaldo Carvalho de Melo · 14 years ago
  23. 7bb4115 perf evlist: Support non overwrite mode in perf_evlist__read_on_cpu by Arnaldo Carvalho de Melo · 14 years ago
  24. ef2bf6d perf events: Account PERF_RECORD_LOST events in event__process by Arnaldo Carvalho de Melo · 14 years ago
  25. dc82009 perf record: No need to check for overwrites by Arnaldo Carvalho de Melo · 14 years ago
  26. 54489c18 perf test: Fix return values checking by Han Pingtian · 14 years ago
  27. 3c42258 perf probe: Add filters support for available functions by Masami Hiramatsu · 14 years ago
  28. bd09d7b perf probe: Add variable filter support by Masami Hiramatsu · 14 years ago
  29. 68baa43 perf tools: Add strfilter for general purpose string filter by Masami Hiramatsu · 14 years ago
  30. ef1d1af perf evsel: Introduce perf_evsel__{in,ex}it by Arnaldo Carvalho de Melo · 14 years ago
  31. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 14 years ago
  32. fd78260 perf threads: Move thread_map to separate file by Arnaldo Carvalho de Melo · 14 years ago
  33. 17ea1b7 perf tools: Pass the struct opt to the wildcard parsing routine by Arnaldo Carvalho de Melo · 14 years ago
  34. d7065ad perf record: auto detect when stdout is a pipe by Franck Bui-Huu · 14 years ago
  35. e80711c perf probe: Add --funcs to show available functions in symtab by Masami Hiramatsu · 14 years ago
  36. 5069ed8 perf probe: Enable to put probe inline function call site by Masami Hiramatsu · 14 years ago
  37. 4cc9cec perf probe: Introduce lines walker interface by Masami Hiramatsu · 14 years ago
  38. bc0f23d USB: usbtest - add alignment tests to test script by Martin Fuzzey · 14 years ago
  39. c17d936 USB: usbtest - add shell script to test HCDs by David Brownell · 14 years ago
  40. b0e8572 perf top: Add native_safe_halt to skip symbols by Arnaldo Carvalho de Melo · 14 years ago
  41. 529363b perf callchain: Don't give arbitrary gender to callchain tree nodes by Frederic Weisbecker · 14 years ago
  42. 16537f1 perf callchain: Rename register_callchain_param into callchain_register_param by Frederic Weisbecker · 14 years ago
  43. f08c315 perf callchain: Rename cumul_hits into callchain_cumul_hits by Frederic Weisbecker · 14 years ago
  44. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago
  45. de5fa3a perf test: Add test for the evlist mmap routines by Arnaldo Carvalho de Melo · 14 years ago
  46. 04391de perf evlist: Steal mmap reading routine from 'perf top' by Arnaldo Carvalho de Melo · 14 years ago
  47. 98d77b7 perf test: check if cpu_map__new() return NULL by Han Pingtian · 14 years ago
  48. d2af968 perf test: Check counts on all cpus in test__open_syscall_event_on_all_cpus by Arnaldo Carvalho de Melo · 14 years ago
  49. 915fce2 perf tools: Add missing cpu_map__delete() by Arnaldo Carvalho de Melo · 14 years ago
  50. 0a27d7f perf record: Use perf_evlist__mmap by Arnaldo Carvalho de Melo · 14 years ago
  51. 70db753 perf evlist: Move the mmap array from perf_evsel by Arnaldo Carvalho de Melo · 14 years ago
  52. 115d2d8 perf record: Move perf_mmap__write_tail to perf.h by Arnaldo Carvalho de Melo · 14 years ago
  53. 744bd8a perf record: Use struct perf_mmap and helpers by Arnaldo Carvalho de Melo · 14 years ago
  54. 70082dd perf evsel: Introduce mmap support by Arnaldo Carvalho de Melo · 14 years ago
  55. dd7927f perf record: Use perf_evsel__open by Arnaldo Carvalho de Melo · 14 years ago
  56. 72cb701 perf top: Use perf_evsel__open by Arnaldo Carvalho de Melo · 14 years ago
  57. 9d04f17 perf evsel: Allow specifying if the inherit bit should be set by Arnaldo Carvalho de Melo · 14 years ago
  58. f08199d perf evsel: Support event groups by Arnaldo Carvalho de Melo · 14 years ago
  59. 5c58104 perf evlist: Adopt the pollfd array by Arnaldo Carvalho de Melo · 14 years ago
  60. 361c99a perf evsel: Introduce perf_evlist by Arnaldo Carvalho de Melo · 14 years ago
  61. 00e99a4 perf tools: Fix time function double declaration with glibc by Thomas Renninger · 14 years ago
  62. 065bef5 perf tools: Fix build by checking if extra warnings are supported by Arnaldo Carvalho de Melo · 14 years ago
  63. 5c7a668 perf tools: Fix build when using gcc 3.4.6 by Arnaldo Carvalho de Melo · 14 years ago
  64. a860a60 perf tools: Add missing header, fixes build by Arnaldo Carvalho de Melo · 14 years ago
  65. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  66. 57b84e5 perf test: Fix build on older glibcs by Arnaldo Carvalho de Melo · 14 years ago
  67. ffb5e0f perf test: Use cpu_map->[cpu] when setting affinity by Han Pingtian · 14 years ago
  68. b2f8fb2 perf symbols: Fix annotation of thumb code by Dr. David Alan Gilbert · 14 years ago
  69. c6fa63c 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
  70. ad7f4e3 perf tools: Fix tracepoint id to string perf.data header table by Arnaldo Carvalho de Melo · 14 years ago
  71. dd9a9ad perf tools: Fix handling of wildcards in tracepoint event selectors by Arnaldo Carvalho de Melo · 14 years ago
  72. f9ee7f6 Merge branches 'core-fixes-for-linus', 'x86-fixes-for-linus', 'timers-fixes-for-linus' and '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
  73. acac03f perf record: Add "nodelay" mode, disabled by default by Kirill Smelkov · 14 years ago
  74. 9710118 perf sched: Fix list of events, dropping unsupported ':r' modifier by Stephane Eranian · 14 years ago
  75. 1b38627 Merge branch 'tools' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-idle-2.6 by Linus Torvalds · 14 years ago
  76. 968a851 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-2.6-ktest by Linus Torvalds · 14 years ago
  77. eca0bdd Merge branches 'turbostat' and 'x86_energy_perf_policy' into tools by Len Brown · 14 years ago
  78. d5532ee tools: create power/x86/x86_energy_perf_policy by Len Brown · 14 years ago
  79. 103a8fe tools: create power/x86/turbostat by Len Brown · 14 years ago
  80. 4ad9f59 Revert "perf tools: Emit clearer message for sys_perf_event_open ENOENT return" by Arnaldo Carvalho de Melo · 14 years ago
  81. 4277616 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
  82. cc84158 perf top: Fix annotate segv by Arnaldo Carvalho de Melo · 14 years ago
  83. bd3bfe9 perf evsel: Fix order of event list deletion by Arnaldo Carvalho de Melo · 14 years ago
  84. 3d03e2e perf session: Fix infinite loop in __perf_session__process_events by Arnaldo Carvalho de Melo · 14 years ago
  85. 0252208 perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1) by Arnaldo Carvalho de Melo · 14 years ago
  86. a1e8fad Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/penberg/slab-2.6 by Linus Torvalds · 14 years ago
  87. 12f7e03 perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail by Jiri Pirko · 14 years ago
  88. aa7bc7e perf tools: Emit clearer message for sys_perf_event_open ENOENT return by Arnaldo Carvalho de Melo · 14 years ago
  89. 5a3446b perf stat: better error message for unsupported events by David Ahern · 14 years ago
  90. e462dc5 perf sched: Fix allocation result check by Arnaldo Carvalho de Melo · 14 years ago
  91. a45b061 Merge branch 'slab/next' into for-linus by Pekka Enberg · 14 years ago
  92. fb5131e Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 14 years ago
  93. 23a2f3a perf tools: Pass whole attr to event selectors by Lin Ming · 14 years ago
  94. abb3594 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  95. 6b01f2c perf tools: Build with frame pointer by Frederic Weisbecker · 14 years ago
  96. f006d25 perf tools: Fix buffer overflow error when specifying all tracepoints by Han Pingtian · 14 years ago
  97. eccdfe2 perf script: Make some lists static by Arnaldo Carvalho de Melo · 14 years ago
  98. 6d8afb5 perf script: Use the default lost event handler by Arnaldo Carvalho de Melo · 14 years ago
  99. 1109599 perf session: Warn about errors when processing pipe events too by Arnaldo Carvalho de Melo · 14 years ago
  100. d030260 perf tools: Fix perf_event.h header usage by Stephane Eranian · 14 years ago