Home
last modified time | relevance | path

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

/Linux-v5.15/tools/perf/util/
Dbpf-event.h22 struct bpf_prog_info_linear *info_linear;
Dbpf-event.c51 struct bpf_prog_info_linear *info_linear; in machine__process_bpf_event_load()
178 struct bpf_prog_info_linear *info_linear; in perf_event__synthesize_one_bpf_prog()
455 struct bpf_prog_info_linear *info_linear; in perf_env__add_bpf_info()
Dbpf_counter.c64 struct bpf_prog_info_linear *info_linear; in bpf_target_prog_name()
Dheader.c1009 len = sizeof(struct bpf_prog_info_linear) + in write_bpf_prog_info()
3021 struct bpf_prog_info_linear *info_linear; in process_bpf_prog_info()
3052 info_linear = malloc(sizeof(struct bpf_prog_info_linear) + in process_bpf_prog_info()
Dannotate.c1703 struct bpf_prog_info_linear *info_linear; in symbol__disassemble_bpf()
/Linux-v5.15/tools/lib/bpf/
Dlibbpf.h805 struct bpf_prog_info_linear { struct
816 LIBBPF_API struct bpf_prog_info_linear * argument
820 bpf_program__bpil_addr_to_offs(struct bpf_prog_info_linear *info_linear);
823 bpf_program__bpil_offs_to_addr(struct bpf_prog_info_linear *info_linear);
Dlibbpf.c8356 struct bpf_prog_info_linear *info_linear; in libbpf_find_prog_btf_id()
10356 struct bpf_prog_info_linear *
10359 struct bpf_prog_info_linear *info_linear; in bpf_program__get_prog_info_linear()
10403 info_linear = malloc(sizeof(struct bpf_prog_info_linear) + data_len); in bpf_program__get_prog_info_linear()
10469 void bpf_program__bpil_addr_to_offs(struct bpf_prog_info_linear *info_linear) in bpf_program__bpil_addr_to_offs()
10489 void bpf_program__bpil_offs_to_addr(struct bpf_prog_info_linear *info_linear) in bpf_program__bpil_offs_to_addr()
/Linux-v5.15/tools/bpf/bpftool/
Dbtf_dumper.c35 struct bpf_prog_info_linear *prog_info = NULL; in dump_prog_id_as_func_ptr()
Dprog.c794 struct bpf_prog_info_linear *info_linear; in do_dump()
2007 struct bpf_prog_info_linear *info_linear; in profile_target_name()
/Linux-v5.15/tools/perf/Documentation/
Dperf.data-file-format.txt349 struct bpf_prog_info_linear, which contains detailed information about