Searched defs:power_pmu (Results 1 – 2 of 2) sorted by relevance
31 struct power_pmu { struct32 const char *name;33 int n_counter;34 int max_alternatives;35 unsigned long add_fields;36 unsigned long test_adder;37 int (*compute_mmcr)(u64 events[], int n_ev,40 int (*get_constraint)(u64 event_id, unsigned long *mskp,42 int (*get_alternatives)(u64 event_id, unsigned int flags,44 void (*get_mem_data_src)(union perf_mem_data_src *dsrc,[all …]
2214 static struct pmu power_pmu = { variable