Home
last modified time | relevance | path

Searched refs:vmlinux_name (Results 1 – 8 of 8) sorted by relevance

/external/linux-tools-perf/
Dbuiltin-probe.c240 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
288 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_probe()
Dbuiltin-top.c797 if (symbol_conf.vmlinux_name) { in perf_event__process_sample()
799 symbol_conf.vmlinux_name, msg); in perf_event__process_sample()
1034 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
1154 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_top()
Dbuiltin-annotate.c255 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
Dbuiltin-report.c424 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
Dbuiltin-script.c979 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
/external/linux-tools-perf/util/
Dprobe-event.c84 if (symbol_conf.vmlinux_name == NULL) in init_vmlinux()
87 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name); in init_vmlinux()
137 const char *vmlinux_name; in kernel_get_module_dso() local
152 vmlinux_name = symbol_conf.vmlinux_name; in kernel_get_module_dso()
153 if (vmlinux_name) { in kernel_get_module_dso()
154 if (dso__load_vmlinux(dso, map, vmlinux_name, NULL) <= 0) in kernel_get_module_dso()
Dsymbol.c1953 if (symbol_conf.vmlinux_name != NULL) { in dso__load_kernel_sym()
1955 symbol_conf.vmlinux_name, filter); in dso__load_kernel_sym()
1958 strdup(symbol_conf.vmlinux_name)); in dso__load_kernel_sym()
2221 const char *vmlinux_name = NULL; in machine__create_kernel() local
2225 vmlinux_name = symbol_conf.vmlinux_name; in machine__create_kernel()
2226 kernel = dso__new_kernel(vmlinux_name); in machine__create_kernel()
2229 vmlinux_name = symbol_conf.default_guest_vmlinux_name; in machine__create_kernel()
2230 kernel = dso__new_guest_kernel(machine, vmlinux_name); in machine__create_kernel()
Dsymbol.h93 const char *vmlinux_name, member