Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/
Dvmlinux-kallsyms.c215 struct symbol *pair, *first_pair; in test__vmlinux_matches_kallsyms() local
225 first_pair = machine__find_kernel_symbol(&kallsyms, mem_start, NULL); in test__vmlinux_matches_kallsyms()
226 pair = first_pair; in test__vmlinux_matches_kallsyms()
263 mem_start, sym->name, first_pair->name); in test__vmlinux_matches_kallsyms()