1. d0dd74e perf tools: Move event__parse_sample to evsel.c by Arnaldo Carvalho de Melo · 14 years ago
  2. fd78260 perf threads: Move thread_map to separate file by Arnaldo Carvalho de Melo · 14 years ago
  3. 17ea1b7 perf tools: Pass the struct opt to the wildcard parsing routine by Arnaldo Carvalho de Melo · 14 years ago
  4. e80711c perf probe: Add --funcs to show available functions in symtab by Masami Hiramatsu · 14 years ago
  5. 5069ed8 perf probe: Enable to put probe inline function call site by Masami Hiramatsu · 14 years ago
  6. 4cc9cec perf probe: Introduce lines walker interface by Masami Hiramatsu · 14 years ago
  7. 529363b perf callchain: Don't give arbitrary gender to callchain tree nodes by Frederic Weisbecker · 14 years ago
  8. 16537f1 perf callchain: Rename register_callchain_param into callchain_register_param by Frederic Weisbecker · 14 years ago
  9. f08c315 perf callchain: Rename cumul_hits into callchain_cumul_hits by Frederic Weisbecker · 14 years ago
  10. 1b3a0e9 perf callchain: Feed callchains into a cursor by Frederic Weisbecker · 14 years ago
  11. 04391de perf evlist: Steal mmap reading routine from 'perf top' by Arnaldo Carvalho de Melo · 14 years ago
  12. 915fce2 perf tools: Add missing cpu_map__delete() by Arnaldo Carvalho de Melo · 14 years ago
  13. 70db753 perf evlist: Move the mmap array from perf_evsel by Arnaldo Carvalho de Melo · 14 years ago
  14. 70082dd perf evsel: Introduce mmap support by Arnaldo Carvalho de Melo · 14 years ago
  15. 9d04f17 perf evsel: Allow specifying if the inherit bit should be set by Arnaldo Carvalho de Melo · 14 years ago
  16. f08199d perf evsel: Support event groups by Arnaldo Carvalho de Melo · 14 years ago
  17. 5c58104 perf evlist: Adopt the pollfd array by Arnaldo Carvalho de Melo · 14 years ago
  18. 361c99a perf evsel: Introduce perf_evlist by Arnaldo Carvalho de Melo · 14 years ago
  19. 00e99a4 perf tools: Fix time function double declaration with glibc by Thomas Renninger · 14 years ago
  20. 5c7a668 perf tools: Fix build when using gcc 3.4.6 by Arnaldo Carvalho de Melo · 14 years ago
  21. a860a60 perf tools: Add missing header, fixes build by Arnaldo Carvalho de Melo · 14 years ago
  22. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  23. b2f8fb2 perf symbols: Fix annotation of thumb code by Dr. David Alan Gilbert · 14 years ago
  24. ad7f4e3 perf tools: Fix tracepoint id to string perf.data header table by Arnaldo Carvalho de Melo · 14 years ago
  25. dd9a9ad perf tools: Fix handling of wildcards in tracepoint event selectors by Arnaldo Carvalho de Melo · 14 years ago
  26. 3d03e2e perf session: Fix infinite loop in __perf_session__process_events by Arnaldo Carvalho de Melo · 14 years ago
  27. 0252208 perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1) by Arnaldo Carvalho de Melo · 14 years ago
  28. 23a2f3a perf tools: Pass whole attr to event selectors by Lin Ming · 14 years ago
  29. f006d25 perf tools: Fix buffer overflow error when specifying all tracepoints by Han Pingtian · 14 years ago
  30. 1109599 perf session: Warn about errors when processing pipe events too by Arnaldo Carvalho de Melo · 14 years ago
  31. d030260 perf tools: Fix perf_event.h header usage by Stephane Eranian · 14 years ago
  32. aef1b9c Merge commit 'v2.6.37' into perf/core by Ingo Molnar · 14 years ago
  33. 20c457b perf timechart: Adjust perf timechart to the new power events by Thomas Renninger · 14 years ago
  34. 9285855 Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux-2.6 into perf/core by Ingo Molnar · 14 years ago
  35. cc22219 Merge commit 'v2.6.37-rc8' into perf/core by Ingo Molnar · 14 years ago
  36. 4eed11d perf evsel: Auto allocate resources needed for some methods by Arnaldo Carvalho de Melo · 14 years ago
  37. 86bd5e8 perf evsel: Use {cpu,thread}_map to shorten list of parameters by Arnaldo Carvalho de Melo · 14 years ago
  38. 5c98d466 perf tools: Refactor all_tids to hold nr and the map by Arnaldo Carvalho de Melo · 14 years ago
  39. 60d567e perf tools: Refactor cpumap to hold nr and the map by Arnaldo Carvalho de Melo · 14 years ago
  40. 4829060 perf evsel: Introduce per cpu and per thread open helpers by Arnaldo Carvalho de Melo · 14 years ago
  41. c52b12e perf evsel: Steal the counter reading routines from stat by Arnaldo Carvalho de Melo · 14 years ago
  42. 70d544d perf evsel: Delete the event selectors at exit by Arnaldo Carvalho de Melo · 14 years ago
  43. 1e7972c perf util: Move do_read from session to util by Arnaldo Carvalho de Melo · 14 years ago
  44. daec78a perf evsel: Adopt MATCH_EVENT macro from 'stat' by Arnaldo Carvalho de Melo · 14 years ago
  45. 69aad6f perf tools: Introduce event selectors by Arnaldo Carvalho de Melo · 14 years ago
  46. d425de5 perf: Fix callchain hit bad cast on ascii display by Frederic Weisbecker · 14 years ago
  47. 32ae2ad perf probe: Fix short file name probe location reporting by Franck Bui-Huu · 14 years ago
  48. 32b2b6e perf probe: Fix wrong warning in __show_one_line() if read(1) errors happen by Franck Bui-Huu · 14 years ago
  49. 3b01a41 perf symbols: Improve kallsyms symbol end addr calculation by Arnaldo Carvalho de Melo · 14 years ago
  50. 3b4694d perf probe: Fix to support libdwfl older than 0.148 by Masami Hiramatsu · 14 years ago
  51. ea187cfb perf tools: Fix lazy wildcard matching by Masami Hiramatsu · 14 years ago
  52. 21dd9ae perf probe: Handle gracefully some stupid and buggy line syntaxes by Franck Bui-Huu · 14 years ago
  53. fde52db perf probe: Don't always consider EOF as an error when listing source code by Franck Bui-Huu · 14 years ago
  54. 9d95b58 perf probe: Fix line range description since a single file is allowed by Franck Bui-Huu · 14 years ago
  55. 44b81e9 perf probe: Clean up redundant tests in show_line_range() by Franck Bui-Huu · 14 years ago
  56. befe341 perf probe: Rewrite show_one_line() to make it simpler by Franck Bui-Huu · 14 years ago
  57. 62c15fc perf probe: Make -L display the absolute path of the dumped file by Franck Bui-Huu · 14 years ago
  58. 0e43e5d perf probe: Cleanup messages by Masami Hiramatsu · 14 years ago
  59. ec5761e perf symbols: Add symfs option for off-box analysis using specified tree by David Ahern · 14 years ago
  60. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  61. 68a7a77 perf buildid-cache: Fix symbolic link handling by Franck Bui-Huu · 14 years ago
  62. c3a34e0 perf symbols: Stop using vmlinux files with no symbols by Franck Bui-Huu · 14 years ago
  63. fd930ff perf probe: Fix use of kernel image path given by 'k' option by Franck Bui-Huu · 14 years ago
  64. 006b20f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  65. ddbc24b perf session: Remove unneeded dump_printf calls by Arnaldo Carvalho de Melo · 14 years ago
  66. ba74f06 perf session: Split out user event processing by Thomas Gleixner · 14 years ago
  67. 3dfc2c0 perf session: Split out sample preprocessing by Thomas Gleixner · 14 years ago
  68. 532e726 perf session: Move dump code to event delivery path by Thomas Gleixner · 14 years ago
  69. f74725d perf session: Add file_offset to event delivery function by Thomas Gleixner · 14 years ago
  70. e4c2df1 perf session: Store file offset in sample_queue by Thomas Gleixner · 14 years ago
  71. 9aefcab perf session: Consolidate the dump code by Thomas Gleixner · 14 years ago
  72. 79a14c1 perf session: Dont queue events w/o timestamps by Thomas Gleixner · 14 years ago
  73. 3835bc0 perf event: Prevent unbound event__name array access by Thomas Gleixner · 14 years ago
  74. b226a5a7 perf report: Allow user to specify path to kallsyms file by David Ahern · 14 years ago
  75. ce47dc5 perf tools: Catch a few uncheck calloc/malloc's by Chris Samuel · 14 years ago
  76. cbf4164 perf session: Sort all events if ordered_samples=true by Thomas Gleixner · 14 years ago
  77. e4e18d5 perf options: add OPT_CALLBACK_DEFAULT_NOOPT by Akihiro Nagai · 14 years ago
  78. 1437a30 perf hist: Better displaying of unresolved DSOs and symbols by Ian Munsie · 14 years ago
  79. 9c90a61 perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ events by Arnaldo Carvalho de Melo · 14 years ago
  80. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  81. b3d006c Merge branch 'perf/rename' into perf/core by Ingo Molnar · 14 years ago
  82. 4c635a4 perf tools: fix event parsing of comma-separated tracepoint events by Corey Ashford · 14 years ago
  83. 5b1c144 perf debug: Simplify trace_event by Arnaldo Carvalho de Melo · 14 years ago
  84. 5c891f3 perf session: Allocate chunks of sample objects by Thomas Gleixner · 14 years ago
  85. 020bb75 perf session: Cache sample objects by Thomas Gleixner · 14 years ago
  86. fe17420 perf session: Keep file mmaped instead of malloc/memcpy by Thomas Gleixner · 14 years ago
  87. 55b4462 perf session: Use sensible mmap size by Thomas Gleixner · 14 years ago
  88. d651328 perf session: Simplify termination checks by Thomas Gleixner · 14 years ago
  89. 85b9995 perf session: Move ui_progress_update in __perf_session__process_events() by Thomas Gleixner · 14 years ago
  90. 0331ee0 perf session: Cleanup __perf_session__process_events() by Thomas Gleixner · 14 years ago
  91. 28990f7 perf session: Use appropriate pointer type instead of silly typecasting by Thomas Gleixner · 14 years ago
  92. a1225de perf session: Fix list sort algorithm by Thomas Gleixner · 14 years ago
  93. 60e6773 perf header: Don't assume there's no attr info if no sample ids is provided by Franck Bui-Huu · 14 years ago
  94. d214afb perf symbols: Figure out start address of kernel map from kallsyms by Ming Lei · 14 years ago
  95. 8a95331 perf symbols: Fix kallsyms kernel/module map splitting by Arnaldo Carvalho de Melo · 14 years ago
  96. 068ffaa perf tools: Fix lost and unknown events handling by Arnaldo Carvalho de Melo · 14 years ago
  97. 9d1faba perf symbols: Correct final kernel map guesses by Ian Munsie · 14 years ago
  98. 37982ba perf events: Default to using event__process_lost by Arnaldo Carvalho de Melo · 14 years ago
  99. baa2f6c perf record: Add option to disable collecting build-ids by Arnaldo Carvalho de Melo · 14 years ago
  100. 6c869e7 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago