summaryrefslogtreecommitdiff
path: root/tools/perf/util/pmu.h
AgeCommit message (Expand)Author
2025-05-13perf pmu: Change aliases from list to hashmapIan Rogers
2025-04-29perf mem/c2c amd: Add ldlat supportRavi Bangoria
2025-04-25perf pmu-events: Add retirement latency to JSON events inside of perfIan Rogers
2025-02-26perf pmu: Don't double count common sysfs and json eventsJames Clark
2025-02-04perf pmu: Rename name matching for no suffix or wildcard variantsIan Rogers
2025-02-04perf pmus: Restructure pmu_read_sysfs to scan fewer PMUsIan Rogers
2024-11-16perf pmu: Move pmu_metrics_table__find and remove ARM overrideIan Rogers
2024-11-16perf header: Pass a perf_cpu rather than a PMU to get_cpuid_strIan Rogers
2024-11-09perf hwmon_pmu: Add a tool PMU exposing events from hwmon in sysfsIan Rogers
2024-10-22perf tools: Detect missing kernel features properlyNamhyung Kim
2024-10-10perf tool_pmu: Move expr literals to tool_pmuIan Rogers
2024-10-10perf tool_pmu: Factor tool events into their own PMUIan Rogers
2024-10-10perf pmu: Allow hardcoded terms to be applied to attributesIan Rogers
2024-09-26perf evsel x86: Make evsel__has_perf_metrics work for legacy eventsIan Rogers
2024-09-26perf evsel: Add alternate_hw_config and use in evsel__matchIan Rogers
2024-09-11perf pmu: To info add event_type_descIan Rogers
2024-09-11perf pmus: Fake PMU clean upIan Rogers
2024-05-11perf pmu: Count sys and cpuid JSON events separatelyIan Rogers
2024-05-03perf test pmu: Refactor format test and exposed test APIsIan Rogers
2024-04-26perf pmu: Refactor perf_pmu__match()Ian Rogers
2024-03-21perf tools: Add/use PMU reverse lookup from config to nameIan Rogers
2024-03-21perf list: Give more details about raw event encodingsIan Rogers
2024-01-24perf mem: Add mem_events into the supported perf_pmuKan Liang
2023-11-27perf parse-events: Make legacy events lower priority than sysfs/JSONIan Rogers
2023-10-17perf pmu: Lazily compute default configIan Rogers
2023-10-17perf pmu: Const-ify perf_pmu__config_termsIan Rogers
2023-10-17perf pmu: Const-ify file APIsIan Rogers
2023-10-17perf pmu: Rename perf_pmu__get_default_config to perf_pmu__arch_initIan Rogers
2023-09-29perf pmus: Make PMU alias name loading lazyIan Rogers
2023-09-27perf pmu: "Compat" supports regular expression matching identifiersJing Zhang
2023-09-15perf pmu: Remove unused functionJames Clark
2023-09-15perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark
2023-09-11perf parse-events: Introduce 'struct parse_events_terms'Ian Rogers
2023-08-29perf pmus: Skip duplicate PMUs and don't print list suffix by defaultIan Rogers
2023-08-25perf pmu: Make id const and add missing freeIan Rogers
2023-08-25perf pmu: Remove logic for PMU name being NULLIan Rogers
2023-08-24perf pmu: Lazily load sysfs aliasesIan Rogers
2023-08-24perf pmu: Lazily add JSON eventsIan Rogers
2023-08-24perf pmu: Cache JSON events tableIan Rogers
2023-08-24perf pmu-events: Reduce processed events by passing PMUIan Rogers
2023-08-24perf parse-events: Improve error message for double settingIan Rogers
2023-08-24perf pmu: Abstract alias/event structIan Rogers
2023-08-24perf pmu: Make the loading of formats lazyIan Rogers
2023-08-23perf pmu: Pass PMU rather than aliases and formatIan Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_bits()Ian Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__format_typeIan Rogers
2023-08-23perf pmu: Avoid passing format list to perf_pmu__config_terms()Ian Rogers
2023-08-23perf pmu: Reduce scope of perf_pmu_error()Ian Rogers
2023-08-23perf pmu: Move perf_pmu__set_format to pmu.yIan Rogers
2023-08-17perf jevents: Add a new expression builtin strcmp_cpuid_str()James Clark