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