Home
last modified time | relevance | path

Searched refs:stats_ctx (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h551 struct bpf_func_stats_ctx stats_ctx; in BPF_KPROBE() local
552 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() local
603 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() local
616 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, in raw_tracepoint__sched_process_exit()
679 struct bpf_func_stats_ctx stats_ctx; raw_tracepoint__sched_process_exec() local
757 struct bpf_func_stats_ctx stats_ctx; kprobe_ret__do_filp_open() local
823 struct bpf_func_stats_ctx stats_ctx; BPF_KPROBE() local
881 struct bpf_func_stats_ctx stats_ctx; BPF_KPROBE() local
934 struct bpf_func_stats_ctx stats_ctx; raw_tracepoint__sched_process_fork() local
[all...]
/linux/drivers/infiniband/hw/bng_re/
H A Dbng_dev.c193 req.stat_ctx_id = cpu_to_le32(rdev->stats_ctx.fw_id); in bng_re_stats_ctx_free()
207 struct bng_re_stats *stats = &rdev->stats_ctx; in bng_re_stats_ctx_alloc()
278 bng_re_free_stats_ctx_mem(rdev->bng_res.pdev, &rdev->stats_ctx); in bng_re_dev_uninit()
382 &rdev->stats_ctx); in bng_re_dev_init()
396 rc = bng_re_init_rcfw(&rdev->rcfw, &rdev->stats_ctx); in bng_re_dev_init()
408 bng_re_free_stats_ctx_mem(rdev->bng_res.pdev, &rdev->stats_ctx); in bng_re_dev_init()
H A Dbng_re.h82 struct bng_re_stats stats_ctx; member
H A Dbng_fw.h209 struct bng_re_stats *stats_ctx);
H A Dbng_fw.c739 struct bng_re_stats *stats_ctx) in bng_re_init_rcfw() argument
760 req.stat_ctx_id = cpu_to_le32(stats_ctx->fw_id); in bng_re_init_rcfw()
/linux/drivers/infiniband/hw/bnxt_re/
H A Dqplib_sp.c377 req.stats_ctx = cpu_to_le16(CMDQ_ADD_GID_STATS_CTX_STATS_CTX_VALID | in bnxt_qplib_add_sgid()