Searched refs:stats_ctx (Results 1 – 5 of 5) sorted by relevance
551 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local552 bpf_stats_enter(&stats_ctx, profiler_bpf_proc_sys_write); in BPF_KPROBE()587 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &sysctl_data->meta); in BPF_KPROBE()594 bpf_stats_exit(&stats_ctx); in BPF_KPROBE()601 struct bpf_func_stats_ctx stats_ctx; in tracepoint__syscalls__sys_enter_kill() local603 bpf_stats_enter(&stats_ctx, profiler_bpf_sys_enter_kill); in tracepoint__syscalls__sys_enter_kill()607 bpf_stats_exit(&stats_ctx); in tracepoint__syscalls__sys_enter_kill()615 struct bpf_func_stats_ctx stats_ctx; in raw_tracepoint__sched_process_exit() local616 bpf_stats_enter(&stats_ctx, profiler_bpf_sched_process_exit); in raw_tracepoint__sched_process_exit()662 bpf_stats_pre_submit_var_perf_event(&stats_ctx, &kill_data->meta); in raw_tracepoint__sched_process_exit()[all …]
178 req.stat_ctx_id = cpu_to_le32(rdev->stats_ctx.fw_id); in bng_re_stats_ctx_free() 192 struct bng_re_stats *stats = &rdev->stats_ctx; in bng_re_stats_ctx_alloc() 262 bng_re_free_stats_ctx_mem(rdev->bng_res.pdev, &rdev->stats_ctx); in bng_re_dev_uninit() 363 &rdev->stats_ctx); in bng_re_dev_init() 377 rc = bng_re_init_rcfw(&rdev->rcfw, &rdev->stats_ctx); in bng_re_dev_init() 389 bng_re_free_stats_ctx_mem(rdev->bng_res.pdev, &rdev->stats_ctx); in bng_re_dev_init()
82 struct bng_re_stats stats_ctx; member
209 struct bng_re_stats *stats_ctx);
738 struct bng_re_stats *stats_ctx) in bng_re_init_rcfw() argument759 req.stat_ctx_id = cpu_to_le32(stats_ctx->fw_id); in bng_re_init_rcfw()