Lines Matching defs:sys_exit

110 			   *sys_exit;
127 *sys_exit;
131 *sys_exit,
1193 * is_open: is this "open" or "openat"? To associate the fd returned in sys_exit with the pathname in sys_enter.
1203 *sys_exit;
1517 * using ttrace->entry_time for a thread that receives a sys_exit without
2092 * echo 1 > /t/events/raw_syscalls/sys_exit/enable
2540 * sys_enter + sys_exit and other tracepoint events.
3017 rec_argv[j++] = "raw_syscalls:sys_enter,raw_syscalls:sys_exit";
3019 rec_argv[j++] = "syscalls:sys_enter,syscalls:sys_exit";
3143 struct evsel *sys_enter, *sys_exit;
3152 sys_exit = perf_evsel__raw_syscall_newtp("sys_exit", trace__sys_exit);
3153 if (sys_exit == NULL)
3156 if (perf_evsel__init_sc_tp_uint_field(sys_exit, ret))
3160 evsel__config_callchain(sys_exit, &trace->opts, &callchain_param);
3163 evlist__add(evlist, sys_exit);
3171 sys_exit->core.attr.exclude_callchain_kernel = 1;
3175 trace->syscalls.events.sys_exit = sys_exit;
3182 evsel__delete_priv(sys_exit);
3191 struct evsel *sys_exit;
3200 sys_exit = trace->syscalls.events.sys_exit;
3201 err = evsel__append_tp_filter(sys_exit, filter);
3230 trace->syscalls.prog_array.sys_exit = trace__find_bpf_map_by_name(trace, "syscalls_sys_exit");
3282 sc->bpf_prog.sys_exit = trace__find_syscall_bpf_prog(trace, sc, sc->fmt ? sc->fmt->bpf_prog_name.sys_exit : NULL, "exit");
3294 return sc ? bpf_program__fd(sc->bpf_prog.sys_exit) : bpf_program__fd(trace->syscalls.unaugmented_prog);
3462 map_exit_fd = bpf_map__fd(trace->syscalls.prog_array.sys_exit);
3509 * first and second arg (this one on the raw_syscalls:sys_exit prog
4015 if (trace->syscalls.events.sys_exit) {
4017 trace->syscalls.events.sys_exit->filter);
4253 "raw_syscalls:sys_exit");
4256 "syscalls:sys_exit");
4260 pr_err("Error during initialize raw_syscalls:sys_exit event\n");
5030 * combining raw_syscalls:sys_enter with raw_syscalls:sys_exit.
5033 * other for sys_exit when we start augmenting the sys_exit paths with
5039 bool raw_syscalls_sys_exit = strcmp(evsel__name(evsel), "raw_syscalls:sys_exit") == 0;