1. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  2. b3d006c Merge branch 'perf/rename' into perf/core by Ingo Molnar · 14 years ago
  3. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago[Renamed (93%) from tools/perf/builtin-trace.c]
  4. 7e55055 perf trace: update usage by Tom Zanussi · 14 years ago
  5. b5b8731 perf trace: live-mode command-line cleanup by Tom Zanussi · 14 years ago
  6. 34c86ea perf trace record: handle commands correctly by Tom Zanussi · 14 years ago
  7. e8719ad perf trace scripting: fix some small memory leaks and missing error checks by Tom Zanussi · 14 years ago
  8. b44308f perf scripting: Shut up 'perf record' final status by Arnaldo Carvalho de Melo · 14 years ago
  9. d1e95bb perf trace: Fix detection of script extension by Ben Hutchings · 14 years ago
  10. 44e668c perf trace: Use $PERF_EXEC_PATH in canned report scripts by Ben Hutchings · 14 years ago
  11. b7eead8 perf trace: Clean up #includes by Andrea Gelmini · 14 years ago
  12. ffabd99 perf: Report lost events in perf trace debug mode by Frederic Weisbecker · 14 years ago
  13. 6fcf7dd perf: Don't print traces when debugging ordering by Frederic Weisbecker · 14 years ago
  14. cee75ac perf hist: Clarify events_stats fields usage by Arnaldo Carvalho de Melo · 14 years ago
  15. 3824a4e perf/trace/scripting: don't show script start/stop messages by default by Tom Zanussi · 14 years ago
  16. 1c02c4d perf hist: Introduce hists class and move lots of methods to it by Arnaldo Carvalho de Melo · 14 years ago
  17. 454c407 perf: add perf-inject builtin by Tom Zanussi · 14 years ago
  18. e1889d7 perf: Add a perf trace option to check samples ordering reliability by Frederic Weisbecker · 14 years ago
  19. e0a808c perf: Use generic sample reordering in perf trace by Frederic Weisbecker · 14 years ago
  20. a0cccc2 perf trace: Invoke live mode automatically if record/report not specified by Tom Zanussi · 14 years ago
  21. c7929e4 perf: Convert perf header build_ids into build_id events by Tom Zanussi · 14 years ago
  22. 9215545 perf: Convert perf tracing data into a tracing_data event by Tom Zanussi · 14 years ago
  23. cd19a03 perf: Convert perf event types into event type events by Tom Zanussi · 14 years ago
  24. 2c46dbb perf: Convert perf header attrs into attr events by Tom Zanussi · 14 years ago
  25. c239da3 perf trace: Introduce special handling for pipe input by Tom Zanussi · 14 years ago
  26. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 14 years ago
  27. cf4fee5 perf trace: Don't use pager if scripting by Tom Zanussi · 14 years ago
  28. 10c95f4 perf trace/scripting: Remove extraneous header read by Tom Zanussi · 14 years ago
  29. 7e4b21b perf/scripts: Add Python scripting engine by Tom Zanussi · 14 years ago
  30. f526d68 perf/scripts: Fix supported language listing option by Tom Zanussi · 14 years ago
  31. 408f0d1 perf trace: Add -i option for choosing input file by Hitoshi Mitake · 14 years ago
  32. 0d75503 perf tools: Don't cast RIP to pointers by Arnaldo Carvalho de Melo · 15 years ago
  33. 55aa640 perf session: Remove redundant prefix & suffix from perf_event_ops by Arnaldo Carvalho de Melo · 15 years ago
  34. d549c769 perf session: Remove sample_type_check from event_ops by Arnaldo Carvalho de Melo · 15 years ago
  35. 2729559 perf session: Share the common trace sample_check routine as perf_session__has_traces by Arnaldo Carvalho de Melo · 15 years ago
  36. 0422a4f perf diff: Fix usage array, it must end with a NULL entry by Arnaldo Carvalho de Melo · 15 years ago
  37. 655000e perf symbols: Adopt the strlists for dso, comm by Arnaldo Carvalho de Melo · 15 years ago
  38. 75be6cf perf symbols: Make symbol_conf global by Arnaldo Carvalho de Melo · 15 years ago
  39. 3875294 perf trace/scripting: Add 'record' and 'report' options by Tom Zanussi · 15 years ago
  40. 4b9c0c5 perf trace/scripting: List available scripts by Tom Zanussi · 15 years ago
  41. 586bc5c perf trace/scripting: Add support for script args by Tom Zanussi · 15 years ago
  42. f823e44 perf session: Event statistics also are per session by Arnaldo Carvalho de Melo · 15 years ago
  43. c019879 perf session: Adopt the sample_type variable by Arnaldo Carvalho de Melo · 15 years ago
  44. 4e4f06e perf session: Move the hist_entries rb tree to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  45. 4aa6563 perf session: Move kmaps to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  46. b3165f4 perf session: Move the global threads list to perf_session by Arnaldo Carvalho de Melo · 15 years ago
  47. ec91336 perf session: Reduce the number of parms to perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  48. 13df45c perf session: Register the idle thread in perf_session__process_events by Arnaldo Carvalho de Melo · 15 years ago
  49. 301a0b0 perf session: Ditch register_perf_file_handler by Arnaldo Carvalho de Melo · 15 years ago
  50. d8f6624 perf session: Pass the perf_session to the event handling operations by Arnaldo Carvalho de Melo · 15 years ago
  51. 94c744b perf tools: Introduce perf_session class by Arnaldo Carvalho de Melo · 15 years ago
  52. 180f95e perf: Make common SAMPLE_EVENT parser by OGAWA Hirofumi · 15 years ago
  53. cf72344 perf scripting: Fix build by Ingo Molnar · 15 years ago
  54. 16c632d perf trace: Add Perl scripting support by Tom Zanussi · 15 years ago
  55. 956ffd0 perf trace: Add scripting ops by Tom Zanussi · 15 years ago
  56. 62daacb perf tools: Reorganize event processing routines, lotsa dups killed by Arnaldo Carvalho de Melo · 15 years ago
  57. b32d133 perf symbols: Simplify symbol machinery setup by Arnaldo Carvalho de Melo · 15 years ago
  58. cc612d8 perf symbols: Look for vmlinux in more places by Arnaldo Carvalho de Melo · 15 years ago
  59. 00a192b perf tools: Simplify the symbol priv area mechanism by Arnaldo Carvalho de Melo · 15 years ago
  60. 6beba7a perf tools: Unify debug messages mechanisms by Arnaldo Carvalho de Melo · 15 years ago
  61. f39cdf2 perf tools: Move dereference after NULL test by Julia Lawall · 15 years ago
  62. cda4846 perf tools: Add latency format to trace output by Steven Rostedt · 15 years ago
  63. d5b889f perf tools: Move threads & last_match to threads.c by Arnaldo Carvalho de Melo · 15 years ago
  64. 016e92f perf tools: Unify perf.data mapping and events handling by Frederic Weisbecker · 15 years ago
  65. 03456a1 perf tools: Merge trace.info content into perf.data by Frederic Weisbecker · 15 years ago
  66. b209aa1 perf tools: Start the perf.data mapping at data offset in perf trace by Frederic Weisbecker · 15 years ago
  67. d9b2002 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  68. d4c3768 perf trace: Remove unused code in builtin-trace.c by Tom Zanussi · 15 years ago
  69. cad3071 perf trace: Remove dead code by Arnaldo Carvalho de Melo · 15 years ago
  70. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  71. 8886f42 perf trace: Fix parsing of perf.data by Ingo Molnar · 15 years ago
  72. 6ddf259 perf trace: Sample timestamps as well by Ingo Molnar · 15 years ago
  73. cd6feee perf trace: Sample the CPU too by Ingo Molnar · 15 years ago
  74. 3a2684c perf tools: Resolve idle thread cmdline for perf trace by Frederic Weisbecker · 15 years ago
  75. 1909629 perf trace: Add OPT_END to option array of perf-trace by Masami Hiramatsu · 15 years ago
  76. 4bf2364 perf tools: Warn while running perf trace without sample by Frederic Weisbecker · 15 years ago
  77. 5f9c39d perf tools: Add perf trace by Frederic Weisbecker · 15 years ago