Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/perf/util/
H A Ddso.h50 DSO_SPACE__USER = 0, enumerator
H A Dmap.c487 if (map->dso->kernel == DSO_SPACE__USER) in map__rip_2objdump()
517 if (map->dso->kernel == DSO_SPACE__USER) in map__objdump_2mem()
H A Ddso.c1268 dso->kernel = DSO_SPACE__USER; in dso__new_id()
H A Dheader.c2076 dso_space = DSO_SPACE__USER; in __event_process_build_id()
2094 if (dso_space != DSO_SPACE__USER) { in __event_process_build_id()
H A Dsymbol-elf.c900 if (dso->kernel == DSO_SPACE__USER) in symsrc__init()
H A Dsymbol.c1696 return !kmod && dso->kernel == DSO_SPACE__USER; in dso__is_compatible_symtab_type()