Searched refs:exit_handler (Results 1 - 13 of 13) sorted by relevance

/linux-master/lib/
H A Dtest_fprobe.c130 .exit_handler = fp_exit_handler,
156 .exit_handler = fp_exit_handler,
182 .exit_handler = fp_exit_handler,
200 .exit_handler = nest_exit_handler,
217 .exit_handler = fp_exit_handler,
/linux-master/include/linux/
H A Dfprobe.h19 * @exit_handler: The callback function for function exit.
40 void (*exit_handler)(struct fprobe *fp, unsigned long entry_ip, member in struct:fprobe
/linux-master/scripts/gdb/linux/
H A Dutils.py185 def exit_handler(event): function in function:get_gdbserver_type
188 gdb.events.exited.disconnect(exit_handler)
210 gdb.events.exited.connect(exit_handler)
/linux-master/arch/arm64/kvm/
H A Dhandle_exit.c309 exit_handle_fn exit_handler; local
311 exit_handler = kvm_get_exit_handler(vcpu);
312 handled = exit_handler(vcpu);
/linux-master/kernel/trace/
H A Dfprobe.c35 if (fp->exit_handler) {
144 fp->exit_handler(fp, fpr->entry_ip, ret_ip, regs,
192 if (!fp->exit_handler) {
H A Dtrace_fprobe.c73 return tf->fp.exit_handler != NULL;
403 tf->fp.exit_handler = fexit_dispatcher;
H A Dbpf_trace.c3058 link->fp.exit_handler = kprobe_multi_link_exit_handler;
/linux-master/samples/fprobe/
H A Dfprobe_example.c97 sample_probe.exit_handler = sample_exit_handler;
/linux-master/drivers/platform/x86/x86-android-tablets/
H A Dcore.c158 static void (*exit_handler)(void); variable
304 if (exit_handler)
305 exit_handler();
351 exit_handler = dev_info->exit;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_flow_dissector.sh70 exit_handler() function
88 trap exit_handler 0 2 3 6 9
/linux-master/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh386 exit_handler() { function
408 trap exit_handler EXIT
/linux-master/drivers/tty/
H A Dnozomi.c1127 goto exit_handler;
1148 goto exit_handler;
1154 goto exit_handler;
1162 goto exit_handler;
1201 exit_handler:
/linux-master/drivers/block/mtip32xx/
H A Dmtip32xx.c3373 goto exit_handler;
3376 goto exit_handler;
3379 exit_handler:

Completed in 157 milliseconds