Home
last modified time | relevance | path

Searched refs:bpf_prog_stats (Results 1 – 7 of 7) sorted by relevance

/linux-6.14.4/Documentation/bpf/
Ddrgn.rst191 .stats = (struct bpf_prog_stats *)0x603fe3a1f6d0,
/linux-6.14.4/include/linux/
Dfilter.h655 struct bpf_prog_stats { struct
688 struct bpf_prog_stats *stats; in __bpf_prog_run()
Dbpf.h1622 struct bpf_prog_stats __percpu *stats;
/linux-6.14.4/kernel/bpf/
Dtrampoline.c917 struct bpf_prog_stats *stats; in update_prog_stats()
Dcore.c150 prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
159 struct bpf_prog_stats *pstats; in bpf_prog_alloc()
Dsyscall.c2379 struct bpf_prog_stats *stats; in bpf_prog_inc_misses_counter()
2395 const struct bpf_prog_stats *st; in bpf_prog_get_stats()
/linux-6.14.4/tools/testing/selftests/bpf/test_kmods/
Dbpf_testmod.c1245 struct bpf_prog_stats *stats; in test_1_recursion_detected()