1. 97fbf3f tools lib traceevent, perf tools: Rename 'struct tep_event_format' to 'struct tep_event' by Tzvetomir Stoyanov · 6 years ago
  2. bb3dd7e tools lib traceevent, perf tools: Move struct tep_handler definition in a local header file by Tzvetomir Stoyanov · 6 years ago
  3. 9c8a182 perf tools: Free 'printk' string in parse_ftrace_printk() by Sanskriti Sharma · 6 years ago
  4. 2c92f98 tools lib traceevent, perf tools: Rename struct format{_field} to struct tep_format{_field} by Tzvetomir Stoyanov (VMware) · 6 years ago
  5. 4963b0f tools lib traceevent, perf tools: Rename struct event_format to struct tep_event_format by Tzvetomir Stoyanov (VMware) · 6 years ago
  6. c9f23d2 perf event-parse: Use fixed size string for comms by Chris Phlipot · 7 years ago
  7. 13a4189 tools lib traceevent, perf tools: Rename pevent_register_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  8. 59c1bae tools lib traceevent, perf tools: Rename pevent_read_number_* APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  9. c60167c tools lib traceevent, perf tools: Rename pevent parse APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  10. af85cd1 tools lib traceevent, perf tools: Rename pevent find APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  11. 4d5c58b tools lib traceevent, perf tools: Rename pevent alloc / free APIs by Tzvetomir Stoyanov (VMware) · 7 years ago
  12. cbc49b2 tools lib traceevent, perf tools: Rename 'struct pevent_record' to 'struct tep_record' by Tzvetomir Stoyanov (VMware) · 7 years ago
  13. 096177a tools lib traceevent, perf tools: Rename struct pevent to struct tep_handle by Tzvetomir Stoyanov (VMware) · 7 years ago
  14. d2a74d5 perf event-parse: Use pr_warning() by Arnaldo Carvalho de Melo · 8 years ago
  15. 3d689ed perf tools: Move sane ctype stuff from util.h to sane_ctype.h by Arnaldo Carvalho de Melo · 8 years ago
  16. cd4ceb63 perf util: Save pid-cmdline mapping into tracing header by Namhyung Kim · 12 years ago
  17. 511cbce irq_poll: make blk-iopoll available outside the block layer by Christoph Hellwig · 9 years ago
  18. 4263cec perf tools: Stop reading the kallsyms data from perf.data by Arnaldo Carvalho de Melo · 10 years ago
  19. 5bcaaca perf tools: Assign default value for some pointers by Martin Liška · 10 years ago
  20. aa1aac1 perf tools: Introduce event_format__fprintf method by Arnaldo Carvalho de Melo · 10 years ago
  21. b58f608 perf tools: Fix memory leak in event_format__print function by Jiri Olsa · 11 years ago
  22. 29f5ffd perf tools: Add trace-event object by Jiri Olsa · 11 years ago
  23. 5283ec2 perf tools: Remove unused trace-event-* code by Jiri Olsa · 11 years ago
  24. 0f96542 perf tools: Fix old GCC build error in trace-event-parse.c:parse_proc_kallsyms() by Ingo Molnar · 11 years ago
  25. 47390ae perf script: Adopt latency_format variable by Namhyung Kim · 12 years ago
  26. 9515b2e perf util: Get rid of unused header_page_* variables by Namhyung Kim · 12 years ago
  27. eba7181 perf tools: Remove unused tracing functions by David Ahern · 12 years ago
  28. bcbd004 perf tools: remove sscanf extension %as by Irina Tirdea · 12 years ago
  29. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  30. d0d3913 perf script: Fix a NULL pointer dereference by Namhyung Kim · 13 years ago
  31. 9782243 perf script: Stop using pevent directly by Arnaldo Carvalho de Melo · 13 years ago
  32. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 13 years ago
  33. a2fe194 Merge branch 'linus' into perf/core by Ingo Molnar · 13 years ago
  34. 76a8349 perf script: Fix format regression due to libtraceevent merge by David Ahern · 13 years ago
  35. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 13 years ago
  36. 1c69818 parse-events: Rename struct record to struct pevent_record by Steven Rostedt · 13 years ago
  37. 4dc1024 perf/events: Add flag to produce nsec output by Steven Rostedt · 13 years ago
  38. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 13 years ago
  39. 4ace73e perf: Separate out trace-cmd parse-events from perf files by Steven Rostedt · 13 years ago
  40. 842f07f6 perf tools: Simplify event_read_id exit path by Borislav Petkov · 13 years ago
  41. a5a178e perf tools: Allow expressions in __print_symbolic() fields by Stefan Hajnoczi · 14 years ago
  42. d30d4a0 perf tools: Remove unnecessary ctype.h inclusion by Namhyung Kim · 13 years ago
  43. 2ef1ea3 perf tools: Fix broken build by defining _GNU_SOURCE in Makefile by David Daney · 13 years ago
  44. 49908a1 perf: Fix parsing of __print_flags() in TP_printk() by Steven Rostedt · 13 years ago
  45. 0922337 rcu: Use softirq to address performance regression by Shaohua Li · 14 years ago
  46. a26ac24 rcu: move TREE_RCU from softirq to kthread by Paul E. McKenney · 14 years ago
  47. c70c94b perf script: Move printing of 'common' data from print_event and rename by David Ahern · 14 years ago
  48. 2ee7a49 perf tracing: Remove print_graph_cpu and print_graph_proc from trace-event-parse by David Ahern · 14 years ago
  49. fb7d0b3 perf tool: Fix gcc 4.6.0 issues by Kyle McMartin · 14 years ago
  50. 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 · 15 years ago
  51. de068ec perf: Fix static strings treated like dynamic ones by Frederic Weisbecker · 15 years ago
  52. d00a47c perf: Fix warning while reading ring buffer headers by Frederic Weisbecker · 15 years ago
  53. a1e2f60 perf: Fix dynamic field detection by Thomas Gleixner · 15 years ago
  54. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
  55. e9e94e3 perf trace: Ignore "overwrite" field if present in /events/header_page by Arnaldo Carvalho de Melo · 15 years ago
  56. 7397d80 perf/scripts: Move common code out of Perl-specific files by Tom Zanussi · 15 years ago
  57. 86d8d29 perf tools: Add __data_loc support by Hitoshi Mitake · 15 years ago
  58. 5660ce3 perf tools: Correct size given to memset by Julia Lawall · 15 years ago
  59. 7691b1e perf tools: Misc small fixes by OGAWA Hirofumi · 15 years ago
  60. d1b9377 perf trace: Add interface to access perf data from Perl handlers by Tom Zanussi · 15 years ago
  61. 16c632d perf trace: Add Perl scripting support by Tom Zanussi · 15 years ago
  62. eb9a42c perf trace: Add flag/symbolic format_flags by Tom Zanussi · 15 years ago
  63. 0d0bea5 perf tools: Add 'signed' flag setting back into trace-event-parse.c by Tom Zanussi · 15 years ago
  64. 4e3b799 perf tools: Use strsep() over strtok_r() for parsing single line by Steven Rostedt · 15 years ago
  65. c4dc775 perf tools: Remove all char * typecasts and use const in prototype by Steven Rostedt · 15 years ago
  66. afdf1a4 perf tools: Handle - and + in parsing trace print format by Steven Rostedt · 15 years ago
  67. cda4846 perf tools: Add latency format to trace output by Steven Rostedt · 15 years ago
  68. 0d1da91 perf tools: Handle both versions of ftrace output by Steven Rostedt · 15 years ago
  69. ffa1895 perf tools: Fix bprintk reading in trace output by Steven Rostedt · 15 years ago
  70. 07a4bdd perf tools: Still continue on failed parsing of an event by Steven Rostedt · 15 years ago
  71. 13999e5 perf tools: Handle the case with and without the "signed" trace field by Steven Rostedt · 15 years ago
  72. f1d1fee perf tools: Handle newlines in trace parsing better by Steven Rostedt · 15 years ago
  73. b99af87 perf tools: Handle * as typecast in trace parsing by Steven Rostedt · 15 years ago
  74. 0959b8d perf tools: Handle arrays in print fields for trace parsing by Steven Rostedt · 15 years ago
  75. 298ebc3 perf tools: Handle trace parsing of < and > by Steven Rostedt · 15 years ago
  76. 91ff2bc perf tools: Fix backslash processing on trace print formats by Steven Rostedt · 15 years ago
  77. 924a79a perf tools: Handle print concatenations in event format file by Steven Rostedt · 15 years ago
  78. b226f744 Merge branch 'linus' into perf/core by Ingo Molnar · 15 years ago
  79. cbef79a perf tools: Fix const char type propagation by Randy Dunlap · 15 years ago
  80. 064739b perf trace: Add string/dynamic cases to format_flags by Tom Zanussi · 15 years ago
  81. 2774601 perf trace: Add subsystem string to struct event by Tom Zanussi · 15 years ago
  82. 26a5074 tracing/events: Add 'signed' field to format files by Tom Zanussi · 15 years ago
  83. b934cdd perf trace: Update eval_flag() flags array to match interrupt.h by Tom Zanussi · 15 years ago
  84. ea57c4f perf tools: Implement counter output multiplexing by Ingo Molnar · 15 years ago
  85. 4653881 perf sched: Fix bad event alignment by Frederic Weisbecker · 15 years ago
  86. ec15676 perf sched: Import schedbench.c by Ingo Molnar · 15 years ago
  87. 00fc978 perf trace: Print out in nanoseconds by Ingo Molnar · 16 years ago
  88. 65014ab perf tools: Work around strict aliasing related warnings by Ingo Molnar · 16 years ago
  89. 561f732 perf tools: Complete support for dynamic strings by Frederic Weisbecker · 16 years ago
  90. d498bc1 perf tools: Fix missing string field printing in perf trace by Frederic Weisbecker · 16 years ago
  91. 1ef2ed1 perf tools: Only save the event formats we need by Frederic Weisbecker · 16 years ago
  92. 3f9edc2 perf tools: Make trace event format parser aware of cast to pointers by Frederic Weisbecker · 16 years ago
  93. ea4010d perf tools: Add trace event information parser by Steven Rostedt · 16 years ago