Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dsymbol_conf.h15 bool try_vmlinux_path, member
H A Dsymbol.c62 .try_vmlinux_path = true,
2528 if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0) in symbol__init()
/linux/tools/perf/
H A Dbuiltin-kallsyms.c76 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
H A Dbuiltin-annotate.c897 symbol_conf.try_vmlinux_path = true; in cmd_annotate()
H A Dbuiltin-top.c1842 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
/linux/tools/perf/tests/
H A Dbuiltin-test.c834 symbol_conf.try_vmlinux_path = true; in cmd_test()