Home
last modified time | relevance | path

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

/Linux-v5.4/tools/lib/bpf/
Dlibbpf.h508 struct bpf_prog_info_linear { struct
519 LIBBPF_API struct bpf_prog_info_linear * argument
523 bpf_program__bpil_addr_to_offs(struct bpf_prog_info_linear *info_linear);
526 bpf_program__bpil_offs_to_addr(struct bpf_prog_info_linear *info_linear);
Dlibbpf.c5747 struct bpf_prog_info_linear *
5750 struct bpf_prog_info_linear *info_linear; in bpf_program__get_prog_info_linear()
5794 info_linear = malloc(sizeof(struct bpf_prog_info_linear) + data_len); in bpf_program__get_prog_info_linear()
5860 void bpf_program__bpil_addr_to_offs(struct bpf_prog_info_linear *info_linear) in bpf_program__bpil_addr_to_offs()
5880 void bpf_program__bpil_offs_to_addr(struct bpf_prog_info_linear *info_linear) in bpf_program__bpil_offs_to_addr()
/Linux-v5.4/tools/perf/util/
Dbpf-event.h22 struct bpf_prog_info_linear *info_linear;
Dbpf-event.c37 struct bpf_prog_info_linear *info_linear; in machine__process_bpf_event_load()
166 struct bpf_prog_info_linear *info_linear; in perf_event__synthesize_one_bpf_prog()
346 struct bpf_prog_info_linear *info_linear; in perf_env__add_bpf_info()
Dheader.c938 len = sizeof(struct bpf_prog_info_linear) + in write_bpf_prog_info()
2681 struct bpf_prog_info_linear *info_linear; in process_bpf_prog_info()
2712 info_linear = malloc(sizeof(struct bpf_prog_info_linear) + in process_bpf_prog_info()
Dannotate.c1716 struct bpf_prog_info_linear *info_linear; in symbol__disassemble_bpf()
/Linux-v5.4/tools/perf/Documentation/
Dperf.data-file-format.txt349 struct bpf_prog_info_linear, which contains detailed information about
/Linux-v5.4/tools/bpf/bpftool/
Dprog.c413 struct bpf_prog_info_linear *info_linear; in do_dump()