Home
last modified time | relevance | path

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

/linux-6.1.9/scripts/gdb/linux/
Dutils.py162 def exit_handler(event): function
165 gdb.events.exited.disconnect(exit_handler)
187 gdb.events.exited.connect(exit_handler)
/linux-6.1.9/arch/arm64/kvm/
Dhandle_exit.c251 exit_handle_fn exit_handler; in handle_trap_exceptions() local
253 exit_handler = kvm_get_exit_handler(vcpu); in handle_trap_exceptions()
254 handled = exit_handler(vcpu); in handle_trap_exceptions()
/linux-6.1.9/kernel/trace/
Dfprobe.c43 if (fp->exit_handler) { in fprobe_handler()
84 fp->exit_handler(fp, fpr->entry_ip, regs); in fprobe_exit_handler()
133 if (!fp->exit_handler) { in fprobe_init_rethook()
Dbpf_trace.c2757 link->fp.exit_handler = kprobe_multi_link_handler; in bpf_kprobe_multi_link_attach()
/linux-6.1.9/lib/
Dtest_fprobe.c88 .exit_handler = fp_exit_handler, in test_fprobe()
114 .exit_handler = fp_exit_handler, in test_fprobe_syms()
/linux-6.1.9/tools/testing/selftests/bpf/
Dtest_flow_dissector.sh70 exit_handler() function
88 trap exit_handler 0 2 3 6 9
/linux-6.1.9/include/linux/
Dfprobe.h34 void (*exit_handler)(struct fprobe *fp, unsigned long entry_ip, struct pt_regs *regs); member
/linux-6.1.9/Documentation/trace/
Dfprobe.rst27 and/or `exit_handler` as below.
33 .exit_handler = my_exit_callback,
113 to use @entry_ip. On the other hand, in the exit_handler, the instruction
/linux-6.1.9/samples/fprobe/
Dfprobe_example.c92 sample_probe.exit_handler = sample_exit_handler; in fprobe_init()
/linux-6.1.9/tools/testing/selftests/net/
Dl2_tos_ttl_inherit.sh386 exit_handler() { function
408 trap exit_handler EXIT
/linux-6.1.9/drivers/platform/x86/
Dx86-android-tablets.c1569 static void (*exit_handler)(void); variable
1687 if (exit_handler) in x86_android_tablet_cleanup()
1688 exit_handler(); in x86_android_tablet_cleanup()
1747 exit_handler = dev_info->exit; in x86_android_tablet_init()
/linux-6.1.9/drivers/tty/
Dnozomi.c1146 goto exit_handler; in interrupt_handler()
1167 goto exit_handler; in interrupt_handler()
1173 goto exit_handler; in interrupt_handler()
1181 goto exit_handler; in interrupt_handler()
1220 exit_handler: in interrupt_handler()
/linux-6.1.9/drivers/block/mtip32xx/
Dmtip32xx.c3373 goto exit_handler; in mtip_cmd_timeout()
3376 goto exit_handler; in mtip_cmd_timeout()
3379 exit_handler: in mtip_cmd_timeout()