Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dparse-events.y100 %type <list_evsel> event_pmu
267 event_def: event_pmu |
279 event_pmu:
Dparse-events.l200 event_pmu [^,{}/]+[/][^/]*[/][^,{}/]*
249 {event_pmu} |
/Linux-v5.15/arch/x86/events/
Dcore.c2323 static struct cpu_hw_events *allocate_fake_cpuc(struct pmu *event_pmu) in allocate_fake_cpuc() argument
2336 h_pmu = hybrid_pmu(event_pmu); in allocate_fake_cpuc()
2342 cpuc->pmu = event_pmu; in allocate_fake_cpuc()