Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dparse-events.y89 %type <list_evsel> event_pmu
268 event_def: event_pmu |
276 event_pmu:
Dparse-events.l240 event_pmu [^,{}/]+[/][^/]*[/][^,{}/]*
293 {event_pmu} |
/linux-6.12.1/arch/x86/events/
Dcore.c2316 static struct cpu_hw_events *allocate_fake_cpuc(struct pmu *event_pmu) in allocate_fake_cpuc() argument
2329 h_pmu = hybrid_pmu(event_pmu); in allocate_fake_cpuc()
2335 cpuc->pmu = event_pmu; in allocate_fake_cpuc()