summaryrefslogtreecommitdiff
path: root/tools/perf/util/parse-events.h
AgeCommit message (Expand)Author
2023-09-11perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers
2023-09-11perf parse-events: Copy fewer term listsIan Rogers
2023-09-11perf parse-events: Tidy up str parameterIan Rogers
2023-09-02perf parse-events: Fixes relating to no_value termsIan Rogers
2023-08-31perf parse-events: Name the two term enumsIan Rogers
2023-08-30perf parse-events: Make common term list to strbuf helperIan Rogers
2023-08-25perf parse-events: Make term's config constIan Rogers
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers
2023-08-24perf pmu: Parse sysfs events directly from a fileIan Rogers
2023-08-15perf parse-events: Remove BPF event supportIan Rogers
2023-08-03perf parse-events: Remove array remnantsIan Rogers
2023-07-28perf parse-events: Improve location for add pmuIan Rogers
2023-07-28perf parse-events: Populate error column for BPF/tracepoint eventsIan Rogers
2023-07-26perf parse-events: Add more comments to 'struct parse_events_state'Ian Rogers
2023-06-13perf parse-events: Avoid string for PE_BP_COLON, PE_BP_SLASHIan Rogers
2023-06-12perf parse: Allow config terms with breakpointsAdrian Hunter
2023-05-15perf parse-events: Reduce scope of is_event_supportedIan Rogers
2023-05-15perf parse-events: Avoid error when assigning a termIan Rogers
2023-05-15perf parse-events: Support hardware events as termsIan Rogers
2023-05-15perf parse-events: Add pmu filterIan Rogers
2023-05-15perf parse-events: Remove now unused hybrid logicIan Rogers
2023-05-15perf parse-events: Support wildcards on raw eventsIan Rogers
2023-05-15perf print-events: Print legacy cache events for each PMUIan Rogers
2023-05-15perf parse-events: Wildcard legacy cache eventsIan Rogers
2023-05-15perf parse-events: Support PMUs for legacy cache eventsIan Rogers
2023-05-15perf parse-events: Avoid scanning PMUs before parsingIan Rogers
2023-03-21perf tools: Add support for perf_event_attr::config3Rob Herring
2023-03-13perf parse-events: Warn when events are regroupedIan Rogers
2023-03-13perf evlist: Remove nr_groupsIan Rogers
2023-03-13perf evsel: Remove use_uncore_aliasIan Rogers
2023-03-13perf parse-events: Sort and group parsed eventsIan Rogers
2022-12-14perf build: Use libtraceevent from the systemIan Rogers
2022-09-26perf parse-events: Remove "not supported" hybrid cache eventsZhengjun Xing
2022-08-10perf tools: Do not pass NULL to parse_events()Adrian Hunter
2022-08-02perf parse-events: Break out tracepoint and printingIan Rogers
2022-01-22perf parse-events: Support event alias in form foo-bar-bazJohn Garry
2021-11-07perf parse-event: Add init and exit to parse_event_errorIan Rogers
2021-11-07perf parse-events: Rename parse_events_error functionsIan Rogers
2021-10-25perf list: Display hybrid PMU events with cpu typeJin Yao
2021-10-20perf parse-events: Allow config on kernel PMU eventsIan Rogers
2021-10-20perf parse-events: Add new "metric-id" termIan Rogers
2021-10-20perf parse-events: Add const to evsel nameIan Rogers
2021-09-15perf parse-events: Avoid enum forward declaration.Ian Rogers
2021-04-29perf parse-events: Compare with hybrid pmu nameJin Yao
2021-04-29perf parse-events: Create two hybrid hardware eventsJin Yao
2020-09-28perf parse-events: Reduce casts around bp_addrIan Rogers
2020-07-30perf tools: Fix term parsing for raw syntaxJiri Olsa
2020-06-22perf parse: Provide a way to pass a fake_pmu to parse_events()Arnaldo Carvalho de Melo
2020-06-22perf tools: Add fake pmu supportJiri Olsa
2020-05-29perf tools: Add optional support for libpfm4Stephane Eranian