1. 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
  2. 8ab2e96 perf evsel: Rename *perf_evsel__*name() to *evsel__*name() by Arnaldo Carvalho de Melo · 4 years, 8 months ago
  3. ec90e42 perf auxtrace: Add option to synthesize branch stack for regular events by Adrian Hunter · 4 years, 8 months ago
  4. 29f6eec perf inject: Fix processing of ID index for injected instruction tracing by Adrian Hunter · 5 years ago
  5. ba2675b perf inject: Cut AUX area samples by Adrian Hunter · 5 years ago
  6. ef5502a1 perf inject: Make --strip keep evsels by Adrian Hunter · 5 years ago
  7. 6ef81c5 perf session: Return error code for perf_session__new() function on failure by Mamatha Inamdar · 5 years ago
  8. ea49e01 perf tools: Move event synthesizing routines to separate header by Arnaldo Carvalho de Melo · 5 years ago
  9. 4a3cec8 perf dsos: Move the dsos struct and its methods to separate source files by Arnaldo Carvalho de Melo · 5 years ago
  10. 0ac25fd perf tools: Remove perf.h from source files not needing it by Arnaldo Carvalho de Melo · 5 years ago
  11. 1fc632c libperf: Move perf_event_attr field from perf's evsel to libperf's perf_evsel by Jiri Olsa · 5 years ago
  12. 1625102 perf evlist: Rename perf_evlist__remove() to evlist__remove() by Jiri Olsa · 5 years ago
  13. 5eb2dd2 perf evsel: Rename perf_evsel__delete() to evsel__delete() by Jiri Olsa · 5 years ago
  14. 63503db perf evlist: Rename struct perf_evlist to struct evlist by Jiri Olsa · 5 years ago
  15. 32dcd02 perf evsel: Rename struct perf_evsel to struct evsel by Jiri Olsa · 5 years ago
  16. 40978e9 perf inject: The tool->read() call may pass a NULL evsel, handle it by Arnaldo Carvalho de Melo · 5 years ago
  17. 371a337 perf inject: Enable COMPRESSED record decompression by Alexey Budankov · 6 years ago
  18. 2d4f279 perf data: Add global path holder by Jiri Olsa · 6 years ago
  19. daecf9e perf tools: Add missing include for symbols.h by Arnaldo Carvalho de Melo · 6 years ago
  20. 1101f69 pref tools: Add missing map.h includes by Arnaldo Carvalho de Melo · 6 years ago
  21. c12e039 perf tools: Report itrace options in help by Andi Kleen · 6 years ago
  22. 7336555 perf tools: Remove perf_tool from event_op3 by Jiri Olsa · 6 years ago
  23. 89f1688 perf tools: Remove perf_tool from event_op2 by Jiri Olsa · 6 years ago
  24. 71a84b5 perf thread: Make thread__find_map() return the map by Arnaldo Carvalho de Melo · 7 years ago
  25. f07a2d3 perf thread: Introduce thread__find_map() by Arnaldo Carvalho de Melo · 7 years ago
  26. 936f1f3 perf tools: Get rid of unused 'swapped' parameter from perf_event__synthesize_sample() by Adrian Hunter · 7 years ago
  27. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  28. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  29. eae8ad8 perf tools: Add struct perf_data_file by Jiri Olsa · 8 years ago
  30. 8ceb41d perf tools: Rename struct perf_data_file to perf_data by Jiri Olsa · 8 years ago
  31. e9def1b perf tools: Add feature header record to pipe-mode by David Carrillo-Cisneros · 7 years ago
  32. e7ff892 perf tools: Use just forward declarations for struct thread where possible by Arnaldo Carvalho de Melo · 8 years ago
  33. 9607ad3 perf tools: Add signal.h to places using its definitions by Arnaldo Carvalho de Melo · 8 years ago
  34. a43783a perf tools: Include errno.h where needed by Arnaldo Carvalho de Melo · 8 years ago
  35. bb8d521 perf inject: Don't proceed if perf_session__process_event() fails by David Carrillo-Cisneros · 8 years ago
  36. b0ad8ea perf tools: Remove unused 'prefix' from builtin functions by Arnaldo Carvalho de Melo · 8 years ago
  37. f3b3614 perf tools: Add PERF_RECORD_NAMESPACES to include namespaces related info by Hari Bathini · 8 years ago
  38. be39db9 perf symbols: Remove symbol_filter_t machinery by Arnaldo Carvalho de Melo · 8 years ago
  39. e5cadb9 perf evlist: Rename for_each() macros to for_each_entry() by Arnaldo Carvalho de Melo · 9 years ago
  40. 46bc29b perf tools: Add time conversion event by Adrian Hunter · 9 years ago
  41. 473398a perf tools: Add cpumode to struct perf_sample by Arnaldo Carvalho de Melo · 9 years ago
  42. b8f8eb8 perf tools: Remove misplaced __maybe_unused by Arnaldo Carvalho de Melo · 9 years ago
  43. e12b202 perf jitdump: Build only on supported archs by Jiri Olsa · 9 years ago
  44. 46dad05 perf jitdump: DWARF is also needed by Arnaldo Carvalho de Melo · 9 years ago
  45. 4a018cc perf jit: Move clockid validation by Adrian Hunter · 9 years ago
  46. 570735b perf jit: Let jit_process() return errors by Adrian Hunter · 9 years ago
  47. 640dad4 perf inject: Hit all DSOs for AUX data in JIT and other cases by Adrian Hunter · 9 years ago
  48. 9b07e27 perf inject: Add jitdump mmap injection support by Stephane Eranian · 9 years ago
  49. 921f3fa perf inject: Make sure mmap records are ordered when injecting build_ids by Arnaldo Carvalho de Melo · 9 years ago
  50. 4b6ab94 perf subcmd: Create subcmd library by Josh Poimboeuf · 9 years ago
  51. d8145b3 perf inject: Also re-pipe lost_samples event by Adrian Hunter · 9 years ago
  52. f56fb98 perf inject: Add --strip option to strip out non-synthesized events by Adrian Hunter · 9 years ago
  53. 7311730 perf inject: Remove more aux-related stuff when processing instruction traces by Adrian Hunter · 9 years ago
  54. 051a01b perf inject: Set branch stack feature flag when synthesizing branch stacks by Adrian Hunter · 9 years ago
  55. 0286039 perf tools: Add new PERF_RECORD_SWITCH event by Adrian Hunter · 9 years ago
  56. 9fedfb0 perf inject: Fill in the missing session freeing after an error occurs by Taeung Song · 10 years ago
  57. b91fc39 perf machine: Protect the machine->threads with a rwlock by Arnaldo Carvalho de Melo · 10 years ago
  58. 0ad21f6 perf tools: Add support for PERF_RECORD_ITRACE_START by Adrian Hunter · 10 years ago
  59. 4a96f7a perf tools: Add support for PERF_RECORD_AUX by Adrian Hunter · 10 years ago
  60. e31f0d0 perf tools: Add build option NO_AUXTRACE to exclude AUX area tracing by Adrian Hunter · 10 years ago
  61. cd10b28 perf tools: Hit all build ids when AUX area tracing by Adrian Hunter · 10 years ago
  62. 99fa298 perf tools: Add AUX area tracing index by Adrian Hunter · 10 years ago
  63. 0f0aa5e perf inject: Add Instruction Tracing support by Adrian Hunter · 10 years ago
  64. cd17a9b perf inject: Re-pipe AUX area tracing events by Adrian Hunter · 10 years ago
  65. ccaa474 perf inject: Support using -f to override perf.data file ownership by Yunlong Song · 10 years ago
  66. d704ebd perf tools: tool->finished_round() doesn't need perf_session by Arnaldo Carvalho de Melo · 10 years ago
  67. b7b61cb perf ordered_events: Shorten function signatures by Arnaldo Carvalho de Melo · 10 years ago
  68. 42aa276 perf tools: Use perf_data_file__fd() consistently by Namhyung Kim · 10 years ago
  69. 3c659ee perf tools: Add id index by Adrian Hunter · 10 years ago
  70. bb871a9 perf tools: A thread's machine can be found via thread->mg->machine by Arnaldo Carvalho de Melo · 10 years ago
  71. 52e02834 perf tools: Modify error code for when perf_session__new() fails by Taeung Song · 10 years ago
  72. 0a7e6d1 perf tools: Check recorded kernel version when finding vmlinux by Namhyung Kim · 10 years ago
  73. 1cb8bdc perf inject: Move session handling out of __cmd_inject() by Namhyung Kim · 10 years ago
  74. 0a8cb85 perf tools: Rename ordered_samples bool to ordered_events by Jiri Olsa · 10 years ago
  75. a7a2b8b perf inject: Add --kallsyms parameter by Adrian Hunter · 10 years ago
  76. e38b43c perf inject: Fix build id injection by Adrian Hunter · 10 years ago
  77. a261e4a perf tools: Fix pipe check regression in attr event callback by Jiri Olsa · 11 years ago
  78. 13ce34d perf tools: Use tid for finding thread by Namhyung Kim · 11 years ago
  79. 352ea45 perf callchain: Add mask into struct regs_dump by Jiri Olsa · 11 years ago
  80. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  81. 3406912 perf inject: Handle output file via perf_data_file object by Jiri Olsa · 11 years ago
  82. 744a971 perf evsel: Ditch evsel->handler.data field by Arnaldo Carvalho de Melo · 11 years ago
  83. 89c97d9 perf inject: Do not repipe attributes to a perf.data file by Adrian Hunter · 11 years ago
  84. c824c43 perf tools: Stop using 'self' in some more places by Arnaldo Carvalho de Melo · 11 years ago
  85. f5fc1412 perf tools: Add data object to handle perf data file by Jiri Olsa · 11 years ago
  86. 89fe808 tools/perf: Standardize feature support define names to: HAVE_{FEATURE}_SUPPORT by Ingo Molnar · 11 years ago
  87. 33e940a perf session: Check for SIGINT in more loops by Arnaldo Carvalho de Melo · 11 years ago
  88. 5c5e854 perf tools: Add attr->mmap2 support by Stephane Eranian · 11 years ago
  89. d03f217 perf tools: Expand perf_event__synthesize_sample() by Adrian Hunter · 11 years ago
  90. ef89325 perf tools: Remove references to struct ip_event by Adrian Hunter · 11 years ago
  91. 314add6 perf tools: change machine__findnew_thread() to set thread pid by Adrian Hunter · 11 years ago
  92. 326f59b perf tools: Remove filter parameter of thread__find_addr_map() by Adrian Hunter · 11 years ago
  93. 5b7ba82 perf symbols: Load kernel maps before using by Adrian Hunter · 11 years ago
  94. 6065210 perf tools: Remove event types framework completely by Jiri Olsa · 11 years ago
  95. a609bda perf inject: Add missing 'finished_round' by Adrian Hunter · 11 years ago
  96. 47c3d10 perf tools: Fix missing tool parameter by Adrian Hunter · 11 years ago
  97. 63c2c9f perf inject: Remove unused parameter by Adrian Hunter · 11 years ago
  98. 54a3cf5 perf inject: Mark a dso if it's used by Andrew Vagin · 12 years ago
  99. 26a031e perf inject: Merge sched_stat_* and sched_switch events by Andrew Vagin · 12 years ago
  100. e558a5b perf inject: Work with files by Andrew Vagin · 12 years ago