Home
last modified time | relevance | path

Searched refs:region_type (Results 1 – 7 of 7) sorted by relevance

/sdk/emulator/qtools/
Dtrace_reader.h24 typedef region_entry region_type; typedef
42 region_type *region;
87 } region_type; typedef
89 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 …]
Dparse_options-inl.h19 typedef TraceReaderType::region_type region_type; typedef
58 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()
Dq2dm.cpp185 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()
Dcallstack.h51 typedef typename FRAME::symbol_type::region_type region_type; typedef
99 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()
Dprofile_trace.cpp122 if (sym->region->flags & region_type::kIsKernelRegion) in main()
Dstack_dump.cpp37 if (function->region->flags & region_type::kIsKernelRegion) in getFrameType()
Dcoverage.cpp141 if (psym->region->flags & region_type::kIsKernelRegion) in main()