Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-kallsyms.c63 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
Dbuiltin-annotate.c496 symbol_conf.try_vmlinux_path = true; in cmd_annotate()
Dbuiltin-probe.c649 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
Dbuiltin-top.c1347 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
/tools/perf/util/
Dsymbol.h92 bool try_vmlinux_path, member
Dsymbol.c41 .try_vmlinux_path = true,
2131 if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0) in symbol__init()
/tools/perf/tests/
Dbuiltin-test.c682 symbol_conf.try_vmlinux_path = true; in cmd_test()