Searched refs:region_type (Results 1 – 7 of 7) sorted by relevance
24 typedef region_entry region_type; typedef42 region_type *region;87 } region_type; typedef89 typedef typename HashTable<region_type*>::entry_type hash_entry_type;189 region_type **regions;226 void AddPredefinedRegion(region_type *region, const char *path,229 void InitRegionSymbols(region_type *region, int nsymbols);230 void AddRegionSymbol(region_type *region, int idx,235 bool ReadElfSymbols(region_type *region, uint32_t flags);236 void AddRegion(ProcessState *pstate, region_type *region);[all …]
19 typedef TraceReaderType::region_type region_type; typedef58 if (lump_kernel && (sym->region->flags & region_type::kIsKernelRegion)) { in GetSymbol()67 if (lump_libraries && (sym->region->flags & region_type::kIsLibraryRegion)) { in GetSymbol()81 if (include_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion)) in IsIncludedProcedure()83 if (include_library_syms && (sym->region->flags & region_type::kIsLibraryRegion)) in IsIncludedProcedure()90 if (exclude_kernel_syms && (sym->region->flags & region_type::kIsKernelRegion)) in IsExcludedProcedure()92 if (exclude_library_syms && (sym->region->flags & region_type::kIsLibraryRegion)) in IsExcludedProcedure()
185 uint32_t region_mask = region_type::kIsKernelRegion in main()186 | region_type::kIsUserMappedRegion; in main()187 if ((flags & region_mask) == region_type::kIsKernelRegion) { in main()229 if (flags & region_type::kIsKernelRegion) { in main()
51 typedef typename FRAME::symbol_type::region_type region_type; typedef99 region_type mDummyRegion;131 memset(&mDummyRegion, 0, sizeof(region_type)); in CallStack()176 && (function->region->flags & region_type::kIsKernelRegion) == 0) { in updateStack()344 const uint32_t kIsKernelRegion = region_type::kIsKernelRegion; in getAction()435 const uint32_t kIsKernelRegion = region_type::kIsKernelRegion; in doPush()664 const uint32_t kIsKernelRegion = region_type::kIsKernelRegion; in doPop()
122 if (sym->region->flags & region_type::kIsKernelRegion) in main()
37 if (function->region->flags & region_type::kIsKernelRegion) in getFrameType()
141 if (psym->region->flags & region_type::kIsKernelRegion) in main()