aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/pmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-02-11perf cpumap: Use for each loopIan Rogers1-8/+6
2022-01-02perf pmu: Fix alias events listJohn Garry1-6/+17
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-5/+24
2021-10-20perf parse-events: Add const to evsel nameIan Rogers1-1/+1
2021-10-20perf pmu: Make pmu_event tables const.Ian Rogers1-4/+4
2021-10-20perf pmu: Make pmu_sys_event_tables const.Ian Rogers1-1/+1
2021-10-20perf pmu: Add const to pmu_events_map.Ian Rogers1-5/+5
2021-09-03perf pmu: Add PMU alias supportKan Liang1-3/+37
2021-08-11perf tools: Enable on a list of CPUs for hybridJin Yao1-0/+35
2021-08-10perf pmu: Make pmu_add_sys_aliases() publicJohn Garry1-1/+1
2021-08-10perf pmu: Check .is_uncore field in pmu_add_cpu_aliases_map()John Garry1-2/+1
2021-07-27perf pmu: Fix alias matchingJohn Garry1-9/+24
2021-07-14perf pmu: Skip invalid hybrid pmuJin Yao1-1/+8
2021-07-09perf tools: Fix pattern matching for same substring in different PMU typeJin Yao1-1/+35
2021-04-29perf pmu: Add hybrid helper functionsJin Yao1-0/+11
2021-04-29perf pmu: Save detected hybrid pmus to a global pmu listJin Yao1-1/+8
2021-04-29perf pmu: Save pmu nameJin Yao1-1/+9
2021-04-29perf pmu: Simplify arguments of __perf_pmu__new_aliasJin Yao1-20/+16
2021-04-08perf pmu: Add pmu_events_map__find() function to find the common PMU map for the systemJohn Garry1-0/+5
2021-03-29Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo1-0/+33
2021-03-23perf tools: Fix various typos in commentsIngo Molnar1-2/+2
2021-03-15perf pmu: Validate raw event with sysfs exported format bitsJin Yao1-0/+33
2020-12-17perf pmu: Add pmu_add_sys_aliases()John Garry1-0/+78
2020-12-17perf pmu: Add pmu_id()John Garry1-0/+18
2020-09-15perf test: Free formats for perf pmu parse testNamhyung Kim1-0/+11
2020-09-15perf test: Free aliases for PMU event map aliases testNamhyung Kim1-1/+1
2020-06-22perf pmu: Improve CPU core PMU HW event list orderingJohn Garry1-0/+7
2020-06-22perf pmu: List kernel supplied event aliases for arm64John Garry1-1/+1
2020-06-22perf pmu: Add a perf_pmu__fake object to use with __parse_events()Arnaldo Carvalho de Melo1-0/+2
2020-05-28perf parse-events: Make add PMU verbose output clearerIan Rogers1-12/+21
2020-05-05perf pmu: Add perf_pmu__find_by_type helperStephane Eranian1-0/+11
2020-05-05perf evsel: Rename perf_evsel__is_aux_event() to evsel__is_aux_event()Arnaldo Carvalho de Melo1-1/+1
2020-05-05perf evsel: Rename perf_evsel__find_pmu() to evsel__find_pmu()Arnaldo Carvalho de Melo1-2/+2
2020-04-18perf pmu: Add support for PMU capabilitiesKan Liang1-0/+82
2020-04-18perf evsel: Move and globalize perf_evsel__find_pmu() and perf_evsel__is_aux_event()Adrian Hunter1-0/+20
2020-03-26perf parse-events: Add defensive NULL checkIan Rogers1-6/+5
2020-03-24perf pmu: Make pmu_uncore_alias_match() publicJohn Garry1-1/+1
2020-03-24perf pmu: Add is_pmu_core()John Garry1-0/+5
2020-03-24perf pmu: Refactor pmu_add_cpu_aliases()John Garry1-8/+13
2019-11-28perf pmu: Use file system cache to optimize sysfs accessAndi Kleen1-23/+11
2019-11-22perf pmu: When using default config, record which bits of config were changed by the userAdrian Hunter1-0/+10
2019-11-07perf parse: Add a deep delete for parse event termsIan Rogers1-1/+1
2019-11-06perf parse: Add parse events handle errorIan Rogers1-12/+18
2019-10-19perf list: Hide deprecated events by defaultJin Yao1-4/+13
2019-09-20perf env: Remove needless cpumap.h headerArnaldo Carvalho de Melo1-1/+0
2019-08-31perf pmu: Change convert_scale from static to globalJin Yao1-3/+3
2019-08-31perf tools: Remove needless evlist.h include directivesArnaldo Carvalho de Melo1-1/+2
2019-08-22perf cpumap: Remove needless includes from cpumap.hArnaldo Carvalho de Melo1-0/+1
2019-07-29libperf: Add perf_cpu_map__new()/perf_cpu_map__read() functionsJiri Olsa1-1/+2