1. afdf1a4 perf tools: Handle - and + in parsing trace print format by Steven Rostedt · 15 years ago
  2. cda4846 perf tools: Add latency format to trace output by Steven Rostedt · 15 years ago
  3. 0d1da91 perf tools: Handle both versions of ftrace output by Steven Rostedt · 15 years ago
  4. ffa1895 perf tools: Fix bprintk reading in trace output by Steven Rostedt · 15 years ago
  5. 07a4bdd perf tools: Still continue on failed parsing of an event by Steven Rostedt · 15 years ago
  6. 13999e5 perf tools: Handle the case with and without the "signed" trace field by Steven Rostedt · 15 years ago
  7. f1d1fee perf tools: Handle newlines in trace parsing better by Steven Rostedt · 15 years ago
  8. b99af87 perf tools: Handle * as typecast in trace parsing by Steven Rostedt · 15 years ago
  9. 0959b8d perf tools: Handle arrays in print fields for trace parsing by Steven Rostedt · 15 years ago
  10. 298ebc3 perf tools: Handle trace parsing of < and > by Steven Rostedt · 15 years ago
  11. 91ff2bc perf tools: Fix backslash processing on trace print formats by Steven Rostedt · 15 years ago
  12. 924a79a perf tools: Handle print concatenations in event format file by Steven Rostedt · 15 years ago
  13. b226f744 Merge branch 'linus' into perf/core by Ingo Molnar · 15 years ago
  14. d5b889f perf tools: Move threads & last_match to threads.c by Arnaldo Carvalho de Melo · 15 years ago
  15. cfed95a perf tools: Do not manually count string lengths by Vincent Legoll · 15 years ago
  16. 23e8ec0 perf probe: Add perf probe command support without libdwarf by Masami Hiramatsu · 15 years ago
  17. 4ea42b1 perf: Add perf probe subcommand, a kprobe-event setup helper by Masami Hiramatsu · 15 years ago
  18. 63c9e01 perf tools: Remove static debugfs path from parse-events by Ashwin Chaugule · 15 years ago
  19. cbef79a perf tools: Fix const char type propagation by Randy Dunlap · 15 years ago
  20. 26dd2cb perf tools: Provide backward compatibility with previous perf.data version by Frederic Weisbecker · 15 years ago
  21. 97ea1a7 perf tools: Fix thread comm resolution in perf sched by Frederic Weisbecker · 15 years ago
  22. 2e538c4 perf tools: Improve kernel/modules symbol lookup by Arnaldo Carvalho de Melo · 15 years ago
  23. da21d1b perf tools: Up the verbose level for some really verbose stuff by Arnaldo Carvalho de Melo · 15 years ago
  24. 9a92b47 perf tools: Improve thread comm resolution in perf sched by Frederic Weisbecker · 15 years ago
  25. 016e92f perf tools: Unify perf.data mapping and events handling by Frederic Weisbecker · 15 years ago
  26. 03456a1 perf tools: Merge trace.info content into perf.data by Frederic Weisbecker · 15 years ago
  27. 064739b perf trace: Add string/dynamic cases to format_flags by Tom Zanussi · 15 years ago
  28. 2774601 perf trace: Add subsystem string to struct event by Tom Zanussi · 15 years ago
  29. 26a5074 tracing/events: Add 'signed' field to format files by Tom Zanussi · 15 years ago
  30. d9b2002 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  31. 8183313 perf tools: elf_sym__is_function() should accept "zero" sized functions by Arnaldo Carvalho de Melo · 15 years ago
  32. b934cdd perf trace: Update eval_flag() flags array to match interrupt.h by Tom Zanussi · 15 years ago
  33. a2a99e8 perf tools: /proc/modules names don't always match its name by Arnaldo Carvalho de Melo · 15 years ago
  34. af427bf perf tools: Create maps for modules when processing kallsyms by Arnaldo Carvalho de Melo · 15 years ago
  35. ec218fc perf tools: Remove show_mask bitmask by Arnaldo Carvalho de Melo · 15 years ago
  36. 9735abf perf tools: Move hist_entry__add common code to hist.c by Arnaldo Carvalho de Melo · 15 years ago
  37. 439d473 perf tools: Rewrite and improve support for kernel modules by Arnaldo Carvalho de Melo · 15 years ago
  38. 39a90a8 perf timechart: Add a power-only mode by Arjan van de Ven · 15 years ago
  39. 1b46cdd perf tools: Use rb_tree for maps by Arnaldo Carvalho de Melo · 15 years ago
  40. 3d1d07e perf tools: Put common histogram functions in their own file by John Kacur · 15 years ago
  41. dd68ada perf tools: Create util/sort.and use it by John Kacur · 15 years ago
  42. 8b40f52 perf tools: Protect header files with a consistent style by John Kacur · 15 years ago
  43. 725b136 perf tools: Dont use openat() by Eric Dumazet · 15 years ago
  44. a255a99 perf tools: Fix buffer allocation by Eric Dumazet · 15 years ago
  45. dd906a0 perf tools: Handle relative paths while loading module symbols by Mike Galbraith · 15 years ago
  46. 508c4d0 perf tools: Fix module symbol loading bug by Mike Galbraith · 15 years ago
  47. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  48. 611a546 perf util: SVG performance improvements by Arjan van de Ven · 15 years ago
  49. 5094b65 perf util: Make the timechart SVG width dynamic by Arjan van de Ven · 15 years ago
  50. a92fe7b perf timechart: Show the duration of scheduler delays in the SVG by Arjan van de Ven · 15 years ago
  51. 4f1202c perf timechart: Show the name of the waker/wakee in timechart by Arjan van de Ven · 15 years ago
  52. ec60a3f perf utils: Use a define for the maximum length of a trace event by Arjan van de Ven · 15 years ago
  53. 964a0b3 perf utils: Be consistent about minimum text size in the svghelper by Arjan van de Ven · 15 years ago
  54. f48d55c perf: Add a SVG helper library file by Arjan van de Ven · 15 years ago
  55. fd39e05 perf: Add a sample_event type to the event_union by Arjan van de Ven · 15 years ago
  56. a79d7db perf: Allow perf utilities to have "callback" options without arguments by Arjan van de Ven · 15 years ago
  57. 8755a8f perf: Store trace event name/id pairs in perf.data by Arjan van de Ven · 15 years ago
  58. 393b2ad perf: Add a timestamp to fork events by Arjan van de Ven · 15 years ago
  59. 1281a49 perf trace: Sample timestamp and cpu when using record flag by Li Zefan · 15 years ago
  60. 270bbbe perf tools: Increase MAX_EVENT_LENGTH by Li Zefan · 15 years ago
  61. 6706ccf perf tools: Fix memory leak in read_ftrace_printk() by Li Zefan · 15 years ago
  62. 0ec04e1 perf sched: Add 'perf sched map' scheduling event map printout by Ingo Molnar · 15 years ago
  63. 80ed098 perf sched: Make idle thread and comm/pid names more consistent by Ingo Molnar · 15 years ago
  64. dc02bf7 perf sched: Account for lost events, increase default buffering by Ingo Molnar · 15 years ago
  65. ea57c4f perf tools: Implement counter output multiplexing by Ingo Molnar · 15 years ago
  66. 1fc35b2 perf sched: Implement the 'perf sched record' subcommand by Ingo Molnar · 15 years ago
  67. b5fae12 perf sched: Clean up PID sorting logic by Ingo Molnar · 15 years ago
  68. d9340c1 perf sched: Display time in milliseconds, reorganize output by Ingo Molnar · 15 years ago
  69. 4653881 perf sched: Fix bad event alignment by Frederic Weisbecker · 15 years ago
  70. bcd3279 perf tools: Allow the specification of all tracepoints at once by Frederic Weisbecker · 15 years ago
  71. ec15676 perf sched: Import schedbench.c by Ingo Molnar · 15 years ago
  72. 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
  73. ed011b2 Merge commit 'v2.6.31-rc9' into tracing/core by Ingo Molnar · 15 years ago
  74. 6b58e7f perf tools: Avoid unnecessary work in directory lookups by Ulrich Drepper · 15 years ago
  75. 6f4596d perf trace: Fix read_string() by Ingo Molnar · 15 years ago
  76. 00fc978 perf trace: Print out in nanoseconds by Ingo Molnar · 15 years ago
  77. 2e01d17 perf tools: Seek to the end of the header area by Ingo Molnar · 15 years ago
  78. 65014ab perf tools: Work around strict aliasing related warnings by Ingo Molnar · 15 years ago
  79. 561f732 perf tools: Complete support for dynamic strings by Frederic Weisbecker · 15 years ago
  80. 9b8055a perf tools: Unify swapper tasks naming by Frederic Weisbecker · 15 years ago
  81. 5b447a6 perf tools: Librarize idle thread registration by Frederic Weisbecker · 15 years ago
  82. 19c9596 Merge branch 'perfcounters/tracing' into perfcounters/core by Ingo Molnar · 15 years ago
  83. d498bc1 perf tools: Fix missing string field printing in perf trace by Frederic Weisbecker · 15 years ago
  84. 1ef2ed1 perf tools: Only save the event formats we need by Frederic Weisbecker · 15 years ago
  85. 6e08643 perf tools: Save partial non-overlapping map by Frederic Weisbecker · 15 years ago
  86. 1f18345 perf tools: Remove obsolete defines by Ingo Molnar · 15 years ago
  87. 3f9edc2 perf tools: Make trace event format parser aware of cast to pointers by Frederic Weisbecker · 15 years ago
  88. 5f9c39d perf tools: Add perf trace by Frederic Weisbecker · 15 years ago
  89. ea4010d perf tools: Add trace event information parser by Steven Rostedt · 15 years ago
  90. 538bafb perf tools: Add trace event debugfs stream reader by Steven Rostedt · 15 years ago
  91. 52050943 perf tools: Add trace event debugfs IO handler by Steven Rostedt · 15 years ago
  92. 8f28827a perf tools: Librarize trace_event() helper by Frederic Weisbecker · 15 years ago
  93. 0d3a5c8 perf tools: Librarize sample type and attr finding from headers by Frederic Weisbecker · 15 years ago
  94. 0f25bfc perf tools: Put the show mode into the event headers files by Frederic Weisbecker · 15 years ago
  95. 2cec19d perf tools: Factorize the dprintf definition by Frederic Weisbecker · 15 years ago
  96. 83a0944 perf: Enable more compiler warnings by Ingo Molnar · 15 years ago
  97. 6baa0a5 perf tools: Factorize the thread code in a dedicated file by Frederic Weisbecker · 15 years ago
  98. be75023 Merge branch 'perfcounters/urgent' into perfcounters/core by Ingo Molnar · 15 years ago
  99. 18408dd perf tools: Add some comments to the event definitions by Peter Zijlstra · 15 years ago
  100. 3a9f131 perf tools: Add a per tracepoint counter attribute to get raw sample by Frederic Weisbecker · 15 years ago