Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/tests/
Dbuiltin-test.c322 symbol_conf.try_vmlinux_path = true; in cmd_test()
/linux-4.1.27/tools/perf/util/
Dsymbol.h86 bool try_vmlinux_path, member
Dsymbol.c35 .try_vmlinux_path = true,
1935 if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0) in symbol__init()
/linux-4.1.27/tools/perf/
Dbuiltin-annotate.c350 symbol_conf.try_vmlinux_path = true; in cmd_annotate()
Dbuiltin-probe.c438 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
Dbuiltin-top.c1251 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()