perf_pmus__find_by_type
struct perf_pmu *pmu = perf_pmus__find_by_type(evsel->attr.type);
pmu = perf_pmus__find_by_type(PERF_TYPE_RAW);
pmu = perf_pmus__find_by_type(type);
struct perf_pmu *pmu = perf_pmus__find_by_type(evsel->core.attr.type);
evsel->pmu = perf_pmus__find_by_type(PERF_TYPE_SOFTWARE);
return __parse_events_add_numeric(parse_state, list, perf_pmus__find_by_type(type),
struct perf_pmu *pmu = perf_pmus__find_by_type(attr->type);
pmu = perf_pmus__find_by_type(extended_type);
pmu = perf_pmus__find_by_type((unsigned int)attr.type);
pmu = perf_pmus__find_by_type((unsigned int)attr.type);
struct perf_pmu *pmu = perf_pmus__find_by_type(attr->type);
pmu = perf_pmus__find_by_type(type);
struct perf_pmu *perf_pmus__find_by_type(unsigned int type);
sample->evsel->pmu = perf_pmus__find_by_type(sample->evsel->core.attr.type);