Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dparse-events.y81 %type <list_evsel> event_pmu
252 event_def: event_pmu |
258 event_pmu:
H A Dparse-events.l208 event_pmu [^,{}/]+[/][^/]*[/][^,{}/]*
266 {event_pmu} |
/linux/arch/x86/events/
H A Dcore.c2353 static struct cpu_hw_events *allocate_fake_cpuc(struct pmu *event_pmu) in allocate_fake_cpuc() argument
2366 h_pmu = hybrid_pmu(event_pmu); in allocate_fake_cpuc()
2372 cpuc->pmu = event_pmu; in allocate_fake_cpuc()