1. 8408712 perf tools: Fix compatibility with libelf 0.8 and autodetect by Marti Raudsepp · 15 years ago
  2. 2e600d0 perf timechart: Improve the visual appearance of scheduler delays by Arjan van de Ven · 15 years ago
  3. 210f9cb perf tools: Bump version to 0.0.2 by Ingo Molnar · 15 years ago
  4. 63c9e01 perf tools: Remove static debugfs path from parse-events by Ashwin Chaugule · 15 years ago
  5. cbef79a perf tools: Fix const char type propagation by Randy Dunlap · 15 years ago
  6. 8183313 perf tools: elf_sym__is_function() should accept "zero" sized functions by Arnaldo Carvalho de Melo · 15 years ago
  7. b934cdd perf trace: Update eval_flag() flags array to match interrupt.h by Tom Zanussi · 15 years ago
  8. 39a90a8 perf timechart: Add a power-only mode by Arjan van de Ven · 15 years ago
  9. 725b136 perf tools: Dont use openat() by Eric Dumazet · 15 years ago
  10. a255a99 perf tools: Fix buffer allocation by Eric Dumazet · 15 years ago
  11. dd906a0 perf tools: Handle relative paths while loading module symbols by Mike Galbraith · 15 years ago
  12. 508c4d0 perf tools: Fix module symbol loading bug by Mike Galbraith · 15 years ago
  13. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  14. 611a546 perf util: SVG performance improvements by Arjan van de Ven · 15 years ago
  15. 5094b65 perf util: Make the timechart SVG width dynamic by Arjan van de Ven · 15 years ago
  16. a92fe7b perf timechart: Show the duration of scheduler delays in the SVG by Arjan van de Ven · 15 years ago
  17. 4f1202c perf timechart: Show the name of the waker/wakee in timechart by Arjan van de Ven · 15 years ago
  18. ec60a3f perf utils: Use a define for the maximum length of a trace event by Arjan van de Ven · 15 years ago
  19. 964a0b3 perf utils: Be consistent about minimum text size in the svghelper by Arjan van de Ven · 15 years ago
  20. f48d55c perf: Add a SVG helper library file by Arjan van de Ven · 15 years ago
  21. fd39e05 perf: Add a sample_event type to the event_union by Arjan van de Ven · 15 years ago
  22. a79d7db perf: Allow perf utilities to have "callback" options without arguments by Arjan van de Ven · 15 years ago
  23. 8755a8f perf: Store trace event name/id pairs in perf.data by Arjan van de Ven · 15 years ago
  24. 393b2ad perf: Add a timestamp to fork events by Arjan van de Ven · 15 years ago
  25. 1281a49 perf trace: Sample timestamp and cpu when using record flag by Li Zefan · 15 years ago
  26. 270bbbe perf tools: Increase MAX_EVENT_LENGTH by Li Zefan · 15 years ago
  27. 6706ccf perf tools: Fix memory leak in read_ftrace_printk() by Li Zefan · 15 years ago
  28. 0ec04e1 perf sched: Add 'perf sched map' scheduling event map printout by Ingo Molnar · 15 years ago
  29. 80ed098 perf sched: Make idle thread and comm/pid names more consistent by Ingo Molnar · 15 years ago
  30. dc02bf7 perf sched: Account for lost events, increase default buffering by Ingo Molnar · 15 years ago
  31. ea57c4f perf tools: Implement counter output multiplexing by Ingo Molnar · 15 years ago
  32. 1fc35b2 perf sched: Implement the 'perf sched record' subcommand by Ingo Molnar · 15 years ago
  33. b5fae12 perf sched: Clean up PID sorting logic by Ingo Molnar · 15 years ago
  34. d9340c1 perf sched: Display time in milliseconds, reorganize output by Ingo Molnar · 15 years ago
  35. 4653881 perf sched: Fix bad event alignment by Frederic Weisbecker · 15 years ago
  36. bcd3279 perf tools: Allow the specification of all tracepoints at once by Frederic Weisbecker · 15 years ago
  37. ec15676 perf sched: Import schedbench.c by Ingo Molnar · 15 years ago
  38. 483e3cd Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  39. ed011b2 Merge commit 'v2.6.31-rc9' into tracing/core by Ingo Molnar · 15 years ago
  40. 6b58e7f perf tools: Avoid unnecessary work in directory lookups by Ulrich Drepper · 15 years ago
  41. 6f4596d perf trace: Fix read_string() by Ingo Molnar · 15 years ago
  42. 00fc978 perf trace: Print out in nanoseconds by Ingo Molnar · 15 years ago
  43. 2e01d17 perf tools: Seek to the end of the header area by Ingo Molnar · 15 years ago
  44. 65014ab perf tools: Work around strict aliasing related warnings by Ingo Molnar · 15 years ago
  45. 561f732 perf tools: Complete support for dynamic strings by Frederic Weisbecker · 15 years ago
  46. 9b8055a perf tools: Unify swapper tasks naming by Frederic Weisbecker · 15 years ago
  47. 5b447a6 perf tools: Librarize idle thread registration by Frederic Weisbecker · 15 years ago
  48. 19c9596 Merge branch 'perfcounters/tracing' into perfcounters/core by Ingo Molnar · 15 years ago
  49. d498bc1 perf tools: Fix missing string field printing in perf trace by Frederic Weisbecker · 15 years ago
  50. 1ef2ed1 perf tools: Only save the event formats we need by Frederic Weisbecker · 15 years ago
  51. 6e08643 perf tools: Save partial non-overlapping map by Frederic Weisbecker · 15 years ago
  52. 1f18345 perf tools: Remove obsolete defines by Ingo Molnar · 15 years ago
  53. 3f9edc2 perf tools: Make trace event format parser aware of cast to pointers by Frederic Weisbecker · 15 years ago
  54. 5f9c39d perf tools: Add perf trace by Frederic Weisbecker · 15 years ago
  55. ea4010d perf tools: Add trace event information parser by Steven Rostedt · 15 years ago
  56. 538bafb perf tools: Add trace event debugfs stream reader by Steven Rostedt · 15 years ago
  57. 52050943 perf tools: Add trace event debugfs IO handler by Steven Rostedt · 15 years ago
  58. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  59. 0d3a5c8 perf tools: Librarize sample type and attr finding from headers by Frederic Weisbecker · 15 years ago
  60. 0f25bfc perf tools: Put the show mode into the event headers files by Frederic Weisbecker · 15 years ago
  61. 2cec19d perf tools: Factorize the dprintf definition by Frederic Weisbecker · 15 years ago
  62. 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
  63. 6baa0a5 perf tools: Factorize the thread code in a dedicated file by Frederic Weisbecker · 15 years ago
  64. be75023 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  65. 18408dd perf tools: Add some comments to the event definitions by Peter Zijlstra · 15 years ago
  66. 3a9f131 perf tools: Add a per tracepoint counter attribute to get raw sample by Frederic Weisbecker · 15 years ago
  67. 1340e6b perf tools: Fix dso__new handle() to handle deleted DSOs by Arnaldo Carvalho de Melo · 15 years ago
  68. 247648e perf tools: Fix fallback to cplus_demangle() when bfd_demangle() is not available by Arnaldo Carvalho de Melo · 15 years ago
  69. 66e274f perf tools: Factorize the map helpers by Frederic Weisbecker · 15 years ago
  70. 1fe2c10 perf tools: Factorize the event structure definitions in a single file by Frederic Weisbecker · 15 years ago
  71. cd84c2a perf tools: Factorize high level dso helpers by Frederic Weisbecker · 15 years ago
  72. 48c2e17 tracing: Add more namespace area to 'perf list' output by Jason Baron · 15 years ago
  73. 9f86669 perf report: Add raw displaying of per-thread counters by Brice Goglin · 15 years ago
  74. c0a8865 perf tools: callchain: Fix bad rounding of minimum rate by Frederic Weisbecker · 15 years ago
  75. 8d51327 perf report: Fix and improve the displaying of per-thread event counters by Brice Goglin · 15 years ago
  76. b1a8834 perf tools: callchain: Fix 'perf report' display to be callchain by default by Frederic Weisbecker · 15 years ago
  77. b0efe21 perf tools: callchain: Fix spurious 'perf report' warnings: ignore empty callchains by Frederic Weisbecker · 15 years ago
  78. 7eac7e9 perf util: Fix do_read() to fail on EOF instead of busy-looping by Pierre Habouzit · 15 years ago
  79. ae07b63 perf list: Fix the output to not include tracepoints without an id by Peter Zijlstra · 15 years ago
  80. 94cb9e3 perf report: Add debug help for the finding of symbol bugs - show the symtab origin (DSO, build-id, kernel, etc) by Arnaldo Carvalho de Melo · 15 years ago
  81. 8f18aec perf report: Fix per task mult-counter stat reporting by Peter Zijlstra · 15 years ago
  82. 1c222bc perf tools: Fix multi-counter stat bug caused by incorrect reading of perf.data file header by Peter Zijlstra · 15 years ago
  83. 1953287 perf tools: Fix call-chain cumul hit based sub-total (fractal mode) by Frederic Weisbecker · 15 years ago
  84. 4d1e00a perf symbol: Fix symbol parsing in certain cases: use the build-id as a symlink by Arnaldo Carvalho de Melo · 15 years ago
  85. 2cdbc46 perf: Auto-detect libbfd by Peter Zijlstra · 15 years ago
  86. 7e03065 perf: Fix read buffer overflow by Roel Kluin · 15 years ago
  87. 9b30a26 perf tools: Fix faulty check by Stoyan Gaydarov · 15 years ago
  88. d20ff6b perf_counter tools: Fix vmlinux symbol generation breakage by Mike Galbraith · 15 years ago
  89. 5beeded perf_counter: Detect debugfs location by Jason Baron · 15 years ago
  90. f6bdafe perf_counter: Add tracepoint support to perf list, perf stat by Jason Baron · 15 years ago
  91. 28ac909 perf symbol: C++ demangling by Arnaldo Carvalho de Melo · 15 years ago
  92. dfe5a50 perf: avoid structure size confusion by using a fixed size by Arjan van de Ven · 15 years ago
  93. 1d2f379 Merge commit 'tip/perfcounters/core' into perf-counters-for-linus by Peter Zijlstra · 15 years ago
  94. 23cdb5d perf_counter tools: Fix index boundary check by Roel Kluin · 15 years ago
  95. a25e46c perf_counter tools: PLT info is stripped in -debuginfo packages by Arnaldo Carvalho de Melo · 15 years ago
  96. 27d0fd4 strlist: Introduce strlist__entry and strlist__nr_entries methods by Arnaldo Carvalho de Melo · 15 years ago
  97. 52d422d perf report: Adjust column width to the values sampled by Arnaldo Carvalho de Melo · 15 years ago
  98. 9590b7b perf_counter tools: Rename cache events to remove $ by Anton Blanchard · 15 years ago
  99. 805d127 perf report: Add "Fractal" mode output - support callchains with relative overhead rate by Frederic Weisbecker · 15 years ago
  100. e05b876 perf_counter tools: callchains: Manage the cumul hits on the fly by Frederic Weisbecker · 15 years ago