Home
last modified time | relevance | path

Searched defs:symbol (Results 1 – 25 of 49) sorted by relevance

12

/developtools/profiler/device/plugins/ftrace_plugin/test/unittest/
Dprintk_formats_parser_test.cpp161 std::string symbol = PrintkFormatsParser::GetInstance().GetSymbol(0); variable
176 std::string symbol = entry.second; variable
179 std::string symbol = PrintkFormatsParser::GetInstance().GetSymbol(CPU_ON_ADDR); variable
195 std::string symbol = PrintkFormatsParser::GetInstance().GetSymbol(1); variable
209 std::string symbol = RandomString(RandomInt(1, SYMBOL_MAX_SIZE)); variable
/developtools/ace_ets2bundle/compiler/
Dbuild_kitConfigs_file.js52 function getImportDeclarationInfo(statement, symbol) { argument
83 function processNamedImports(elements, symbol, source) { argument
93 function addSymbol(symbol, name, source, bindings) { argument
94 symbol[name] = { variable
/developtools/hiperf/test/unittest/common/native/
Dsymbols_file_test.cpp94 for (auto symbol : symbols) { in CheckSymbols() local
262 for (auto &symbol : symbols) { variable
870 for (DfxSymbol symbol : symbolsFile->GetSymbols()) { variable
911 for (auto &symbol : symbolsFile->symbols_) { variable
917 auto symbol = symbolsFile->GetSymbolWithVaddr(matchedVaddr); variable
1001 auto symbol = symbolsFile->GetSymbolWithPcAndMap(ip, map); variable
1024 auto symbol = symbolsFile->GetSymbolWithPcAndMap(ip, map); variable
1047 auto symbol = symbolsFile->GetSymbolWithPcAndMap(ip, map); variable
1070 auto symbol = symbolsFile->GetSymbolWithPcAndMap(ip, map); variable
1087 auto symbol = symbolsFile->GetSymbolWithPcAndMap(ip, map); variable
Dvirtual_runtime_test.cpp275 DfxSymbol symbol; variable
412 DfxSymbol symbol; variable
Dsubcommand_dump_test.cpp355 std::string symbol = "0xffffffc01160072c : __schedule"; variable
509 std::string symbol = "0xffffffc011600984 : schedule"; variable
663 std::string symbol = "0xffffffc0102fafa0 : ksys_read"; variable
817 std::string symbol = "0xffffffc0100030c4 : el0_sync_compat"; variable
828 std::string symbol = "unable open file"; variable
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dkernel_symbols_processor.cpp36 bool KernelSymbolsProcessor::IsValidKernelSymbol(const KernelSymbol &symbol) in IsValidKernelSymbol()
56 KernelSymbol symbol; in HandleKallSyms() local
/developtools/profiler/device/plugins/native_daemon/src/
Dvirtual_runtime.cpp112 void VirtualRuntime::MakeCallFrame(DfxSymbol &symbol, CallFrame &callFrame) in MakeCallFrame()
153 auto symbol = GetSymbol(callFrame, pid, tid, in GetSymbolName() local
400 bool VirtualRuntime::GetSymbolCache(uint64_t ip, DfxSymbol &symbol, const VirtualThread &thread) in GetSymbolCache()
413 void VirtualRuntime::UpdateSymbolCache(uint64_t ip, DfxSymbol &symbol, in UpdateSymbolCache()
425 DfxSymbol symbol; in GetSymbol() local
501 void VirtualRuntime::FillSymbolNameId(CallFrame& callFrame, DfxSymbol& symbol) in FillSymbolNameId()
513 void VirtualRuntime::FillFileSet(CallFrame& callFrame, const DfxSymbol& symbol) in FillFileSet()
608 bool VirtualRuntime::ArktsGetSymbolCache(CallFrame& callFrame, DfxSymbol &symbol) in ArktsGetSymbolCache()
640 void VirtualRuntime::FillJsSymbolCache(CallFrame& callFrame, const DfxSymbol& symbol) in FillJsSymbolCache()
Dsymbols_file.cpp363 for (auto& symbol: symbols_) { in UpdateSymbols() local
882 DfxSymbol symbol(ip, ""); in GetSymbolWithPcAndMap() local
1006 DfxSymbol symbol; in GetSymbolWithVaddr() local
1116 for (auto symbol : symbols) { in ExportSymbolToFileFormat() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/data-trafic/
DArkTsReceiver.ts112 const symbol = new JsProfilerSymbol(); constant
143 const symbol = new JsCpuProfilerSample(); constant
195 for (const [idx, symbol] of sample.stack!.entries()) { constant
248 for (const [idx, symbol] of sample.stack!.entries()) { constant
/developtools/profiler/hiebpf/src/
Dkernel_symbol_info.cpp24 void KernelSymbolInfo::GetSymbol(const std::string &line, SymbolItem &symbol) in GetSymbol()
64 for (auto &symbol : symbolItems) { in GetBinary() local
/developtools/profiler/device/plugins/native_daemon/test/unittest/common/native/
Dsymbols_file_test.cpp128 for (auto symbol : symbols) { in CheckSymbols() local
298 for (auto &symbol : symbols) { variable
953 for (DfxSymbol symbol : symbolsFile->GetSymbols()) { variable
994 for (auto &symbol : symbolsFile->symbols_) { variable
1000 auto symbol = symbolsFile->GetSymbolWithVaddr(matchedVaddr); variable
Dvirtual_runtime_test.cpp153 DfxSymbol symbol; variable
/developtools/ace_ets2bundle/compiler/src/interop/src/userIntents_parser/
DparseUserIntents.ts192 …const symbol: ts.Symbol = this.checker.getTypeAtLocation(decorator.expression.expression)?.getSymb… constant
756 const symbol: ts.Type = contextualType?.getSymbol(); constant
898 const symbol: ts.Symbol | undefined = type.getSymbol(); constant
992 const symbol: Symbol | undefined = this.checker.getSymbolAtLocation(node); constant
1066 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(elem); constant
1074 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(prop); constant
1101 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(prop.initializer); constant
1134 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(arg); constant
1182 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(node); constant
/developtools/hiperf/src/
Dsymbols_file.cpp179 const DfxSymbol symbol; in GetSymbolWithPcAndMap() local
403 for (auto& symbol: symbols_) { in UpdateSymbols() local
800 DfxSymbol symbol; in GetSymbolWithPcAndMap() local
1107 DfxSymbol symbol(ip, ""); in GetSymbolWithPcAndMap() local
1233 DfxSymbol symbol(ip, ""); in GetSymbolWithPcAndMap() local
1401 DfxSymbol symbol; in GetSymbolWithVaddr() local
1511 for (const auto& symbol : symbolsFile->symbols_) { in LoadSymbolsFromSaved() local
1538 for (const auto symbol : symbols) { in ExportSymbolToFileFormat() local
1555 void SymbolsFile::AddSymbol(DfxSymbol symbol) in AddSymbol()
Dvirtual_runtime.cpp481 void VirtualRuntime::MakeCallFrame(DfxSymbol &symbol, DfxFrame &callFrame) in MakeCallFrame()
504 auto symbol = GetSymbol(ip, pid, tid, context); in SymbolicCallFrame() local
866 … DfxSymbol symbol = GetSymbol(pc, recordAuxTrace.data_.reserved__, recordAuxTrace.data_.tid); in UpdateFromRecord() local
902 DfxSymbol symbol = GetSymbol(pc, recordAuxTrace.data_.reserved__, recordAuxTrace.data_.tid); in SymbolSpeRecord() local
1111 bool VirtualRuntime::GetSymbolCache(const uint64_t fileVaddr, DfxSymbol &symbol, in GetSymbolCache()
1148 DfxSymbol symbol; in GetSymbol() local
1365 for (auto &symbol : kallsyms->GetSymbols()) { in UpdateDevhostSymbols() local
/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DPerfProfile.ts21 symbol: string = ''; property in PerfFile
82 symbol: string = ''; property in PerfCallChainMerageData
118 symbol: string | number = 0; property in PerfStack
DFrameChartStruct.ts43 symbol: string = ''; property in ChartStruct
/developtools/ace_ets2bundle/compiler/src/userIntents_parser/
DparseUserIntents.ts204 …const symbol: ts.Symbol = this.checker.getTypeAtLocation(decorator.expression.expression)?.getSymb… constant
824 const symbol: ts.Symbol = contextualType?.getSymbol(); constant
974 const symbol: ts.Symbol | undefined = type.getSymbol(); constant
1068 const symbol: Symbol | undefined = this.checker.getSymbolAtLocation(node); constant
1144 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(elem); constant
1152 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(prop); constant
1179 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(prop.initializer); constant
1214 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(arg); constant
1261 const symbol: ts.Symbol | undefined = this.checker.getSymbolAtLocation(node); constant
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprintk_formats_parser.cpp59 std::string symbol = ""; in Parse() local
/developtools/ace_ets2bundle/compiler/src/interop/src/
Dimport_path_expand.ts188 const symbol: ts.Symbol | undefined = resolveImportedSymbol(checker, moduleSpecifier, importName); constant
275 const decl = symbol.valueDeclaration ?? symbol.declarations?.[0]; constant
Dprocess_interop_ui.ts244 const symbol = this.trueSymbolAtLocation(node); constant
297 const symbol = this.typeChecker.getSymbolAtLocation(identifier); constant
Dprocess_kit_import.ts187 private symbol: KitSymbol; property in SpecificerInfo
450 const symbol: KitSymbol | undefined = this.symbols[importName]; constant
651 for (const symbol in symbols) { constant
/developtools/ace_ets2bundle/compiler/src/
Dimport_path_expand.ts188 const symbol: ts.Symbol | undefined = resolveImportedSymbol(checker, moduleSpecifier, importName); constant
275 const decl = symbol.valueDeclaration ?? symbol.declarations?.[0]; constant
Dprocess_kit_import.ts187 private symbol: KitSymbol; property in SpecificerInfo
450 const symbol: KitSymbol | undefined = this.symbols[importName]; constant
651 for (const symbol in symbols) { constant
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerFileSystem.ts73 private symbol: object | undefined; property in ProcedureLogicWorkerFileSystem
1176 symbol: string = ''; property in Stack
1202 symbol: string = ''; property in FileSysEvent

12