/sdk/emulator/qtools/ |
parse_options-inl.h | 18 typedef TraceReaderType::symbol_type symbol_type; typedef 22 symbol_type *kernel_sym; 23 symbol_type *library_sym; 28 inline bool IsValidEvent(BBEvent *event, symbol_type *sym) 53 inline symbol_type *GetSymbol(TraceReaderType *trace, int pid, uint32_t addr, 56 symbol_type *sym = trace->LookupFunction(pid, addr, time); 79 inline bool IsIncludedProcedure(symbol_type *sym) 88 inline bool IsExcludedProcedure(symbol_type *sym) 101 symbol_type **sym_ptr [all...] |
callstack.h | 19 // SYM is the symbol_type from the TraceReader<> template class. To 32 typedef SYM symbol_type; typedef in class:StackFrame 39 symbol_type *function; // the symbol for the function we entered 50 typedef typename FRAME::symbol_type symbol_type; typedef in class:CallStack 51 typedef typename FRAME::symbol_type::region_type region_type; 57 void updateStack(BBEvent *event, symbol_type *function); 79 Action getAction(BBEvent *event, symbol_type *function); 80 void doMethodAction(BBEvent *event, symbol_type *function); 82 void doSimplePush(symbol_type *function, uint32_t addr [all...] |
trace_reader.h | 44 } symbol_type; typedef in class:TraceReader 56 symbol_type *LookupFunctionByName(char *name) { 86 symbol_type *symbols; 195 symbol_type *current_method_sym; 206 symbol_type *LookupFunction(int pid, uint32_t addr, uint64_t time); 207 symbol_type *GetSymbols(int *num_syms); 215 symbol_type **psym, 234 void demangle_names(int nfuncs, symbol_type *functions); 243 symbol_type *FindFunction(uint32_t addr, int nsyms, 244 symbol_type *symbols, bool exact_match) [all...] |