summaryrefslogtreecommitdiff
path: root/tools/perf/util/parse-events.h
AgeCommit message (Expand)Author
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
2020-05-28perf parse: Add 'struct parse_events_state' pointer to scannerJiri Olsa
2020-05-05perf parse-events: Add parse_events_option() variant that creates evlistArnaldo Carvalho de Melo
2019-11-22perf record: Add aux-sample-size config termAdrian Hunter
2019-11-18perf parse: Report initial event parsing errorIan Rogers
2019-11-07perf parse: Add a deep delete for parse event termsIan Rogers
2019-11-06perf parse: Add parse events handle errorIan Rogers
2019-10-19perf list: Hide deprecated events by defaultJin Yao
2019-08-14perf tools: Add aux-output config termAdrian Hunter
2019-07-29perf evlist: Rename struct perf_evlist to struct evlistJiri Olsa
2019-07-29perf evsel: Rename struct perf_evsel to struct evselJiri Olsa
2019-05-16perf tools: Add a 'percore' event qualifierJin Yao
2019-04-01perf list: Output tool eventsAndi Kleen
2019-04-01perf stat: Implement duration_time as a proper eventAndi Kleen
2018-10-19perf evsel: Introduce per event max_events propertyArnaldo Carvalho de Melo