Home
last modified time | relevance | path

Searched refs:nr_func_info (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dbtf.c4336 if (CHECK(info.nr_func_info != 3, in do_test_file()
4338 info.nr_func_info)) { in do_test_file()
4349 func_info = malloc(info.nr_func_info * rec_size); in do_test_file()
4357 info.nr_func_info = 3; in do_test_file()
4368 if (CHECK(info.nr_func_info != 3, in do_test_file()
4370 info.nr_func_info)) { in do_test_file()
5980 __u32 nr_func_info; in test_get_finfo() local
5990 nr_func_info = test->func_info_cnt - test->dead_func_cnt; in test_get_finfo()
5991 if (CHECK(info.nr_func_info != nr_func_info, in test_get_finfo()
5993 info.nr_func_info)) { in test_get_finfo()
[all …]
/tools/perf/util/
Dbpf-event.c236 if (info->btf_id && info->nr_func_info && info->func_info_rec_size) { in perf_event__synthesize_one_bpf_prog()
238 if (sub_prog_cnt != info->nr_func_info) { in perf_event__synthesize_one_bpf_prog()
/tools/bpf/bpftool/
Dbtf_dumper.c67 if (!info->btf_id || !info->nr_func_info) in dump_prog_id_as_func_ptr()
/tools/include/uapi/linux/
Dbpf.h5588 __u32 nr_func_info; member
/tools/lib/bpf/
Dlibbpf.c10324 offsetof(struct bpf_prog_info, nr_func_info),