Home
last modified time | relevance | path

Searched refs:bpf_program__section_name (Results 1 – 9 of 9) sorted by relevance

/linux/samples/bpf/
H A Dtracex5_user.c78 section = bpf_program__section_name(prog); in main()
H A Dxdp_fwd_user.c186 sec_name = bpf_program__section_name(pos); in main()
H A Dhbm.c137 sec_name = bpf_program__section_name(pos); in prog_load()
/linux/tools/perf/util/
H A Dbpf_trace_augment.c132 sec_name = bpf_program__section_name(pos); in augmented_syscalls__find_by_title()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dempty_skb.c148 bool at_tc = !strncmp(bpf_program__section_name(prog), "tc", 2); in test_empty_skb()
H A Dfexit_bpf2bpf.c125 pos_sec_name = bpf_program__section_name(pos); in test_fexit_bpf2bpf_common()
/linux/tools/lib/bpf/
H A Dlibbpf.map209 bpf_program__section_name;
H A Dlibbpf.c9795 const char *bpf_program__section_name(const struct bpf_program *prog) in bpf_program__section_name() function
13466 sec_name = bpf_program__section_name(prog); in attach_usdt()
/linux/tools/bpf/bpftool/
H A Dgen.c597 tp_name = strchr(bpf_program__section_name(prog), '/') + 1; in codegen_attach_detach()