/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...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 71 int symbol_type; member in struct:dsp_symbol_entry
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
cs46xx_dsp_spos.h | 71 int symbol_type; member in struct:dsp_symbol_entry
|
/external/libsepol/src/ |
link.c | 76 uint32_t symbol_type; member in struct:missing_requirement [all...] |
/external/linux-tools-perf/util/ |
symbol.c | 81 bool symbol_type__is_a(char symbol_type, enum map_type map_type) 85 return symbol_type == 'T' || symbol_type == 'W'; 87 return symbol_type == 'D' || symbol_type == 'd'; 464 char symbol_type; local 479 symbol_type = toupper(line[len]); 500 prev_symbol_type = symbol_type; [all...] |
/external/chromium_org/third_party/sqlite/src/tool/ |
lemon.c | 152 enum symbol_type { enum 166 enum symbol_type type; /* Symbols are all either TERMINALS or NTs */ [all...] |