trace_reader.h | 24 typedef region_entry region_type; typedef in struct:TraceReader::symbol_entry 42 region_type *region; 87 } region_type; typedef in class:TraceReader 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...] |