Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
Dbpf-event.h22 struct bpf_prog_info_linear *info_linear;
Dbpf-event.c40 struct bpf_prog_info_linear *info_linear; in machine__process_bpf_event_load()
171 struct bpf_prog_info_linear *info_linear; in perf_event__synthesize_one_bpf_prog()
441 struct bpf_prog_info_linear *info_linear; in perf_env__add_bpf_info()
Dheader.c972 len = sizeof(struct bpf_prog_info_linear) + in write_bpf_prog_info()
2875 struct bpf_prog_info_linear *info_linear; in process_bpf_prog_info()
2906 info_linear = malloc(sizeof(struct bpf_prog_info_linear) + in process_bpf_prog_info()
Dannotate.c1693 struct bpf_prog_info_linear *info_linear; in symbol__disassemble_bpf()
/kernel/linux/linux-5.10/tools/lib/bpf/
Dlibbpf.h682 struct bpf_prog_info_linear { struct
693 LIBBPF_API struct bpf_prog_info_linear * argument
697 bpf_program__bpil_addr_to_offs(struct bpf_prog_info_linear *info_linear);
700 bpf_program__bpil_offs_to_addr(struct bpf_prog_info_linear *info_linear);
Dlibbpf.c8736 struct bpf_prog_info_linear *info_linear; in libbpf_find_prog_btf_id()
10508 struct bpf_prog_info_linear *
10511 struct bpf_prog_info_linear *info_linear; in bpf_program__get_prog_info_linear()
10555 info_linear = malloc(sizeof(struct bpf_prog_info_linear) + data_len); in bpf_program__get_prog_info_linear()
10621 void bpf_program__bpil_addr_to_offs(struct bpf_prog_info_linear *info_linear) in bpf_program__bpil_addr_to_offs()
10641 void bpf_program__bpil_offs_to_addr(struct bpf_prog_info_linear *info_linear) in bpf_program__bpil_offs_to_addr()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
Dbtf_dumper.c35 struct bpf_prog_info_linear *prog_info = NULL; in dump_prog_id_as_func_ptr()
Dprog.c783 struct bpf_prog_info_linear *info_linear; in do_dump()
1866 struct bpf_prog_info_linear *info_linear; in profile_target_name()
/kernel/linux/linux-5.10/tools/perf/Documentation/
Dperf.data-file-format.txt349 struct bpf_prog_info_linear, which contains detailed information about