Lines Matching refs:stats_ctx

560 	struct bpf_func_stats_ctx stats_ctx;  in BPF_KPROBE()  local
561 bpf_stats_enter(&stats_ctx, profiler_bpf_proc_sys_write); in BPF_KPROBE()
600 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &sysctl_data->meta); in BPF_KPROBE()
607 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
614 struct bpf_func_stats_ctx stats_ctx; in tracepoint__syscalls__sys_enter_kill() local
616 bpf_stats_enter(&stats_ctx, profiler_bpf_sys_enter_kill); in tracepoint__syscalls__sys_enter_kill()
620 bpf_stats_exit(&stats_ctx); in tracepoint__syscalls__sys_enter_kill()
628 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_exit() local
629 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exit); in raw_tracepoint__sched_process_exit()
679 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &kill_data->meta); in raw_tracepoint__sched_process_exit()
689 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exit()
696 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_exec() local
697 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exec); in raw_tracepoint__sched_process_exec()
763 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &proc_exec_data->meta); in raw_tracepoint__sched_process_exec()
770 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_exec()
777 struct bpf_func_stats_ctx stats_ctx; in kprobe_ret__do_filp_open() local
778 bpf_stats_enter(&stats_ctx, profiler_bpf_do_filp_open_ret); in kprobe_ret__do_filp_open()
830 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &filemod_data->meta); in kprobe_ret__do_filp_open()
835 bpf_stats_exit(&stats_ctx); in kprobe_ret__do_filp_open()
845 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local
846 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_link); in BPF_KPROBE()
894 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &filemod_data->meta); in BPF_KPROBE()
899 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
907 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local
908 bpf_stats_enter(&stats_ctx, profiler_bpf_vfs_symlink); in BPF_KPROBE()
952 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &filemod_data->meta); in BPF_KPROBE()
957 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()
964 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_fork() local
965 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_fork); in raw_tracepoint__sched_process_fork()
981 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &fork_data->meta); in raw_tracepoint__sched_process_fork()
987 bpf_stats_exit(&stats_ctx); in raw_tracepoint__sched_process_fork()