Home
last modified time | relevance | path

Searched refs:exit (Results 1 – 16 of 16) sorted by relevance

/kernel/events/
Dcallchain.c118 goto exit; in get_callchain_buffers()
130 goto exit; in get_callchain_buffers()
135 exit: in get_callchain_buffers()
Dcore.c7318 goto exit; in __perf_event_output()
7324 exit: in __perf_event_output()
9351 goto exit; in swevent_hlist_get_cpu()
9356 exit: in swevent_hlist_get_cpu()
/kernel/trace/
Dtrace_stat.c139 goto exit; in stat_seq_init()
143 goto exit; in stat_seq_init()
160 exit: in stat_seq_init()
DKconfig393 Basic tracer to catch the syscall entry and exit events.
/kernel/
Dksysfs.c251 goto exit; in ksysfs_init()
270 exit: in ksysfs_init()
Dptrace.c976 info->exit.rval = syscall_get_error(child, regs); in ptrace_get_syscall_info_exit()
977 info->exit.is_error = !!info->exit.rval; in ptrace_get_syscall_info_exit()
978 if (!info->exit.is_error) in ptrace_get_syscall_info_exit()
979 info->exit.rval = syscall_get_return_value(child, regs); in ptrace_get_syscall_info_exit()
982 return offsetofend(struct ptrace_syscall_info, exit.is_error); in ptrace_get_syscall_info_exit()
Dmodule.c1024 if (mod->init && !mod->exit) { in SYSCALL_DEFINE2()
1040 if (mod->exit != NULL) in SYSCALL_DEFINE2()
1041 mod->exit(); in SYSCALL_DEFINE2()
1077 if (mod->init != NULL && mod->exit == NULL) { in print_unload_info()
4534 exitcall_t *exit; in cfi_init() local
4541 exit = (exitcall_t *) in cfi_init()
4547 if (exit) mod->exit = *exit; in cfi_init()
Dkcov.c474 goto exit; in kcov_mmap()
487 exit: in kcov_mmap()
Dsys.c1884 goto exit; in prctl_set_mm_exe_file()
1888 goto exit; in prctl_set_mm_exe_file()
1917 exit: in prctl_set_mm_exe_file()
1923 goto exit; in prctl_set_mm_exe_file()
Dexit.c951 SYSCALL_DEFINE1(exit, int, error_code) in SYSCALL_DEFINE1() argument
Daudit.c1686 .exit = audit_net_exit,
/kernel/power/
Dhibernate.c823 goto exit; in hibernate_quiet_exec()
879 exit: in hibernate_quiet_exec()
/kernel/sched/
Dcpufreq_schedutil.c900 .exit = sugov_exit,
/kernel/kcsan/
Dkcsan-test.c1167 .exit = test_exit,
/kernel/printk/
Dprintk.c2961 if (console->exit) in unregister_console()
2962 res = console->exit(console); in unregister_console()
/kernel/cgroup/
Dcgroup.c5812 have_exit_callback |= (bool)ss->exit << ss->id; in cgroup_init_subsys()
6401 ss->exit(tsk); in cgroup_exit()