Home
last modified time | relevance | path

Searched refs:exit_handler (Results 1 – 11 of 11) sorted by relevance

/linux/lib/tests/
H A Dtest_fprobe.c108 .exit_handler = fp_exit_handler, in test_fprobe()
134 .exit_handler = fp_exit_handler, in test_fprobe_syms()
160 .exit_handler = fp_exit_handler, in test_fprobe_data()
176 .exit_handler = fp_exit_handler, in test_fprobe_skip()
260 .exit_handler = fprobe_exit_multi_handler, in test_fprobe_multi()
/linux/scripts/gdb/linux/
H A Dutils.py190 def exit_handler(event): function
193 gdb.events.exited.disconnect(exit_handler)
215 gdb.events.exited.connect(exit_handler)
/linux/kernel/trace/
H A Dfprobe.c284 if (unlikely(!fp || fprobe_disabled(fp) || fp->exit_handler)) in fprobe_ftrace_entry()
337 return !fp->exit_handler; in fprobe_is_ftrace()
395 if (!fp || !fp->exit_handler) in fprobe_fgraph_entry()
435 if (data_size && fp->exit_handler) in fprobe_fgraph_entry()
446 if (!ret && fp->exit_handler) { in fprobe_fgraph_entry()
488 fp->exit_handler(fp, trace->func, ret_ip, fregs, in fprobe_return()
H A Dtrace_fprobe.c218 return tf->fp.exit_handler != NULL; in trace_fprobe_is_return()
591 tf->fp.exit_handler = fexit_dispatcher; in alloc_trace_fprobe()
H A Dbpf_trace.c2840 link->fp.exit_handler = kprobe_multi_link_exit_handler; in bpf_kprobe_multi_link_attach()
/linux/drivers/platform/x86/x86-android-tablets/
H A Dcore.c158 static void (*exit_handler)(void); variable
389 if (exit_handler) in x86_android_tablet_remove()
390 exit_handler(); in x86_android_tablet_remove()
447 exit_handler = dev_info->exit; in x86_android_tablet_probe()
/linux/arch/arm64/kvm/
H A Dhandle_exit.c433 exit_handle_fn exit_handler; in handle_trap_exceptions() local
435 exit_handler = kvm_get_exit_handler(vcpu); in handle_trap_exceptions()
436 handled = exit_handler(vcpu); in handle_trap_exceptions()
/linux/include/linux/
H A Dfprobe.h68 fprobe_exit_cb exit_handler; member
/linux/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh386 exit_handler() { function
408 trap exit_handler EXIT
/linux/samples/fprobe/
H A Dfprobe_example.c97 sample_probe.exit_handler = sample_exit_handler; in fprobe_init()
/linux/drivers/tty/
H A Dnozomi.c1127 goto exit_handler; in interrupt_handler()
1148 goto exit_handler; in interrupt_handler()
1154 goto exit_handler; in interrupt_handler()
1162 goto exit_handler; in interrupt_handler()
1201 exit_handler: in interrupt_handler()