Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Dparse-events.l206 event_pmu [^,{}/]+[/][^/]*[/][^,{}/]*
255 {event_pmu} |
Dparse-events.y100 %type <list_evsel> event_pmu
277 event_def: event_pmu |
289 event_pmu:
/linux-5.19.10/arch/x86/events/
Dcore.c2337 static struct cpu_hw_events *allocate_fake_cpuc(struct pmu *event_pmu) in allocate_fake_cpuc() argument
2350 h_pmu = hybrid_pmu(event_pmu); in allocate_fake_cpuc()
2356 cpuc->pmu = event_pmu; in allocate_fake_cpuc()