1. 73994dc perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()" by Feng Tang · 12 years ago
  2. 9782243 perf script: Stop using pevent directly by Arnaldo Carvalho de Melo · 12 years ago
  3. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
  4. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  5. a9c34a9 perf tools: Remove unused evsel parameter from machine__resolve_callchain by Jiri Olsa · 12 years ago
  6. 5bff01f perf script: Replace __event_name uses with perf_evsel__name by Arnaldo Carvalho de Melo · 12 years ago
  7. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 12 years ago
  8. 0bc8d20 perf script: Add option resolving vmlinux path by Akihiro Nagai · 12 years ago
  9. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 12 years ago
  10. 9558259 perf script: Print branch_from and branch_to of BTS events by Akihiro Nagai · 12 years ago
  11. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 12 years ago
  12. 946ef2a perf script: Add missing closedir() calls by Namhyung Kim · 13 years ago
  13. 466e287 perf script: Kill script_spec__delete by Namhyung Kim · 13 years ago
  14. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  15. 64aab93 perf script: look up thread using tid instead of pid by David Ahern · 13 years ago
  16. 317df65 perf script: Implement option for system-wide profiling by Robert Richter · 13 years ago
  17. 38efb53 perf script: Fix mem leaks and NULL pointer checks around strdup()s by Robert Richter · 13 years ago
  18. e7984b7 perf script: Add comm filtering option by David Ahern · 13 years ago
  19. c8e6672 perf tools: make -C consistent across commands (for cpu list arg) by David Ahern · 13 years ago
  20. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  21. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  22. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  23. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  24. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  25. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  26. 7cec092 perf script: Add printing of sample address by David Ahern · 13 years ago
  27. 610723f perf script: Make printing of dso a separate field option by David Ahern · 13 years ago
  28. 787bef1 perf script: "sym" field really means show IP data by David Ahern · 13 years ago
  29. ea7659f perf: Remove duplicate headers by Jesper Juhl · 13 years ago
  30. 9cbdb70 perf script: improve validation of sample attributes for output fields by David Ahern · 13 years ago
  31. 0817a6a perf script: Add support for PERF_TYPE_RAW by Arun Sharma · 13 years ago
  32. 2c9e45f7 perf script: If type not given fields apply to all event types by David Ahern · 13 years ago
  33. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  34. 1424dc9 perf script: Add support for H/W and S/W events by David Ahern · 13 years ago
  35. c0230b2 perf script: Add support for dumping symbols by David Ahern · 13 years ago
  36. 745f43e perf script: Support custom field selection for output by David Ahern · 13 years ago
  37. c70c94b perf script: Move printing of 'common' data from print_event and rename by David Ahern · 13 years ago
  38. be6d842 perf script: Change process_event prototype by David Ahern · 13 years ago
  39. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 13 years ago
  40. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 13 years ago
  41. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 13 years ago
  42. eccdfe2 perf script: Make some lists static by Arnaldo Carvalho de Melo · 14 years ago
  43. 6d8afb5 perf script: Use the default lost event handler by Arnaldo Carvalho de Melo · 14 years ago
  44. ce0ac9e perf script: Fix event ordering settings to work with older kernels by Arnaldo Carvalho de Melo · 14 years ago
  45. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  46. 965bb6b perf script: Fix compiler warning in builtin_script.c:is_top_script() by Stephane Eranian · 14 years ago
  47. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  48. b3d006c Merge branch 'perf/rename' into perf/core by Ingo Molnar · 14 years ago
  49. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago[Renamed (93%) from tools/perf/builtin-trace.c]
  50. 7e55055 perf trace: update usage by Tom Zanussi · 14 years ago
  51. b5b8731 perf trace: live-mode command-line cleanup by Tom Zanussi · 14 years ago
  52. 34c86ea perf trace record: handle commands correctly by Tom Zanussi · 14 years ago
  53. e8719ad perf trace scripting: fix some small memory leaks and missing error checks by Tom Zanussi · 14 years ago
  54. b44308f perf scripting: Shut up 'perf record' final status by Arnaldo Carvalho de Melo · 14 years ago
  55. d1e95bb perf trace: Fix detection of script extension by Ben Hutchings · 14 years ago
  56. 44e668c perf trace: Use $PERF_EXEC_PATH in canned report scripts by Ben Hutchings · 14 years ago
  57. b7eead8 perf trace: Clean up #includes by Andrea Gelmini · 14 years ago
  58. ffabd99 perf: Report lost events in perf trace debug mode by Frederic Weisbecker · 14 years ago
  59. 6fcf7dd perf: Don't print traces when debugging ordering by Frederic Weisbecker · 14 years ago
  60. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 14 years ago
  61. 3824a4e perf/trace/scripting: don't show script start/stop messages by default by Tom Zanussi · 14 years ago
  62. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  63. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  64. e1889d7 perf: Add a perf trace option to check samples ordering reliability by Frederic Weisbecker · 14 years ago
  65. e0a808c perf: Use generic sample reordering in perf trace by Frederic Weisbecker · 14 years ago
  66. a0cccc2 perf trace: Invoke live mode automatically if record/report not specified by Tom Zanussi · 14 years ago
  67. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 14 years ago
  68. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 14 years ago
  69. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 14 years ago
  70. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 14 years ago
  71. c239da3 perf trace: Introduce special handling for pipe input by Tom Zanussi · 14 years ago
  72. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  73. cf4fee5 perf trace: Don't use pager if scripting by Tom Zanussi · 14 years ago
  74. 10c95f4 perf trace/scripting: Remove extraneous header read by Tom Zanussi · 14 years ago
  75. 7e4b21b perf/scripts: Add Python scripting engine by Tom Zanussi · 14 years ago
  76. f526d68 perf/scripts: Fix supported language listing option by Tom Zanussi · 14 years ago
  77. 408f0d1 perf trace: Add -i option for choosing input file by Hitoshi Mitake · 14 years ago
  78. 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 15 years ago
  79. 55aa640 perf session: Remove redundant prefix & suffix from perf_event_ops by Arnaldo Carvalho de Melo · 15 years ago
  80. d549c769 perf session: Remove sample_type_check from event_ops by Arnaldo Carvalho de Melo · 15 years ago
  81. 2729559 perf session: Share the common trace sample_check routine as perf_session__has_traces by Arnaldo Carvalho de Melo · 15 years ago
  82. 0422a4f perf diff: Fix usage array, it must end with a NULL entry by Arnaldo Carvalho de Melo · 15 years ago
  83. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  84. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  85. 3875294 perf trace/scripting: Add 'record' and 'report' options by Tom Zanussi · 15 years ago
  86. 4b9c0c5 perf trace/scripting: List available scripts by Tom Zanussi · 15 years ago
  87. 586bc5c perf trace/scripting: Add support for script args by Tom Zanussi · 15 years ago
  88. f823e44 perf session: Event statistics also are per session by Arnaldo Carvalho de Melo · 15 years ago
  89. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  90. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  91. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  92. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  93. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  94. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  95. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  96. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  97. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  98. 180f95e perf: Make common SAMPLE_EVENT parser by OGAWA Hirofumi · 15 years ago
  99. cf72344 perf scripting: Fix build by Ingo Molnar · 15 years ago
  100. 16c632d perf trace: Add Perl scripting support by Tom Zanussi · 15 years ago