Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/oprofile/
Dop_counter.h18 struct op_counter_config { struct
28 extern struct op_counter_config counter_config[]; argument
/kernel/linux/linux-5.10/arch/mips/oprofile/
Dop_impl.h16 struct op_counter_config { struct
29 void (*reg_setup) (struct op_counter_config *); argument
/kernel/linux/linux-5.10/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
/kernel/linux/linux-5.10/arch/powerpc/include/asm/
Doprofile_impl.h15 struct op_counter_config { struct
16 unsigned long enabled;
17 unsigned long event;
18 unsigned long count;
20 unsigned long kernel;
44 int (*reg_setup) (struct op_counter_config *, argument
/kernel/linux/linux-5.10/drivers/oprofile/
Doprofile_perf.c16 struct op_counter_config { struct
29 static struct op_counter_config *counter_config; argument