Home
last modified time | relevance | path

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

/tools/perf/util/
Dbpf-event.h22 struct bpf_prog_info_linear *info_linear;
Dbpf-event.c53 struct bpf_prog_info_linear *info_linear; in machine__process_bpf_event_load()
184 struct bpf_prog_info_linear *info_linear; in perf_event__synthesize_one_bpf_prog()
461 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.c1704 struct bpf_prog_info_linear *info_linear; in symbol__disassemble_bpf()
/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.c8380 struct bpf_prog_info_linear *info_linear; in libbpf_find_prog_btf_id()
10383 struct bpf_prog_info_linear *
10386 struct bpf_prog_info_linear *info_linear; in bpf_program__get_prog_info_linear()
10430 info_linear = malloc(sizeof(struct bpf_prog_info_linear) + data_len); in bpf_program__get_prog_info_linear()
10496 void bpf_program__bpil_addr_to_offs(struct bpf_prog_info_linear *info_linear) in bpf_program__bpil_addr_to_offs()
10516 void bpf_program__bpil_offs_to_addr(struct bpf_prog_info_linear *info_linear) in bpf_program__bpil_offs_to_addr()
/tools/bpf/bpftool/
Dbtf_dumper.c35 struct bpf_prog_info_linear *prog_info = NULL; in dump_prog_id_as_func_ptr()
Dprog.c799 struct bpf_prog_info_linear *info_linear; in do_dump()
2012 struct bpf_prog_info_linear *info_linear; in profile_target_name()
/tools/perf/Documentation/
Dperf.data-file-format.txt349 struct bpf_prog_info_linear, which contains detailed information about