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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
dso.h 137 const char *short_name, int dso_type);
dso.c 347 const char *short_name, int dso_type)
360 dso->kernel = dso_type;
header.c 1517 enum dso_kernel_type dso_type; local
1527 dso_type = DSO_TYPE_KERNEL;
1531 dso_type = DSO_TYPE_GUEST_KERNEL;
1536 dso_type = DSO_TYPE_USER;
1550 dso->kernel = dso_type;
    [all...]

Completed in 220 milliseconds