Home
last modified time | relevance | path

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

/external/linux-tools-perf/
Dbuiltin-annotate.c282 symbol_conf.try_vmlinux_path = true; in cmd_annotate()
Dbuiltin-probe.c288 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_probe()
Dbuiltin-test.c672 symbol_conf.try_vmlinux_path = true; in cmd_test()
Dbuiltin-top.c1154 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
/external/linux-tools-perf/util/
Dsymbol.h97 bool try_vmlinux_path, member
Dsymbol.c54 .try_vmlinux_path = true,
2487 if (symbol_conf.try_vmlinux_path && vmlinux_path__init() < 0) in symbol__init()
Dprobe-event.c85 symbol_conf.try_vmlinux_path = true; in init_vmlinux()