Searched refs:vmlinux_name (Results 1 – 8 of 8) sorted by relevance
/external/linux-tools-perf/ |
D | builtin-probe.c | 240 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name, 288 symbol_conf.try_vmlinux_path = (symbol_conf.vmlinux_name == NULL); in cmd_probe()
|
D | builtin-top.c | 797 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()
|
D | builtin-annotate.c | 255 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
|
D | builtin-report.c | 424 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
|
D | builtin-script.c | 979 OPT_STRING('k', "vmlinux", &symbol_conf.vmlinux_name,
|
/external/linux-tools-perf/util/ |
D | probe-event.c | 84 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()
|
D | symbol.c | 1953 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()
|
D | symbol.h | 93 const char *vmlinux_name, member
|