1. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  2. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  3. cc22e57 perf symbols: Add 'machine' member to struct addr_location by Arnaldo Carvalho de Melo · 11 years ago
  4. e90debd perf script: Add --header/--header-only options by Jiri Olsa · 11 years ago
  5. cc8fae1 perf script: Add an option to print the source line number by Adrian Hunter · 11 years ago
  6. 29f5ffd perf tools: Add trace-event object by Jiri Olsa · 11 years ago
  7. a2cb3cf perf script: Do not call perf_event__preprocess_sample() twice) by Adrian Hunter · 11 years ago
  8. ba1ddf4 perf script: Print mmap[2] events also by Namhyung Kim · 11 years ago
  9. ad7ebb9 perf script: Print comm, fork and exit events also by Namhyung Kim · 11 years ago
  10. 80b8b49 perf script: Print callchains and symbols if they exist by David Ahern · 11 years ago
  11. e944d3d perf script: Move evname print code to process_event() by Namhyung Kim · 11 years ago
  12. 7ea9572 perf script: Set up output options for in-stream attributes by Adrian Hunter · 11 years ago
  13. b9c5143 perf tools: Use an accessor to read thread comm by Frederic Weisbecker · 11 years ago
  14. 6f3e5ed perf script: Make perf_script a local variable by Adrian Hunter · 11 years ago
  15. cc9784bd perf session: Separating data file properties from session by Jiri Olsa · 11 years ago
  16. f5fc141 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  17. 243be3d perf script: Print addr by default for BTS by Adrian Hunter · 11 years ago
  18. 33e940a perf session: Check for SIGINT in more loops by Arnaldo Carvalho de Melo · 11 years ago
  19. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  20. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  21. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  22. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  23. e44baa3 perf tools: Remove filter parameter of perf_event__preprocess_sample() by Adrian Hunter · 11 years ago
  24. 307cbb9 perf evsel: Add option to limit stack depth in callchain dumps by David Ahern · 11 years ago
  25. a6ffaf9 perf tool: Simplify options to perf_evsel__print_ip by David Ahern · 11 years ago
  26. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  27. 2eaa1b4 perf script: Fix named threads support by David Ahern · 11 years ago
  28. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 11 years ago
  29. 47390ae perf script: Adopt latency_format variable by Namhyung Kim · 11 years ago
  30. bdb71db perf script: Don't display trace info when invoking scripts by Tom Zanussi · 12 years ago
  31. 08aa9cc perf tools: Move ltrim() to util/string.c by Namhyung Kim · 12 years ago
  32. 50ca19a perf script: use ARRAY_SIZE instead of reinventing it by Sasha Levin · 12 years ago
  33. 49e639e perf script: Add more filter to find_scripts() by Feng Tang · 12 years ago
  34. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  35. f62d3f0 perf event: No need to create a thread when handling PERF_RECORD_EXIT by Arnaldo Carvalho de Melo · 12 years ago
  36. 69b6470 perf script: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  37. e5f3705 perf scripts: Export a find_scripts() function by Feng Tang · 12 years ago
  38. 36385be perf scripts: Add --symbols option to handle specific symbols by Feng Tang · 12 years ago
  39. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  40. d54b1a9 perf script: Remove use of die/exit by David Ahern · 12 years ago
  41. 71ad0f5 perf tools: Support for DWARF CFI unwinding on post processing by Jiri Olsa · 12 years ago
  42. 73994dc perf script: Replace "struct thread" with "struct addr_location" as a parameter for "process_event()" by Feng Tang · 12 years ago
  43. 9782243 perf script: Stop using pevent directly by Arnaldo Carvalho de Melo · 12 years ago
  44. fcf65bf perf evsel: Cache associated event_format by Arnaldo Carvalho de Melo · 12 years ago
  45. da37896 perf tools: Stop using a global trace events description list by Arnaldo Carvalho de Melo · 12 years ago
  46. a9c34a9 perf tools: Remove unused evsel parameter from machine__resolve_callchain by Jiri Olsa · 12 years ago
  47. 5bff01f perf script: Replace __event_name uses with perf_evsel__name by Arnaldo Carvalho de Melo · 12 years ago
  48. aaf045f perf: Have perf use the new libtraceevent.a library by Steven Rostedt · 12 years ago
  49. 0bc8d20 perf script: Add option resolving vmlinux path by Akihiro Nagai · 13 years ago
  50. a978f2a perf script: Add the offset field specifier by Akihiro Nagai · 13 years ago
  51. 9558259 perf script: Print branch_from and branch_to of BTS events by Akihiro Nagai · 13 years ago
  52. 547a92e perf script: Unify the expressions indicating "unknown" by Akihiro Nagai · 13 years ago
  53. 946ef2a perf script: Add missing closedir() calls by Namhyung Kim · 13 years ago
  54. 466e287 perf script: Kill script_spec__delete by Namhyung Kim · 13 years ago
  55. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  56. 64aab93 perf script: look up thread using tid instead of pid by David Ahern · 13 years ago
  57. 317df65 perf script: Implement option for system-wide profiling by Robert Richter · 13 years ago
  58. 38efb53 perf script: Fix mem leaks and NULL pointer checks around strdup()s by Robert Richter · 13 years ago
  59. e7984b7 perf script: Add comm filtering option by David Ahern · 13 years ago
  60. c8e6672 perf tools: make -C consistent across commands (for cpu list arg) by David Ahern · 13 years ago
  61. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  62. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  63. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  64. 246d4ce perf session: Remove superfluous callchain_cursor member by Arnaldo Carvalho de Melo · 13 years ago
  65. fbe96f2 perf tools: Make perf.data more self-descriptive (v8) by Stephane Eranian · 13 years ago
  66. 5d67be9 perf report/annotate/script: Add option to specify a CPU range by Anton Blanchard · 13 years ago
  67. 7cec092 perf script: Add printing of sample address by David Ahern · 13 years ago
  68. 610723f perf script: Make printing of dso a separate field option by David Ahern · 13 years ago
  69. 787bef1 perf script: "sym" field really means show IP data by David Ahern · 13 years ago
  70. ea7659f perf: Remove duplicate headers by Jesper Juhl · 13 years ago
  71. 9cbdb70 perf script: improve validation of sample attributes for output fields by David Ahern · 13 years ago
  72. 0817a6a perf script: Add support for PERF_TYPE_RAW by Arun Sharma · 13 years ago
  73. 2c9e45f7 perf script: If type not given fields apply to all event types by David Ahern · 13 years ago
  74. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 13 years ago
  75. 1424dc9 perf script: Add support for H/W and S/W events by David Ahern · 13 years ago
  76. c0230b2 perf script: Add support for dumping symbols by David Ahern · 13 years ago
  77. 745f43e perf script: Support custom field selection for output by David Ahern · 13 years ago
  78. c70c94b perf script: Move printing of 'common' data from print_event and rename by David Ahern · 13 years ago
  79. be6d842 perf script: Change process_event prototype by David Ahern · 13 years ago
  80. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  81. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  82. 9486aa3 perf tools: Fix 64 bit integer format strings by Arnaldo Carvalho de Melo · 14 years ago
  83. eccdfe2 perf script: Make some lists static by Arnaldo Carvalho de Melo · 14 years ago
  84. 6d8afb5 perf script: Use the default lost event handler by Arnaldo Carvalho de Melo · 14 years ago
  85. ce0ac9e perf script: Fix event ordering settings to work with older kernels by Arnaldo Carvalho de Melo · 14 years ago
  86. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  87. 965bb6b perf script: Fix compiler warning in builtin_script.c:is_top_script() by Stephane Eranian · 14 years ago
  88. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  89. b3d006c Merge branch 'perf/rename' into perf/core by Ingo Molnar · 14 years ago
  90. 133dc4c perf: Rename 'perf trace' to 'perf script' by Ingo Molnar · 14 years ago[Renamed (93%) from tools/perf/builtin-trace.c]
  91. 7e55055 perf trace: update usage by Tom Zanussi · 14 years ago
  92. b5b8731 perf trace: live-mode command-line cleanup by Tom Zanussi · 14 years ago
  93. 34c86ea perf trace record: handle commands correctly by Tom Zanussi · 14 years ago
  94. e8719ad perf trace scripting: fix some small memory leaks and missing error checks by Tom Zanussi · 14 years ago
  95. b44308f perf scripting: Shut up 'perf record' final status by Arnaldo Carvalho de Melo · 14 years ago
  96. d1e95bb perf trace: Fix detection of script extension by Ben Hutchings · 14 years ago
  97. 44e668c perf trace: Use $PERF_EXEC_PATH in canned report scripts by Ben Hutchings · 14 years ago
  98. b7eead8 perf trace: Clean up #includes by Andrea Gelmini · 14 years ago
  99. ffabd99 perf: Report lost events in perf trace debug mode by Frederic Weisbecker · 14 years ago
  100. 6fcf7dd perf: Don't print traces when debugging ordering by Frederic Weisbecker · 14 years ago