Searched refs:DSO_SPACE__USER (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/perf/util/
H A Dmap.c556 if (dso->kernel == DSO_SPACE__USER)
584 if (dso->kernel == DSO_SPACE__USER)
H A Ddso.h50 DSO_SPACE__USER = 0, enumerator in enum:dso_space_type
H A Ddso.c1343 dso->kernel = DSO_SPACE__USER;
H A Dheader.c2294 dso_space = DSO_SPACE__USER;
2313 if (dso_space != DSO_SPACE__USER) {
H A Dsymbol.c1704 return !kmod && dso->kernel == DSO_SPACE__USER;
H A Dsymbol-elf.c1308 if (dso->kernel == DSO_SPACE__USER)

Completed in 319 milliseconds