Searched defs:pmu_event_info (Results 1 – 1 of 1) sorted by relevance
221 struct pmu_event_info { struct222 const struct perf_pmu *pmu;223 const char *name;224 const char* alias;225 const char *scale_unit;226 const char *desc;227 const char *long_desc;228 const char *encoding_desc;229 const char *topic;230 const char *pmu_name;[all …]