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.c4183 if (CHECK(info.nr_func_info != 3, in do_test_file()
4185 info.nr_func_info)) { in do_test_file()
4196 func_info = malloc(info.nr_func_info * rec_size); in do_test_file()
4204 info.nr_func_info = 3; in do_test_file()
4215 if (CHECK(info.nr_func_info != 3, in do_test_file()
4217 info.nr_func_info)) { in do_test_file()
5825 __u32 nr_func_info; in test_get_finfo() local
5835 nr_func_info = test->func_info_cnt - test->dead_func_cnt; in test_get_finfo()
5836 if (CHECK(info.nr_func_info != nr_func_info, in test_get_finfo()
5838 info.nr_func_info)) { in test_get_finfo()
[all …]
/tools/perf/util/
Dbpf-event.c216 if (info->btf_id && info->nr_func_info && info->func_info_rec_size) { in perf_event__synthesize_one_bpf_prog()
218 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.h4393 __u32 nr_func_info; member
/tools/lib/bpf/
Dlibbpf.c10449 offsetof(struct bpf_prog_info, nr_func_info),