1. 8058a30 perf script: Add process_stat/process_stat_interval scripting interface by Jiri Olsa · 9 years ago
  2. 44cbe72 perf scripting python: Allow for max_stack greater than PERF_MAX_STACK_DEPTH by Adrian Hunter · 9 years ago
  3. 959c219 perf python: Remove dependency on 'machine' methods by Arnaldo Carvalho de Melo · 9 years ago
  4. c3168b0 perf symbols: Provide libtraceevent callback to resolve kernel symbols by Arnaldo Carvalho de Melo · 9 years ago
  5. f9d5d54 perf scripting: No need to pass thread twice to the scripting callbacks by Arnaldo Carvalho de Melo · 9 years ago
  6. aa1aac1 perf tools: Introduce event_format__fprintf method by Arnaldo Carvalho de Melo · 9 years ago
  7. d445dd2 perf scripting: Add 'flush' callback to scripting API by Adrian Hunter · 10 years ago
  8. cc22e57 perf symbols: Add 'machine' member to struct addr_location by Arnaldo Carvalho de Melo · 11 years ago
  9. 97978b3 perf tools: Add trace-event global object for tracepoint interface by Jiri Olsa · 11 years ago
  10. 29f5ffd perf tools: Add trace-event object by Jiri Olsa · 11 years ago
  11. 5283ec2 perf tools: Remove unused trace-event-* code by Jiri Olsa · 11 years ago
  12. 2eaa1b4 perf script: Fix named threads support by David Ahern · 11 years ago
  13. 45a9ee1 perf util: Remove unused enum and macro in trace-event.h by Namhyung Kim · 11 years ago
  14. 47390ae perf script: Adopt latency_format variable by Namhyung Kim · 11 years ago
  15. 9515b2e perf util: Get rid of unused header_page_* variables by Namhyung Kim · 11 years ago
  16. 4e31902 perf tools: Use default include path notation for libtraceevent headers by Robert Richter · 11 years ago
  17. 8755d5e perf tools: Get rid of write_or_die() from trace-event-info.c by Namhyung Kim · 11 years ago
  18. eba7181 perf tools: Remove unused tracing functions by David Ahern · 11 years ago
  19. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  20. 73994dc perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()" by Feng Tang · 12 years ago
  21. 9782243 perf script: Stop using pevent directly by Arnaldo Carvalho de Melo · 12 years ago
  22. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
  23. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  24. 1c69818 parse-events: Rename struct record to struct pevent_record by Steven Rostedt · 12 years ago
  25. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 12 years ago
  26. 4ace73e perf: Separate out trace-cmd parse-events from perf files by Steven Rostedt · 12 years ago
  27. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  28. 29208e5 perf tools: Fix tracing info recording by Jiri Olsa · 13 years ago
  29. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  30. c70c94b perf script: Move printing of 'common' data from print_event and rename by David Ahern · 13 years ago
  31. be6d842 perf script: Change process_event prototype by David Ahern · 13 years ago
  32. 69aad6f perf tools: Introduce event selectors by Arnaldo Carvalho de Melo · 14 years ago
  33. 85cb68b perf: Fix unaligned accesses while fetching trace values by Frederic Weisbecker · 14 years ago
  34. 0806ebd Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing into perf/core by Ingo Molnar · 14 years ago
  35. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  36. d00a47c perf: Fix warning while reading ring buffer headers by Frederic Weisbecker · 14 years ago
  37. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 14 years ago
  38. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  39. 7e4b21b perf/scripts: Add Python scripting engine by Tom Zanussi · 15 years ago
  40. 7397d80 perf/scripts: Move common code out of Perl-specific files by Tom Zanussi · 15 years ago
  41. 586bc5c perf trace/scripting: Add support for script args by Tom Zanussi · 15 years ago
  42. d1b9377 perf trace: Add interface to access perf data from Perl handlers by Tom Zanussi · 15 years ago
  43. 16c632d perf trace: Add Perl scripting support by Tom Zanussi · 15 years ago
  44. eb9a42c perf trace: Add flag/symbolic format_flags by Tom Zanussi · 15 years ago
  45. 956ffd0 perf trace: Add scripting ops by Tom Zanussi · 15 years ago
  46. e256136 perf trace: Read_tracing_data should die() another day by Arnaldo Carvalho de Melo · 15 years ago
  47. cda4846 perf tools: Add latency format to trace output by Steven Rostedt · 15 years ago
  48. 07a4bdd perf tools: Still continue on failed parsing of an event by Steven Rostedt · 15 years ago
  49. 03456a1 perf tools: Merge trace.info content into perf.data by Frederic Weisbecker · 15 years ago
  50. 064739b perf trace: Add string/dynamic cases to format_flags by Tom Zanussi · 15 years ago
  51. 2774601 perf trace: Add subsystem string to struct event by Tom Zanussi · 15 years ago
  52. 26a5074 tracing/events: Add 'signed' field to format files by Tom Zanussi · 15 years ago
  53. 8b40f52 perf tools: Protect header files with a consistent style by John Kacur · 15 years ago
  54. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  55. 4653881 perf sched: Fix bad event alignment by Frederic Weisbecker · 15 years ago
  56. ec15676 perf sched: Import schedbench.c by Ingo Molnar · 15 years ago
  57. 561f732 perf tools: Complete support for dynamic strings by Frederic Weisbecker · 15 years ago
  58. 1ef2ed1 perf tools: Only save the event formats we need by Frederic Weisbecker · 15 years ago
  59. 52050943 perf tools: Add trace event debugfs IO handler by Steven Rostedt · 15 years ago