HomeSort by relevance Sort by last modified time
    Searched refs:vmlinux_path (Results 1 - 4 of 4) sorted by null

  /external/oprofile/gui/
oprof_start_config.cpp 57 string const vmlinux_path("/lib/modules/" + version
59 kernel_filename = vmlinux_path;
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
symbol.c 32 char **vmlinux_path; variable
1166 pr_debug("Looking at the vmlinux_path (%d entries long)\n",
1180 err = dso__load_vmlinux(dso, map, vmlinux_path[i], filter);
1182 dso__set_long_name(dso, strdup(vmlinux_path[i]));
1229 if (vmlinux_path != NULL) {
1350 free(vmlinux_path[vmlinux_path__nr_entries]);
1351 vmlinux_path[vmlinux_path__nr_entries] = NULL;
1354 free(vmlinux_path);
1355 vmlinux_path = NULL;
1363 vmlinux_path = malloc(sizeof(char *) * 5)
    [all...]
symbol.h 136 extern char **vmlinux_path;
machine.c 412 i + kdso->has_build_id, vmlinux_path[i]);
    [all...]

Completed in 75 milliseconds