Searched refs:exit_handler (Results  1 – 14 of 14) sorted by relevance
| /Linux-v6.6/lib/ | 
| 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-v6.6/scripts/gdb/linux/ | 
| D | utils.py | 185     def exit_handler(event):  function 188         gdb.events.exited.disconnect(exit_handler) 210             gdb.events.exited.connect(exit_handler)
  | 
| /Linux-v6.6/drivers/platform/x86/x86-android-tablets/ | 
| D | core.c | 130 static void (*exit_handler)(void);  variable 249 	if (exit_handler)  in x86_android_tablet_cleanup() 250 		exit_handler();  in x86_android_tablet_cleanup() 309 		exit_handler = dev_info->exit;  in x86_android_tablet_init()
  | 
| /Linux-v6.6/arch/arm64/kvm/ | 
| D | handle_exit.c | 309 		exit_handle_fn exit_handler;  in handle_trap_exceptions()  local 311 		exit_handler = kvm_get_exit_handler(vcpu);  in handle_trap_exceptions() 312 		handled = exit_handler(vcpu);  in handle_trap_exceptions()
  | 
| /Linux-v6.6/Documentation/trace/ | 
| 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-v6.6/kernel/trace/ | 
| 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() 195 	if (!fp->exit_handler) {  in fprobe_init_rethook()
  | 
| D | trace_fprobe.c | 72 	return tf->fp.exit_handler != NULL;  in trace_fprobe_is_return() 385 		tf->fp.exit_handler = fexit_dispatcher;  in alloc_trace_fprobe()
  | 
| D | bpf_trace.c | 2963 		link->fp.exit_handler = kprobe_multi_link_exit_handler;  in bpf_kprobe_multi_link_attach()
  | 
| /Linux-v6.6/tools/testing/selftests/bpf/ | 
| D | test_flow_dissector.sh | 70 exit_handler()  function 88 trap exit_handler 0 2 3 6 9
  | 
| /Linux-v6.6/include/linux/ | 
| D | fprobe.h | 40 	void (*exit_handler)(struct fprobe *fp, unsigned long entry_ip,  member
  | 
| /Linux-v6.6/samples/fprobe/ | 
| D | fprobe_example.c | 97 	sample_probe.exit_handler = sample_exit_handler;  in fprobe_init()
  | 
| /Linux-v6.6/tools/testing/selftests/net/ | 
| D | l2_tos_ttl_inherit.sh | 386 exit_handler() {  function 408 trap exit_handler EXIT
  | 
| /Linux-v6.6/drivers/tty/ | 
| D | nozomi.c | 1146 		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-v6.6/drivers/block/mtip32xx/ | 
| D | mtip32xx.c | 3373 		goto exit_handler;  in mtip_cmd_timeout() 3376 		goto exit_handler;  in mtip_cmd_timeout() 3379 exit_handler:  in mtip_cmd_timeout()
  |