Home
last modified time | relevance | path

Searched refs:handle_schedule_exit (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/trace/rv/monitors/sco/
H A Dsco.c30 static void handle_schedule_exit(void *data, bool is_switch) in handle_schedule_exit() function
45 rv_attach_trace_probe("sco", sched_exit_tp, handle_schedule_exit); in enable_sco()
56 rv_detach_trace_probe("sco", sched_exit_tp, handle_schedule_exit); in disable_sco()
/linux/kernel/trace/rv/monitors/snep/
H A Dsnep.c36 static void handle_schedule_exit(void *data, bool is_switch) in handle_schedule_exit() function
52 rv_attach_trace_probe("snep", sched_exit_tp, handle_schedule_exit); in enable_snep()
64 rv_detach_trace_probe("snep", sched_exit_tp, handle_schedule_exit); in disable_snep()
/linux/kernel/trace/rv/monitors/scpd/
H A Dscpd.c36 static void handle_schedule_exit(void *data, bool is_switch) in handle_schedule_exit() function
52 rv_attach_trace_probe("scpd", sched_exit_tp, handle_schedule_exit); in enable_scpd()
64 rv_detach_trace_probe("scpd", sched_exit_tp, handle_schedule_exit); in disable_scpd()
/linux/kernel/trace/rv/monitors/sts/
H A Dsts.c88 static void handle_schedule_exit(void *data, bool is_switch) in handle_schedule_exit() function
106 rv_attach_trace_probe("sts", sched_exit_tp, handle_schedule_exit); in enable_sts()
121 rv_detach_trace_probe("sts", sched_exit_tp, handle_schedule_exit); in disable_sts()