Home
last modified time | relevance | path

Searched refs:func_infos (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/tools/lib/bpf/
H A Dfeatures.c484 const struct bpf_func_info_min func_infos[] = { in probe_kern_arg_ctx_tag() local
499 opts.func_info = &func_infos; in probe_kern_arg_ctx_tag()
500 opts.func_info_cnt = ARRAY_SIZE(func_infos); in probe_kern_arg_ctx_tag()
501 opts.func_info_rec_size = sizeof(func_infos[0]); in probe_kern_arg_ctx_tag()
/linux-6.15/tools/perf/util/
H A Dbpf-event.c128 void *func_infos = (void *)(uintptr_t)(info->func_info); in synthesize_bpf_prog_name() local
139 finfo = func_infos + sub_id * info->func_info_rec_size; in synthesize_bpf_prog_name()