Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dparse-events.y87 %type <list_evsel> event_pmu
266 event_def: event_pmu |
274 event_pmu:
H A Dparse-events.l236 event_pmu [^,{}/]+[/][^/]*[/][^,{}/]*
296 {event_pmu} |
/linux-6.15/arch/x86/events/
H A Dcore.c2326 static struct cpu_hw_events *allocate_fake_cpuc(struct pmu *event_pmu) in allocate_fake_cpuc() argument
2339 h_pmu = hybrid_pmu(event_pmu); in allocate_fake_cpuc()
2345 cpuc->pmu = event_pmu; in allocate_fake_cpuc()