Home
last modified time | relevance | path

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

/linux-6.3-rc2/scripts/gdb/linux/
A Dutils.py162 def exit_handler(event): function
165 gdb.events.exited.disconnect(exit_handler)
187 gdb.events.exited.connect(exit_handler)
/linux-6.3-rc2/kernel/trace/
A 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()
A Dbpf_trace.c2851 link->fp.exit_handler = kprobe_multi_link_handler; in bpf_kprobe_multi_link_attach()
/linux-6.3-rc2/arch/arm64/kvm/
A Dhandle_exit.c294 exit_handle_fn exit_handler; in handle_trap_exceptions() local
296 exit_handler = kvm_get_exit_handler(vcpu); in handle_trap_exceptions()
297 handled = exit_handler(vcpu); in handle_trap_exceptions()
/linux-6.3-rc2/lib/
A Dtest_fprobe.c88 .exit_handler = fp_exit_handler, in test_fprobe()
114 .exit_handler = fp_exit_handler, in test_fprobe_syms()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_flow_dissector.sh70 exit_handler() function
88 trap exit_handler 0 2 3 6 9
/linux-6.3-rc2/include/linux/
A Dfprobe.h34 void (*exit_handler)(struct fprobe *fp, unsigned long entry_ip, struct pt_regs *regs); member
/linux-6.3-rc2/Documentation/trace/
A 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.3-rc2/samples/fprobe/
A Dfprobe_example.c92 sample_probe.exit_handler = sample_exit_handler; in fprobe_init()
/linux-6.3-rc2/tools/testing/selftests/net/
A Dl2_tos_ttl_inherit.sh386 exit_handler() { function
408 trap exit_handler EXIT
/linux-6.3-rc2/drivers/platform/x86/
A 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.3-rc2/drivers/tty/
A 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.3-rc2/drivers/block/mtip32xx/
A Dmtip32xx.c3373 goto exit_handler; in mtip_cmd_timeout()
3376 goto exit_handler; in mtip_cmd_timeout()
3379 exit_handler: in mtip_cmd_timeout()

Completed in 43 milliseconds