Home
last modified time | relevance | path

Searched defs:pmu_event (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/pmu-events/
H A Dpmu-events.h47 struct pmu_event { struct
48 const char *name;
49 const char *compat;
50 const char *event;
51 const char *desc;
52 const char *topic;
53 const char *long_desc;
54 const char *pmu;
55 const char *unit;
79 struct pmu_events_table; argument
/linux/tools/perf/tests/
H A Dparse-events.c2601 char pmu_event[PATH_MAX]; in test__pmu_events() local