Searched defs:pmu_event (Results 1 – 2 of 2) sorted by relevance
47 struct pmu_event { struct48 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
2601 char pmu_event[PATH_MAX]; in test__pmu_events() local