Searched refs:exit_handler (Results 1 – 14 of 14) sorted by relevance
| /linux/lib/ |
| A D | test_fprobe.c | 130 .exit_handler = fp_exit_handler, in test_fprobe() 156 .exit_handler = fp_exit_handler, in test_fprobe_syms() 182 .exit_handler = fp_exit_handler, in test_fprobe_data() 200 .exit_handler = nest_exit_handler, in test_fprobe_nest() 217 .exit_handler = fp_exit_handler, in test_fprobe_skip()
|
| /linux/scripts/gdb/linux/ |
| A D | utils.py | 185 def exit_handler(event): function 188 gdb.events.exited.disconnect(exit_handler) 210 gdb.events.exited.connect(exit_handler)
|
| /linux/Documentation/trace/ |
| A D | fprobe.rst | 27 and/or `exit_handler` as below. 33 .exit_handler = my_exit_callback, 119 to use @entry_ip. On the other hand, in the exit_handler, the instruction 124 This storage is NULL by default. If the user specify `exit_handler` field 126 allocated and passed to both `entry_handler` and `exit_handler`.
|
| /linux/kernel/trace/ |
| A D | fprobe.c | 35 if (fp->exit_handler) { in __fprobe_handler() 144 fp->exit_handler(fp, fpr->entry_ip, ret_ip, regs, in fprobe_exit_handler() 192 if (!fp->exit_handler) { in fprobe_init_rethook()
|
| A D | trace_fprobe.c | 74 return tf->fp.exit_handler != NULL; in trace_fprobe_is_return() 405 tf->fp.exit_handler = fexit_dispatcher; in alloc_trace_fprobe()
|
| A D | bpf_trace.c | 3006 link->fp.exit_handler = kprobe_multi_link_exit_handler; in bpf_kprobe_multi_link_attach()
|
| /linux/arch/arm64/kvm/ |
| A D | handle_exit.c | 348 exit_handle_fn exit_handler; in handle_trap_exceptions() local 350 exit_handler = kvm_get_exit_handler(vcpu); in handle_trap_exceptions() 351 handled = exit_handler(vcpu); in handle_trap_exceptions()
|
| /linux/drivers/platform/x86/x86-android-tablets/ |
| A D | core.c | 156 static void (*exit_handler)(void); variable 302 if (exit_handler) in x86_android_tablet_remove() 303 exit_handler(); in x86_android_tablet_remove() 349 exit_handler = dev_info->exit; in x86_android_tablet_probe()
|
| /linux/tools/testing/selftests/bpf/ |
| A D | test_flow_dissector.sh | 70 exit_handler() function 88 trap exit_handler 0 2 3 6 9
|
| /linux/include/linux/ |
| A D | fprobe.h | 48 fprobe_exit_cb exit_handler; member
|
| /linux/samples/fprobe/ |
| A D | fprobe_example.c | 97 sample_probe.exit_handler = sample_exit_handler; in fprobe_init()
|
| /linux/tools/testing/selftests/net/ |
| A D | l2_tos_ttl_inherit.sh | 386 exit_handler() { function 408 trap exit_handler EXIT
|
| /linux/drivers/tty/ |
| 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/block/mtip32xx/ |
| A D | mtip32xx.c | 3358 goto exit_handler; in mtip_cmd_timeout() 3361 goto exit_handler; in mtip_cmd_timeout() 3364 exit_handler: in mtip_cmd_timeout()
|
Completed in 40 milliseconds