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

  /external/linux-tools-perf/src/tools/perf/util/
dso.h 32 DSO_TYPE_GUEST_KERNEL
symbol.c 633 dso->kernel == DSO_TYPE_GUEST_KERNEL &&
676 if (dso->kernel == DSO_TYPE_GUEST_KERNEL)
716 dso->kernel == DSO_TYPE_GUEST_KERNEL &&
872 if (dso->kernel == DSO_TYPE_GUEST_KERNEL)
909 if (dso->kernel == DSO_TYPE_GUEST_KERNEL)
997 else if (dso->kernel == DSO_TYPE_GUEST_KERNEL)
1136 if (dso->kernel == DSO_TYPE_GUEST_KERNEL)
1148 if (dso->kernel == DSO_TYPE_GUEST_KERNEL)
    [all...]
machine.c 455 DSO_TYPE_GUEST_KERNEL);
920 kernel_type = DSO_TYPE_GUEST_KERNEL;
    [all...]
header.c 1531 dso_type = DSO_TYPE_GUEST_KERNEL;
    [all...]

Completed in 97 milliseconds