Home
last modified time | relevance | path

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

/tools/perf/util/
Dsymbol_conf.h13 bool try_vmlinux_path, member
Dsymbol.c54 .try_vmlinux_path = true,
2252 if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0) in symbol__init()
/tools/perf/
Dbuiltin-kallsyms.c64 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
Dbuiltin-annotate.c603 symbol_conf.try_vmlinux_path = true; in cmd_annotate()
Dbuiltin-probe.c636 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
Dbuiltin-top.c1664 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
/tools/perf/tests/
Dbuiltin-test.c725 symbol_conf.try_vmlinux_path = true; in cmd_test()