Home
last modified time | relevance | path

Searched refs:switch_events (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/drivers/oprofile/
Doprof.c99 if (oprofile_ops.switch_events) in start_switch_worker()
110 if (oprofile_ops.switch_events()) in switch_worker()
130 if (!oprofile_ops.switch_events) { in oprofile_set_timeout()
/Linux-v5.10/include/linux/
Doprofile.h74 int (*switch_events)(void); member
/Linux-v5.10/arch/x86/oprofile/
Dnmi_int.c277 ops->switch_events = nmi_switch_event; in mux_init()