summaryrefslogtreecommitdiff
path: root/tools/perf/util/pmu.c
AgeCommit message (Expand)Author
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: Add const to evsel nameIan Rogers
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers
2021-09-03perf pmu: Add PMU alias supportKan Liang
2021-08-11perf tools: Enable on a list of CPUs for hybridJin Yao
2021-08-10perf pmu: Make pmu_add_sys_aliases() publicJohn Garry
2021-08-10perf pmu: Check .is_uncore field in pmu_add_cpu_aliases_map()John Garry
2021-07-27perf pmu: Fix alias matchingJohn Garry
2021-07-14perf pmu: Skip invalid hybrid pmuJin Yao
2021-07-09perf tools: Fix pattern matching for same substring in different PMU typeJin Yao
2021-04-29perf pmu: Add hybrid helper functionsJin Yao
2021-04-29perf pmu: Save detected hybrid pmus to a global pmu listJin Yao
2021-04-29perf pmu: Save pmu nameJin Yao
2021-04-29perf pmu: Simplify arguments of __perf_pmu__new_aliasJin Yao
2021-04-08perf pmu: Add pmu_events_map__find() function to find the common PMU map for ...John Garry
2021-03-29Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-03-23perf tools: Fix various typos in commentsIngo Molnar
2021-03-15perf pmu: Validate raw event with sysfs exported format bitsJin Yao
2020-12-17perf pmu: Add pmu_add_sys_aliases()John Garry
2020-12-17perf pmu: Add pmu_id()John Garry
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim
2020-06-22perf pmu: Improve CPU core PMU HW event list orderingJohn Garry
2020-06-22perf pmu: List kernel supplied event aliases for arm64John Garry
2020-06-22perf pmu: Add a perf_pmu__fake object to use with __parse_events()Arnaldo Carvalho de Melo
2020-05-28perf parse-events: Make add PMU verbose output clearerIan Rogers
2020-05-05perf pmu: Add perf_pmu__find_by_type helperStephane Eranian
2020-05-05perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()Arnaldo Carvalho de Melo
2020-05-05perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()Arnaldo Carvalho de Melo
2020-04-18perf pmu: Add support for PMU capabilitiesKan Liang
2020-04-18perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_...Adrian Hunter
2020-03-26perf parse-events: Add defensive NULL checkIan Rogers
2020-03-24perf pmu: Make pmu_uncore_alias_match() publicJohn Garry
2020-03-24perf pmu: Add is_pmu_core()John Garry
2020-03-24perf pmu: Refactor pmu_add_cpu_aliases()John Garry
2019-11-28perf pmu: Use file system cache to optimize sysfs accessAndi Kleen
2019-11-22perf pmu: When using default config, record which bits of config were changed...Adrian Hunter
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-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo
2019-08-31perf pmu: Change convert_scale from static to globalJin Yao
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa
2019-07-29libperf: Add perf_cpu_map__get()/perf_cpu_map__put()Jiri Olsa
2019-07-29perf cpu_map: Rename struct cpu_map to struct perf_cpu_mapJiri Olsa