Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
Dbuiltin-test.c232 symbol_conf.try_vmlinux_path = true; in cmd_test()
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Dsymbol.h97 bool try_vmlinux_path, member
Dsymbol.c36 .try_vmlinux_path = true,
1455 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()
180 symbol_conf.try_vmlinux_path = false; in init_user_exec()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dbuiltin-annotate.c341 symbol_conf.try_vmlinux_path = true; in cmd_annotate()
Dbuiltin-probe.c356 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_probe()
Dbuiltin-top.c1230 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()