Home
last modified time | relevance | path

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

/linux/Documentation/bpf/
H A Ddrgn.rst191 .stats = (struct bpf_prog_stats *)0x603fe3a1f6d0,
/linux/include/linux/
H A Dfilter.h667 struct bpf_prog_stats { struct
705 struct bpf_prog_stats *stats; in __bpf_prog_run()
H A Dbpf.h1715 struct bpf_prog_stats __percpu *stats;
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c1265 struct bpf_prog_stats *stats; in test_1_recursion_detected()
/linux/kernel/bpf/
H A Dcore.c154 prog->stats = alloc_percpu_gfp(struct bpf_prog_stats, gfp_flags); in bpf_prog_alloc()
163 struct bpf_prog_stats *pstats; in bpf_prog_alloc()
H A Dsyscall.c2406 struct bpf_prog_stats *stats; in bpf_prog_inc_misses_counter()
2422 const struct bpf_prog_stats *st; in bpf_prog_get_stats()