HomeSort by relevance Sort by last modified time
    Searched defs:vmlinux_name (Results 1 - 3 of 3) sorted by null

  /external/linux-tools-perf/util/
symbol.h 106 const char *vmlinux_name, member in struct:symbol_conf
probe-event.c 84 if (symbol_conf.vmlinux_name == NULL)
87 pr_debug("Use vmlinux: %s\n", symbol_conf.vmlinux_name);
137 const char *vmlinux_name; local
152 vmlinux_name = symbol_conf.vmlinux_name;
153 if (vmlinux_name) {
154 if (dso__load_vmlinux(dso, map, vmlinux_name, NULL) <= 0)
    [all...]
symbol.c 2221 const char *vmlinux_name = NULL; local
    [all...]

Completed in 211 milliseconds