Searched defs:power_pmu (Results 1 – 2 of 2) sorted by relevance
24 struct power_pmu { struct25 const char *name;26 int n_counter;27 int max_alternatives;28 unsigned long add_fields;29 unsigned long test_adder;30 int (*compute_mmcr)(u64 events[], int n_ev,33 int (*get_constraint)(u64 event_id, unsigned long *mskp,35 int (*get_alternatives)(u64 event_id, unsigned int flags,37 void (*get_mem_data_src)(union perf_mem_data_src *dsrc,[all …]
2015 static struct pmu power_pmu = { variable