Searched refs:handle_schedule_exit (Results 1 – 4 of 4) sorted by relevance
| /linux/kernel/trace/rv/monitors/sco/ |
| H A D | sco.c | 30 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 D | snep.c | 36 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 D | scpd.c | 36 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 D | sts.c | 88 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()
|