1. 1f45b1d perf bpf: Attach eBPF filter to perf event by Wang Nan · 9 years ago
  2. 4edf30e perf bpf: Collect perf_evsel in BPF object files by Wang Nan · 9 years ago
  3. 1e5e3ee perf tools: Load eBPF object into kernel by Wang Nan · 9 years ago
  4. aa3abf3 perf tools: Create probe points for BPF programs by Wang Nan · 9 years ago
  5. 84c86ca perf tools: Enable passing bpf object file to --event by Wang Nan · 9 years ago
  6. 374ce93 perf tools: Enable pre-event inherit setting by config terms by Wang Nan · 9 years ago
  7. 27bf90b perf tools: Fail properly in case pattern matching fails to find tracepoint by Jiri Olsa · 9 years ago
  8. 7f94af7 perf tools: Introduce 'P' modifier to request max precision by Jiri Olsa · 9 years ago
  9. dfc431c perf list: Remove blank lines, headers when piping output by Arnaldo Carvalho de Melo · 9 years ago
  10. 272ed29 perf tools: Fix shadowed declaration in parse-events.c by Jiri Olsa · 9 years ago
  11. e637d17 perf tools: Enable event_config terms to tracepoint events by He Kuang · 9 years ago
  12. ffeb883 perf tools: Show proper error message for wrong terms of hw/sw events by He Kuang · 9 years ago
  13. 0b8891a perf tools: Adds the config_term callback for different type events by He Kuang · 9 years ago
  14. 854f736 perf tools: Don't assume that the parser returns non empty evsel list by Wang Nan · 9 years ago
  15. d71b0ad Merge branch 'perf/urgent' into perf/core, to resolve a conflict by Ingo Molnar · 9 years ago
  16. fce4d29 perf evsel: Add own_cpus member by Adrian Hunter · 9 years ago
  17. f114d6e perf evlist: Fix splice_list_tail() not setting evlist by Adrian Hunter · 9 years ago
  18. 1965817 perf tools: Enhance parsing events tracepoint error output by Jiri Olsa · 9 years ago
  19. 8dd2a13 perf evsel: Propagate error info from tp_format by Jiri Olsa · 9 years ago
  20. e2f9f8e perf tools: Propagate error info for the tracepoint parsing by Jiri Olsa · 9 years ago
  21. 592d5a6 tools lib api fs: Move tracing_path interface into api/fs/tracing_path.c by Jiri Olsa · 9 years ago
  22. d457c96 perf callchain: Per-event type selection support by Kan Liang · 9 years ago
  23. 09af2a5 perf record: Support per-event freq term by Namhyung Kim · 9 years ago
  24. 141b2d3 perf tools: Extend the event parser maximum error index by Adrian Hunter · 10 years ago
  25. 3206771 perf tools: Per-event time support by Kan Liang · 9 years ago
  26. ee4c758 perf tools: Force period term to overload global settings by Jiri Olsa · 9 years ago
  27. 930a2e2 perf tools: Add support for event post configuration by Jiri Olsa · 9 years ago
  28. 4ba1faa perf record: Allow filtering perf's pid via --exclude-perf by Wang Nan · 10 years ago
  29. 15bfd2c perf record: Apply filter to all events in a glob matching by Wang Nan · 10 years ago
  30. 12467ae perf evsel: Introduce set_filter method by Arnaldo Carvalho de Melo · 10 years ago
  31. f30a79b perf tools: Add reference counting for cpu_map object by Jiri Olsa · 10 years ago
  32. a6ced2b perf tools: Fix parse_events_error dereferences by Adrian Hunter · 10 years ago
  33. bb78ce7 perf tools: Fix function declarations needed by parse-events.y by Adrian Hunter · 10 years ago
  34. 87d650b perf tools: Add symbolic events support for parse_events_error by Jiri Olsa · 10 years ago
  35. 3b0e371 perf tools: Add static terms support for parse_events_error by Jiri Olsa · 10 years ago
  36. e64b020 perf tools: Add term support for parse_events_error by Jiri Olsa · 10 years ago
  37. cecf3a2e perf tools: Add location to pmu event terms by Jiri Olsa · 10 years ago
  38. 36adec8 perf tools: Change parse_events_add_pmu interface by Jiri Olsa · 10 years ago
  39. c056ba6a perf tools: Always bail out when config_attr function fails by Jiri Olsa · 10 years ago
  40. b39b839 perf tools: Add parse_events_error interface by Jiri Olsa · 10 years ago
  41. a1e12da perf tools: Add 'I' event modifier for exclude_idle bit by Jiri Olsa · 10 years ago
  42. 705750f perf list: Clean up the printing functions of hardware/software events by Yunlong Song · 10 years ago
  43. ab0e480 perf list: Sort the output of 'perf list' to view more clearly by Yunlong Song · 10 years ago
  44. 619a303 perf list: Place the header text in its right position by Yunlong Song · 10 years ago
  45. 5693c92 perf tools: Do not check debugfs MAGIC for tracing files by Steven Rostedt (Red Hat) · 10 years ago
  46. b3890e4 Merge branch 'perf/hw_breakpoints' into perf/core by Ingo Molnar · 10 years ago
  47. 48000a1 perf tools: Remove EOL whitespaces by Arnaldo Carvalho de Melo · 10 years ago
  48. 3741eb9 perf tools: allow user to specify hardware breakpoint bp_len by Jacob Shin · 11 years ago
  49. 1d9e446 perf tools: Add snapshot format file parsing by Jiri Olsa · 10 years ago
  50. 044330c perf tools: Add per-pkg format file parsing by Matt Fleming · 10 years ago
  51. dcb4e10 perf tools: Parse the pmu event prefix and suffix by Kan Liang · 10 years ago
  52. 42f60c2 Revert "perf tools: Default to cpu// for events v5" by Kan Liang · 10 years ago
  53. 281f92f perf record: Fix error message for --filter option not coming after tracepoint by Arnaldo Carvalho de Melo · 10 years ago
  54. 46441bd perf tools: Refactor unit and scale function parameters by Matt Fleming · 10 years ago
  55. dc0a620 perf tools: Let default config be defined for a PMU by Adrian Hunter · 10 years ago
  56. ad96227 perf tools: Let a user specify a PMU event without any config terms by Adrian Hunter · 10 years ago
  57. 6e81c74 perf util: Replace strerror with strerror_r for thread-safety by Masami Hiramatsu · 10 years ago
  58. 88fee52 perf list: Fix checking for supported events on older kernels by Vince Weaver · 11 years ago
  59. 8a39889 perf stat: fix NULL pointer reference bug with event unit by Stephane Eranian · 11 years ago
  60. 0050f7a perf evlist: Introduce evlist__for_each() & friends by Arnaldo Carvalho de Melo · 11 years ago
  61. 74cf249 perf tools: Use zfree to help detect use after free bugs by Arnaldo Carvalho de Melo · 11 years ago
  62. 553873e tools/: Convert to new topic libraries by Borislav Petkov · 11 years ago
  63. 410136f tools/perf/stat: Add event unit and scale support by Stephane Eranian · 11 years ago
  64. ef50383 perf evsel: Remove idx parm from constructor by Arnaldo Carvalho de Melo · 11 years ago
  65. f11cfc6 perf list: Show error if tracepoints not available by Pekka Enberg · 11 years ago
  66. b41f1ce perf list: Skip unsupported events by Namhyung Kim · 11 years ago
  67. d22d1a2 perf tools: Add support for PERF_COUNT_SW_DUMMY by Adrian Hunter · 11 years ago
  68. e9a7c41 perf tools: Add support for pinned modifier by Michael Ellerman · 11 years ago
  69. 3c17631 perf tools: Add 'S' event/group modifier to read sample value by Jiri Olsa · 12 years ago
  70. dc098b3 perf list: List kernel supplied event aliases by Andi Kleen · 12 years ago
  71. 50e200f perf tools: Default to cpu// for events v5 by Andi Kleen · 12 years ago
  72. c5cd8ac perf parse events: Demystify memory allocations by David Ahern · 12 years ago
  73. 0142dab0 perf tools: Don't free list head in parse_events__free_terms by David Ahern · 12 years ago
  74. e7c93f0 perf util: Use evsel->name to get tracepoint_paths by Namhyung Kim · 12 years ago
  75. 4be8be6 perf tools: Fix new_term() missing free on error path by Adrian Hunter · 12 years ago
  76. b2c34fd perf tools: Fix parse_events_terms() segfault on error path by Adrian Hunter · 12 years ago
  77. 85c66be perf tools: Introduce tools/lib/lk library by Borislav Petkov · 12 years ago
  78. 89bb67f perf tools: Fix perf_evsel::exclude_GH handling by Jiri Olsa · 12 years ago
  79. 97f63e4 perf tools: Keep group information by Namhyung Kim · 12 years ago
  80. 23b6339 perf tools: Fix usage of __ in event parsing struct names by Arnaldo Carvalho de Melo · 12 years ago
  81. 6cee6cd perf tools: Fix usage of __ in parse_events_term struct by Arnaldo Carvalho de Melo · 12 years ago
  82. d8f7bbc perf tools: Remove unused 'unset' parameter from parse_events by Jiri Olsa · 12 years ago
  83. f35488f perf tools: Add support for wildcard in tracepoint system name by Jiri Olsa · 12 years ago
  84. 0bd3f08 perf tools: Add missing closedir in multi tracepoint processing by Jiri Olsa · 12 years ago
  85. f0b9abf Merge branch 'linus' into perf/core by Ingo Molnar · 12 years ago
  86. d2709c7 perf: Make perf build for x86 with UAPI disintegration applied by David Howells · 12 years ago
  87. 534123f perf tools: Add basic event modifier sanity check by Jiri Olsa · 12 years ago
  88. 9175ce1 perf tools: Move parse_events error printing to parse_events_options by Andi Kleen · 12 years ago
  89. af3df2c perf tools: Try to build Documentation when installing by Borislav Petkov · 12 years ago
  90. 1d33d6d perf tools: Add support to specify hw event as PMU event term by Jiri Olsa · 12 years ago
  91. 1342798 perf tool: Precise mode requires exclude_guest by David Ahern · 12 years ago
  92. 82fe1c2 perf tools: Use perf_evsel__newtp in the event parser by Arnaldo Carvalho de Melo · 12 years ago
  93. 7ae92e7 perf stat: Check PMU cpumask file by Yan, Zheng · 12 years ago
  94. 1d037ca perf tools: Use __maybe_used for unused variables by Irina Tirdea · 12 years ago
  95. 275ef38 perf tools: Fix cache event name generation by Jiri Olsa · 12 years ago
  96. 42e1fb7 perf tools: Remove extraneous newline when parsing hardware cache events by Arnaldo Carvalho de Melo · 12 years ago
  97. ac2ba9f perf tools: Catch event names from command line by Robert Richter · 12 years ago
  98. 0c21f73 perf evlist: Introduce evsel list accessors by Arnaldo Carvalho de Melo · 12 years ago
  99. 63dab22 perf evlist: Rename __group method to __set_leader by Arnaldo Carvalho de Melo · 12 years ago
  100. 6a4bb04 perf tools: Enable grouping logic for parsed events by Jiri Olsa · 12 years ago