Age | Commit message (Expand) | Author |
2023-05-10 | perf parse-events: Don't reorder ungrouped events by PMU | Ian Rogers |
2023-04-12 | perf parse-events: Use zfree() to reduce chances of use after free | Arnaldo Carvalho de Melo |
2023-04-10 | perf util: Move perf_guest/host declarations | Ian Rogers |
2023-04-04 | perf tools: Fix a asan issue in parse_events_multi_pmu_add() | Namhyung Kim |
2023-03-21 | perf tools: Add support for perf_event_attr::config3 | Rob Herring |
2023-03-15 | perf record: Add BPF event filter support | Namhyung Kim |
2023-03-13 | perf parse-events: Warn when events are regrouped | Ian Rogers |
2023-03-13 | perf evlist: Remove nr_groups | Ian Rogers |
2023-03-13 | perf evsel: Remove use_uncore_alias | Ian Rogers |
2023-03-13 | perf parse-events: Sort and group parsed events | Ian Rogers |
2023-03-13 | perf parse-events: Pass ownership of the group name | Ian Rogers |
2023-02-03 | perf pmu-events: Remove now unused event and metric variables | Ian Rogers |
2022-12-14 | perf build: Use libtraceevent from the system | Ian Rogers |
2022-10-27 | perf tools: Save evsel->pmu in parse_events() | Namhyung Kim |
2022-10-14 | perf: Skip and warn on unknown format 'configN' attrs | Rob Herring |
2022-10-06 | perf parse-events: Remove unused macros __PERF_EVENT_FIELD() | Chen Zhongjin |
2022-09-26 | perf parse-events: Remove "not supported" hybrid cache events | Zhengjun Xing |
2022-08-10 | perf tools: Do not pass NULL to parse_events() | Adrian Hunter |
2022-08-10 | perf parse-events: Fix segfault when event parser gets an error | Adrian Hunter |
2022-08-02 | perf parse-events: Break out tracepoint and printing | Ian Rogers |
2022-08-02 | perf parse-events: Don't #define YY_EXTRA_TYPE | Ian Rogers |
2022-05-26 | perf stat: Add requires_cpu flag for uncore | Adrian Hunter |
2022-05-09 | perf evsel: Constify a few arrays | Ian Rogers |
2022-04-24 | Merge remote-tracking branch 'torvalds/master' into perf/core | Arnaldo Carvalho de Melo |
2022-04-20 | perf list: Print all available tool events | Florian Fischer |
2022-04-20 | perf stat: Add user_time and system_time events | Florian Fischer |
2022-04-13 | perf tools: Fix misleading add event PMU debug message | Adrian Hunter |
2022-03-12 | perf parse: Fix event parser error for hybrid systems | Zhengjun Xing |
2022-03-12 | perf parse-events: Fix NULL check against wrong variable | Weiguo Li |
2022-01-22 | perf test: Add parse-events test for aliases with hyphens | John Garry |
2022-01-22 | perf parse-events: Support event alias in form foo-bar-baz | John Garry |
2021-12-07 | perf parse-events: Architecture specific leader override | Ian Rogers |
2021-12-07 | perf evlist: Allow setting arbitrary leader | Ian Rogers |
2021-11-18 | perf evsel: Fix memory leaks relating to unit | Ian Rogers |
2021-11-07 | perf parse-event: Add init and exit to parse_event_error | Ian Rogers |
2021-11-07 | perf parse-events: Rename parse_events_error functions | Ian Rogers |
2021-10-25 | perf list: Display hybrid PMU events with cpu type | Jin Yao |
2021-10-20 | perf parse-events: Allow config on kernel PMU events | Ian Rogers |
2021-10-20 | perf parse-events: Add new "metric-id" term | Ian Rogers |
2021-10-20 | perf parse-events: Add const to evsel name | Ian Rogers |
2021-09-28 | perf parse-events: Set numeric term config | John Garry |
2021-09-24 | perf list: Display pmu prefix for partially supported hybrid cache events | Jin Yao |
2021-09-21 | perf parse-events: Remove unnecessary #includes | Ian Rogers |
2021-09-15 | perf parse-events: Avoid enum forward declaration. | Ian Rogers |
2021-09-11 | perf tools: Fix hybrid config terms list corruption | Adrian Hunter |
2021-09-11 | perf tools: Factor out copy_config_terms() and free_config_terms() | Adrian Hunter |
2021-07-09 | libperf: Adopt evlist__set_leader() from tools/perf as perf_evlist__set_leader() | Jiri Olsa |
2021-07-09 | libperf: Move 'nr_groups' from tools/perf to evlist::nr_groups | Jiri Olsa |
2021-07-09 | libperf: Move 'leader' from tools/perf to perf_evsel::leader | Jiri Olsa |
2021-07-09 | libperf: Move 'idx' from tools/perf to perf_evsel::idx | Jiri Olsa |