Home
last modified time | relevance | path

Searched defs:op_counter_config (Results 1 – 6 of 6) sorted by relevance

/linux-3.4.99/arch/x86/oprofile/
Dop_counter.h18 struct op_counter_config { struct
28 extern struct op_counter_config counter_config[]; argument
/linux-3.4.99/arch/mips/oprofile/
Dop_impl.h16 struct op_counter_config { struct
29 void (*reg_setup) (struct op_counter_config *); argument
/linux-3.4.99/arch/alpha/oprofile/
Dop_impl.h14 struct op_counter_config { struct
15 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
/linux-3.4.99/arch/powerpc/include/asm/
Doprofile_impl.h19 struct op_counter_config { struct
20 unsigned long enabled;
21 unsigned long event;
22 unsigned long count;
24 unsigned long kernel;
48 int (*reg_setup) (struct op_counter_config *, argument
/linux-3.4.99/arch/s390/oprofile/
Dop_counter.h13 struct op_counter_config { struct
21 extern struct op_counter_config counter_config; argument
/linux-3.4.99/drivers/oprofile/
Doprofile_perf.c14 struct op_counter_config { struct
27 static struct op_counter_config *counter_config; argument