Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dsymbol_conf.h13 bool try_vmlinux_path, member
H A Dsymbol.c54 .try_vmlinux_path = true,
2433 if (symbol_conf.try_vmlinux_path && vmlinux_path__init(env) < 0) in symbol__init()
/openbmc/linux/tools/perf/
H A Dbuiltin-kallsyms.c65 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_kallsyms()
H A Dbuiltin-probe.c669 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in __cmd_probe()
H A Dbuiltin-annotate.c684 symbol_conf.try_vmlinux_path = true; in cmd_annotate()
H A Dbuiltin-top.c1793 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
/openbmc/linux/tools/perf/tests/
H A Dbuiltin-test.c552 symbol_conf.try_vmlinux_path = true; in cmd_test()