DSO_TYPE_USER    1188 tools/perf/util/dso.c 		dso->kernel = DSO_TYPE_USER;
DSO_TYPE_USER    1911 tools/perf/util/header.c 		dso_type = DSO_TYPE_USER;
DSO_TYPE_USER    1923 tools/perf/util/header.c 		if (dso_type != DSO_TYPE_USER) {
DSO_TYPE_USER     539 tools/perf/util/map.c 	if (map->dso->kernel == DSO_TYPE_USER)
DSO_TYPE_USER     569 tools/perf/util/map.c 	if (map->dso->kernel == DSO_TYPE_USER)
DSO_TYPE_USER     786 tools/perf/util/symbol-elf.c 	if (dso->kernel == DSO_TYPE_USER)
DSO_TYPE_USER    1535 tools/perf/util/symbol.c 		return !kmod && dso->kernel == DSO_TYPE_USER;