Home
last modified time | relevance | path

Searched refs:tool_pmu__cpus (Results 1 – 3 of 3) sorted by relevance

/linux/tools/perf/util/
H A Dtool_pmu.h49 struct perf_cpu_map *tool_pmu__cpus(struct perf_event_attr *attr);
H A Dtool_pmu.c114 struct perf_cpu_map *tool_pmu__cpus(struct perf_event_attr *attr) in tool_pmu__cpus() function
H A Dparse-events.c235 pmu_cpus = tool_pmu__cpus(attr); in __add_event()