Lines Matching refs:stats_ctx

561 	struct bpf_func_stats_ctx stats_ctx;  in BPF_KPROBE()  local
562 bpf_stats_enter(&stats_ctx, profiler_bpf_proc_sys_write); in BPF_KPROBE()
601 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &sysctl_data->meta); in BPF_KPROBE()
608 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
615 struct bpf_func_stats_ctx stats_ctx; in tracepoint__syscalls__sys_enter_kill() local
617 bpf_stats_enter(&stats_ctx, profiler_bpf_sys_enter_kill); in tracepoint__syscalls__sys_enter_kill()
621 bpf_stats_exit(&stats_ctx); in tracepoint__syscalls__sys_enter_kill()
629 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_exit() local
630 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exit); in raw_tracepoint__sched_process_exit()
680 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &kill_data->meta); in raw_tracepoint__sched_process_exit()
690 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exit()
697 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_exec() local
698 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exec); in raw_tracepoint__sched_process_exec()
764 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &proc_exec_data->meta); in raw_tracepoint__sched_process_exec()
771 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exec()
778 struct bpf_func_stats_ctx stats_ctx; in kprobe_ret__do_filp_open() local
779 bpf_stats_enter(&stats_ctx, profiler_bpf_do_filp_open_ret); in kprobe_ret__do_filp_open()
831 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &filemod_data->meta); in kprobe_ret__do_filp_open()
836 bpf_stats_exit(&stats_ctx); in kprobe_ret__do_filp_open()
846 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local
847 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_link); in BPF_KPROBE()
895 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &filemod_data->meta); in BPF_KPROBE()
900 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
908 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local
909 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_symlink); in BPF_KPROBE()
953 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &filemod_data->meta); in BPF_KPROBE()
958 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
965 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_fork() local
966 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_fork); in raw_tracepoint__sched_process_fork()
982 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &fork_data->meta); in raw_tracepoint__sched_process_fork()
988 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_fork()