Home
last modified time | relevance | path

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

/linux/lib/tests/
H A Dtest_fprobe.c107 .exit_handler = fp_exit_handler, in test_fprobe()
133 .exit_handler = fp_exit_handler, in test_fprobe_syms()
159 .exit_handler = fp_exit_handler, in test_fprobe_data()
175 .exit_handler = fp_exit_handler, in test_fprobe_skip()
/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/drivers/platform/x86/x86-android-tablets/
H A Dcore.c158 static void (*exit_handler)(void); variable
361 if (exit_handler) in x86_android_tablet_remove()
362 exit_handler(); in x86_android_tablet_remove()
408 exit_handler = dev_info->exit; in x86_android_tablet_probe()
/linux/arch/arm64/kvm/
H A Dhandle_exit.c428 exit_handle_fn exit_handler; in handle_trap_exceptions() local
430 exit_handler = kvm_get_exit_handler(vcpu); in handle_trap_exceptions()
431 handled = exit_handler(vcpu); in handle_trap_exceptions()
/linux/Documentation/trace/
H A Dfprobe.rst28 and/or `exit_handler` as below.
34 .exit_handler = my_exit_callback,
125 This storage is NULL by default. If the user specify `exit_handler` field
127 allocated and passed to both `entry_handler` and `exit_handler`.
/linux/include/linux/
H A Dfprobe.h58 * @exit_handler: The callback function for function exit.
67 fprobe_exit_cb exit_handler; member
/linux/samples/fprobe/
H A Dfprobe_example.c97 sample_probe.exit_handler = sample_exit_handler; in fprobe_init()
/linux/tools/testing/selftests/net/
H A Dl2_tos_ttl_inherit.sh386 exit_handler() { function
408 trap exit_handler EXIT
/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()
/linux/drivers/iio/adc/
H A Dad7779.c595 goto exit_handler; in ad7779_trigger_handler()
601 exit_handler: in ad7779_trigger_handler()
/linux/kernel/trace/
H A Dtrace_fprobe.c217 return tf->fp.exit_handler != NULL; in trace_fprobe_is_return()
588 tf->fp.exit_handler = fexit_dispatcher; in alloc_trace_fprobe()
H A Dbpf_trace.c2997 link->fp.exit_handler = kprobe_multi_link_exit_handler; in bpf_kprobe_multi_link_attach()
/linux/drivers/block/mtip32xx/
H A Dmtip32xx.c3370 goto exit_handler; in mtip_cmd_timeout()
3373 goto exit_handler; in mtip_cmd_timeout()
3376 exit_handler: in mtip_cmd_timeout()