Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsymbol_conf.h13 bool try_vmlinux_path, member
H A Dsymbol.c54 .try_vmlinux_path = true,
2466 if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0) in symbol__init()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-kallsyms.c64 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
H A Dbuiltin-annotate.c607 symbol_conf.try_vmlinux_path = true; in cmd_annotate()
H A Dbuiltin-probe.c641 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
H A Dbuiltin-top.c1730 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
/OK3568_Linux_fs/kernel/tools/perf/tests/
H A Dbuiltin-test.c802 symbol_conf.try_vmlinux_path = true; in cmd_test()