1. 6549a8c perf tools: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  2. efc0cdc perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  3. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  4. fa0d984 perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  5. 7ae811b perf tools: Remove needless evlist.h include directives by Arnaldo Carvalho de Melo · 5 years ago
  6. 108a1bb perf tools: Remove needless libtraceevent include directives by Arnaldo Carvalho de Melo · 5 years ago
  7. 0ac1dd5 perf timechart: Refactor svg_build_topology_map() by Kyle Meyer · 5 years ago
  8. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  9. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  10. 7f7c536 tools lib: Adopt zalloc()/zfree() from tools/perf by Arnaldo Carvalho de Melo · 6 years ago
  11. b886d83c treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 by Thomas Gleixner · 6 years ago
  12. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  13. d7a8c4a perf tools: Add missing open_memstream() prototype for systems lacking it by Arnaldo Carvalho de Melo · 6 years ago
  14. d9a5f27 perf thread: Make thread__find_symbol() return the symbol searched by Arnaldo Carvalho de Melo · 7 years ago
  15. 4546263 perf thread: Introduce thread__find_symbol() by Arnaldo Carvalho de Melo · 7 years ago
  16. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  17. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  18. c896f85 perf tools: Fix leaking rec_argv in error cases by Martin Kepplinger · 7 years ago
  19. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  20. 8ec20b1 perf str{filter,list}: Disentangle headers by Arnaldo Carvalho de Melo · 8 years ago
  21. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  22. fd20e81 perf tools: Including missing inttypes.h header by Arnaldo Carvalho de Melo · 8 years ago
  23. 877a7a1 perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used by Arnaldo Carvalho de Melo · 8 years ago
  24. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  25. f371594 perf timechart: Use OPT_PARENT for common options by Arnaldo Carvalho de Melo · 8 years ago
  26. af4b2c9 perf timechart: Use NSEC_PER_U?SEC by Arnaldo Carvalho de Melo · 8 years ago
  27. a706670 perf tools: Set buildid dir under symfs when --symfs is provided by He Kuang · 9 years ago
  28. bb3eb56 perf machine: Rename perf_event__preprocess_sample to machine__resolve by Arnaldo Carvalho de Melo · 9 years ago
  29. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  30. 8606606 perf tools: Elliminate alignment holes by Arnaldo Carvalho de Melo · 10 years ago
  31. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  32. 44f7e43 perf timechart: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  33. 33ec0ca perf tools: Add the bash completion for listing subsubcommands of perf timechart by Yunlong Song · 10 years ago
  34. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  35. e5b2c20 perf tools: Export usage string and option table of perf record by Namhyung Kim · 10 years ago
  36. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  37. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  38. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  39. dc5c819 perf timechart: Move call to symbol__init() after creating session by Namhyung Kim · 10 years ago
  40. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 11 years ago
  41. 84f5d36 perf tools: Move pr_* debug macros into debug object by Jiri Olsa · 10 years ago
  42. d243144 perf timechart: Add more options to IO mode by Stanislav Fomichev · 11 years ago
  43. 962e310 perf timechart: Conditionally update start_time on fork by Stanislav Fomichev · 11 years ago
  44. b97b59b perf timechart: Implement IO mode by Stanislav Fomichev · 11 years ago
  45. b3cef7f perf symbols: Record the reason for filtering an address_location by Namhyung Kim · 11 years ago
  46. 263f89b perf timechart: Fix off-by-one error in 'record' argv handling by Ramkumar Ramachandra · 11 years ago
  47. 3415d8b perf timechart: Fix wrong SVG height by Stanislav Fomichev · 11 years ago
  48. 0466252 perf tools: Introduce zfree by Arnaldo Carvalho de Melo · 11 years ago
  49. e57a2df perf timechart: Add --highlight option by Stanislav Fomichev · 11 years ago
  50. c507999 perf timechart: Add support for topology by Stanislav Fomichev · 11 years ago
  51. 58b9a18 perf timechart: Get number of CPUs from perf header by Stanislav Fomichev · 11 years ago
  52. de99622 perf timechart: Print pid along the name by Stanislav Fomichev · 11 years ago
  53. 8b6dcca perf timechart: Add backtrace support to CPU info by Stanislav Fomichev · 11 years ago
  54. 436b0da perf timechart: Move wake_events list to 'struct timechart' by Arnaldo Carvalho de Melo · 11 years ago
  55. 66cc3ad perf timechart: Move power_events list to 'struct timechart' by Arnaldo Carvalho de Melo · 11 years ago
  56. 5e22f6d perf timechart: Move all_data per_pid list to 'struct timechart' by Arnaldo Carvalho de Melo · 11 years ago
  57. 985b12e perf timechart: Introduce tool struct by Arnaldo Carvalho de Melo · 11 years ago
  58. 972ec65 perf timechart: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 11 years ago
  59. 6e53ad9 perf timechart: Remove some needless struct forward declarations by Arnaldo Carvalho de Melo · 11 years ago
  60. 3ed0d21 perf timechart: dynamically determine event fields offset by Stanislav Fomichev · 11 years ago
  61. 6f8d67f perf timechart: Add backtrace support by Stanislav Fomichev · 11 years ago
  62. 367b315 perf timechart: Add support for -P and -T in timechart recording by Stanislav Fomichev · 11 years ago
  63. cbb2e81 perf timechart: Group figures and add title with details by Stanislav Fomichev · 11 years ago
  64. c87097d perf timechart: Add support for displaying only tasks related data by Stanislav Fomichev · 11 years ago
  65. 753c505 perf timechart: Use proc_num to implement --power-only by Stanislav Fomichev · 11 years ago
  66. 54874e3 perf timechart: Add option to limit number of tasks by Stanislav Fomichev · 11 years ago
  67. 0a8eb27 perf timechart: Always try to print at least 15 tasks by Stanislav Fomichev · 11 years ago
  68. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  69. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  70. 5936678 perf timechart: Remove event types framework only user by Jiri Olsa · 11 years ago
  71. c85cffa perf timechart: Use traceevent lib event-parse.h include by Jiri Olsa · 11 years ago
  72. 4a4d371 perf record: Remove -f/--force option by Jiri Olsa · 12 years ago
  73. 70cb4e9 perf tools: Add a global variable "const char *input_name" by Feng Tang · 12 years ago
  74. 73bdc71 perf timechart: Don't use globals where not needed to by Arnaldo Carvalho de Melo · 12 years ago
  75. e0dcd6f perf timechart: Use zalloc and fix a couple leaks by Arnaldo Carvalho de Melo · 12 years ago
  76. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  77. efad141 perf report: Accept fifos as input file by Robert Richter · 13 years ago
  78. 45694aa perf tools: Rename perf_event_ops to perf_tool by Arnaldo Carvalho de Melo · 13 years ago
  79. 743eb86 perf tools: Resolve machine earlier and pass it to perf_event_ops by Arnaldo Carvalho de Melo · 13 years ago
  80. d20deb6 perf tools: Pass tool context in the the perf_event_ops functions by Arnaldo Carvalho de Melo · 13 years ago
  81. e3f4260 perf tools: Use evsel->attr.sample_type instead of session->sample_type by Arnaldo Carvalho de Melo · 13 years ago
  82. 9e69c21 perf session: Pass evsel in event_ops->sample() by Arnaldo Carvalho de Melo · 14 years ago
  83. 888a8a3 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 14 years ago
  84. 54b08f5 perf timechart: Fix max number of cpus by Thomas Renninger · 14 years ago
  85. 8115d60 perf tools: Kill event_t typedef, use 'union perf_event' instead by Arnaldo Carvalho de Melo · 14 years ago
  86. 8d50e5b perf tools: Rename 'struct sample_data' to 'struct perf_sample' by Arnaldo Carvalho de Melo · 14 years ago
  87. 20c457b perf timechart: Adjust perf timechart to the new power events by Thomas Renninger · 14 years ago
  88. ec5761e perf symbols: Add symfs option for off-box analysis using specified tree by David Ahern · 14 years ago
  89. 21ef97f perf session: Fallback to unordered processing if no sample_id_all by Ian Munsie · 14 years ago
  90. ce47dc5 perf tools: Catch a few uncheck calloc/malloc's by Chris Samuel · 14 years ago
  91. 640c03c perf session: Parse sample earlier by Arnaldo Carvalho de Melo · 14 years ago
  92. 33e26a1 perf timechart: Adjust confusing if indentation by Julia Lawall · 14 years ago
  93. 4c21adf x86 cpufreq, perf: Make trace_power_frequency cpufreq driver independent by Thomas Renninger · 14 years ago
  94. 454c407 perf: add perf-inject builtin by Tom Zanussi · 15 years ago
  95. 9df9bbb perf: Use generic sample reordering in perf timechart by Frederic Weisbecker · 15 years ago
  96. c055564 perf: Fix endianness argument compatibility with OPT_BOOLEAN() and introduce OPT_INCR() by Ian Munsie · 15 years ago
  97. eed05fe perf tools: Reorganize some structs to save space by Arnaldo Carvalho de Melo · 15 years ago
  98. e206d55 perf tools: Move the prototypes in util/string.h to util.h by Arnaldo Carvalho de Melo · 15 years ago
  99. ae7f671 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 15 years ago
  100. 8f06d7e perf timechart: Use tid not pid for COMM change by Arjan van de Ven · 15 years ago