Home
last modified time | relevance | path

Searched refs:DSO_SPACE__KERNEL (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/perf/util/
H A Ddso.h51 DSO_SPACE__KERNEL, enumerator
H A Dmachine.c852 dso->kernel = DSO_SPACE__KERNEL; in machine__findnew_module_dso()
910 dso->kernel = DSO_SPACE__KERNEL; in machine__process_ksymbol_register()
1159 "[kernel]", DSO_SPACE__KERNEL); in machine__get_kernel()
1810 dso_space = DSO_SPACE__KERNEL; in machine__process_kernel_mmap_event()
H A Dsymbol.c1675 return dso->kernel == DSO_SPACE__KERNEL; in dso__is_compatible_symtab_type()
1783 if (dso->kernel == DSO_SPACE__KERNEL) in dso__load()
H A Dheader.c2279 dso_space = DSO_SPACE__KERNEL; in __event_process_build_id()