Searched refs:exit_handler (Results 1 – 14 of 14) sorted by relevance
| /linux/lib/tests/ |
| H A D | test_fprobe.c | 108 .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 D | utils.py | 190 def exit_handler(event): function 193 gdb.events.exited.disconnect(exit_handler) 215 gdb.events.exited.connect(exit_handler)
|
| /linux/kernel/trace/ |
| H A D | fprobe.c | 284 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 D | trace_fprobe.c | 218 return tf->fp.exit_handler != NULL; in trace_fprobe_is_return() 591 tf->fp.exit_handler = fexit_dispatcher; in alloc_trace_fprobe()
|
| H A D | bpf_trace.c | 2844 link->fp.exit_handler = kprobe_multi_link_exit_handler; in bpf_kprobe_multi_link_attach()
|
| /linux/drivers/platform/x86/x86-android-tablets/ |
| H A D | core.c | 158 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 D | handle_exit.c | 433 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/Documentation/trace/ |
| H A D | fprobe.rst | 28 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 D | fprobe.h | 68 fprobe_exit_cb exit_handler; member
|
| /linux/tools/testing/selftests/net/ |
| H A D | l2_tos_ttl_inherit.sh | 386 exit_handler() { function 408 trap exit_handler EXIT
|
| /linux/samples/fprobe/ |
| H A D | fprobe_example.c | 97 sample_probe.exit_handler = sample_exit_handler; in fprobe_init()
|
| /linux/drivers/tty/ |
| H A D | nozomi.c | 1127 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 D | ad7779.c | 597 goto exit_handler; in ad7779_trigger_handler() 603 exit_handler: in ad7779_trigger_handler()
|
| /linux/drivers/block/mtip32xx/ |
| H A D | mtip32xx.c | 3370 goto exit_handler; in mtip_cmd_timeout() 3373 goto exit_handler; in mtip_cmd_timeout() 3376 exit_handler: in mtip_cmd_timeout()
|