Searched defs:op_counter_config (Results 1 – 5 of 5) sorted by relevance
18 struct op_counter_config { struct28 extern struct op_counter_config counter_config[]; argument
16 struct op_counter_config { struct29 void (*reg_setup) (struct op_counter_config *); argument
14 struct op_counter_config { struct15 unsigned long enabled;16 unsigned long event;17 unsigned long count;19 unsigned long kernel;20 unsigned long user;44 struct op_counter_config *, argument
15 struct op_counter_config { struct16 unsigned long enabled;17 unsigned long event;18 unsigned long count;20 unsigned long kernel;44 int (*reg_setup) (struct op_counter_config *, argument
16 struct op_counter_config { struct29 static struct op_counter_config *counter_config; argument