1. f0ac5b8 perf tools: Remove redundant err variable by Minghao Chi · 3 years ago
  2. c271a55 perf inject: Fix segfault due to perf_data__fd() without open by Adrian Hunter · 3 years, 1 month ago
  3. 0c8e32f perf inject: Fix segfault due to close without open by Adrian Hunter · 3 years, 1 month ago
  4. c29d979 perf inject: Fix itrace space allowed for new attributes by Adrian Hunter · 3 years, 2 months ago
  5. b3a018f perf inject: Add vmlinux and ignore-vmlinux arguments by James Clark · 3 years, 3 months ago
  6. 6175047 perf tools: Add support for PERF_RECORD_AUX_OUTPUT_HW_ID by Adrian Hunter · 3 years, 4 months ago
  7. c3a057d perf inject: Fix output from a file to a pipe by Namhyung Kim · 3 years, 6 months ago
  8. fea20d6 perf inject: Fix output from a pipe to a file by Namhyung Kim · 3 years, 6 months ago
  9. 0ae0389 perf tools: Pass a fd to perf_file_header__read_pipe() by Namhyung Kim · 3 years, 6 months ago
  10. 2681bd8 perf tools: Remove repipe argument from perf_session__new() by Namhyung Kim · 3 years, 6 months ago
  11. 02e6246 perf inject: Close inject.output on exit by Riccardo Mancini · 3 years, 6 months ago
  12. 0967ebf perf inject: Fix dso->nsinfo refcounting by Riccardo Mancini · 3 years, 6 months ago
  13. f7fc0d1 perf inject: Do not inject BUILD_ID record if MMAP2 has it by Namhyung Kim · 3 years, 8 months ago
  14. 0c3f7b3 perf inject: Call dso__put() even if dso->hit is set by Namhyung Kim · 3 years, 8 months ago
  15. 83d7f5f perf inject: Add --vm-time-correlation option by Adrian Hunter · 3 years, 9 months ago
  16. 2a525f6 perf inject: Add facility to do in place update by Adrian Hunter · 3 years, 9 months ago
  17. 026334a perf inject: Fix repipe usage by Adrian Hunter · 3 years, 10 months ago
  18. 67dec92 perf inject jit: Add namespaces support by Yonatan Goldschmidt · 4 years, 2 months ago
  19. 1f195e5 Merge remote-tracking branch 'torvalds/master' into perf/core by Arnaldo Carvalho de Melo · 4 years, 2 months ago
  20. 1c756cd perf inject: Fix file corruption due to event deletion by Al Grant · 4 years, 2 months ago
  21. 6013666 perf data: Allow to use stdio functions for pipe mode by Namhyung Kim · 4 years, 3 months ago
  22. f766819 perf tools: Pass build_id object to filename__read_build_id() by Jiri Olsa · 4 years, 3 months ago
  23. 0aba7f0 perf tools: Use build_id object in dso by Jiri Olsa · 4 years, 3 months ago
  24. 27c9c34 perf inject: Add --buildid-all option by Namhyung Kim · 4 years, 3 months ago
  25. e7b60c5 perf inject: Do not load map/dso when injecting build-id by Namhyung Kim · 4 years, 3 months ago
  26. 336c95b perf inject: Enter namespace when reading build-id by Namhyung Kim · 4 years, 3 months ago
  27. 2946ece perf inject: Add missing callbacks in perf_tool by Namhyung Kim · 4 years, 3 months ago
  28. 0bf02a0 perf bench: Add build-id injection benchmark by Namhyung Kim · 4 years, 3 months ago
  29. c8f6ae1 perf inject jit: Remove //anon mmap events by Steve MacLean · 4 years, 8 months ago
  30. 6549a8c perf tools: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
  31. b14b36d perf inject: Rename perf_evsel__*() operating on 'struct evsel *' to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  32. 6b6017a perf evsel: Rename perf_evsel__parse_sample*() to evsel__parse_sample*() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  33. efc0cdc perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  34. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 9 months ago
  35. ec90e42 perf auxtrace: Add option to synthesize branch stack for regular events by Adrian Hunter · 4 years, 9 months ago
  36. 29f6eec perf inject: Fix processing of ID index for injected instruction tracing by Adrian Hunter · 5 years ago
  37. ba2675b perf inject: Cut AUX area samples by Adrian Hunter · 5 years ago
  38. ef5502a1 perf inject: Make --strip keep evsels by Adrian Hunter · 5 years ago
  39. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  40. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
  41. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  42. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  43. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  44. 1625102 perf evlist: Rename perf_evlist__remove() to evlist__remove() by Jiri Olsa · 5 years ago
  45. 5eb2dd2 perf evsel: Rename perf_evsel__delete() to evsel__delete() by Jiri Olsa · 5 years ago
  46. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  47. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  48. 40978e9 perf inject: The tool->read() call may pass a NULL evsel, handle it by Arnaldo Carvalho de Melo · 6 years ago
  49. 371a337 perf inject: Enable COMPRESSED record decompression by Alexey Budankov · 6 years ago
  50. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  51. daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
  52. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  53. c12e039 perf tools: Report itrace options in help by Andi Kleen · 6 years ago
  54. 7336555 perf tools: Remove perf_tool from event_op3 by Jiri Olsa · 6 years ago
  55. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  56. 71a84b5 perf thread: Make thread__find_map() return the map by Arnaldo Carvalho de Melo · 7 years ago
  57. f07a2d3 perf thread: Introduce thread__find_map() by Arnaldo Carvalho de Melo · 7 years ago
  58. 936f1f3 perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample() by Adrian Hunter · 7 years ago
  59. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  60. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  61. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  62. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  63. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 7 years ago
  64. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  65. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  66. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  67. bb8d521 perf inject: Don't proceed if perf_session__process_event() fails by David Carrillo-Cisneros · 8 years ago
  68. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  69. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  70. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  71. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  72. 46bc29b perf tools: Add time conversion event by Adrian Hunter · 9 years ago
  73. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 9 years ago
  74. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 9 years ago
  75. e12b202 perf jitdump: Build only on supported archs by Jiri Olsa · 9 years ago
  76. 46dad05 perf jitdump: DWARF is also needed by Arnaldo Carvalho de Melo · 9 years ago
  77. 4a018cc perf jit: Move clockid validation by Adrian Hunter · 9 years ago
  78. 570735b perf jit: Let jit_process() return errors by Adrian Hunter · 9 years ago
  79. 640dad4 perf inject: Hit all DSOs for AUX data in JIT and other cases by Adrian Hunter · 9 years ago
  80. 9b07e27 perf inject: Add jitdump mmap injection support by Stephane Eranian · 9 years ago
  81. 921f3fa perf inject: Make sure mmap records are ordered when injecting build_ids by Arnaldo Carvalho de Melo · 9 years ago
  82. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  83. d8145b3 perf inject: Also re-pipe lost_samples event by Adrian Hunter · 9 years ago
  84. f56fb98 perf inject: Add --strip option to strip out non-synthesized events by Adrian Hunter · 9 years ago
  85. 7311730 perf inject: Remove more aux-related stuff when processing instruction traces by Adrian Hunter · 9 years ago
  86. 051a01b perf inject: Set branch stack feature flag when synthesizing branch stacks by Adrian Hunter · 9 years ago
  87. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 9 years ago
  88. 9fedfb0 perf inject: Fill in the missing session freeing after an error occurs by Taeung Song · 10 years ago
  89. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  90. 0ad21f6 perf tools: Add support for PERF_RECORD_ITRACE_START by Adrian Hunter · 10 years ago
  91. 4a96f7a perf tools: Add support for PERF_RECORD_AUX by Adrian Hunter · 10 years ago
  92. e31f0d0 perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing by Adrian Hunter · 10 years ago
  93. cd10b28 perf tools: Hit all build ids when AUX area tracing by Adrian Hunter · 10 years ago
  94. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 10 years ago
  95. 0f0aa5e perf inject: Add Instruction Tracing support by Adrian Hunter · 10 years ago
  96. cd17a9b perf inject: Re-pipe AUX area tracing events by Adrian Hunter · 10 years ago
  97. ccaa474 perf inject: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  98. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 10 years ago
  99. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  100. 42aa276 perf tools: Use perf_data_file__fd() consistently by Namhyung Kim · 10 years ago