Home
last modified time | relevance | path

Searched defs:functionName (Results 1 – 15 of 15) sorted by relevance

/developtools/profiler/host/smartperf/ide/src/trace/component/metrics/
DSysCallsStrategy.ts50 functionName: string; property
DSysCallsTopStrategy.ts72 functionName: string; property
DDistributeTermStrategy.ts113 functionName: string; property
/developtools/smartperf_host/ide/src/trace/component/metrics/
DSysCallsStrategy.ts50 functionName: string; property
DSysCallsTopStrategy.ts72 functionName: string; property
DDistributeTermStrategy.ts29 functionName: string; property
/developtools/profiler/host/smartperf/ide/src/hdc/message/
DTransferConfig.ts134 get functionName(): string { method in TransferConfig
138 set functionName(value: string) { method in TransferConfig
/developtools/smartperf_host/ide/src/hdc/message/
DTransferConfig.ts134 get functionName(): string { method in TransferConfig
138 set functionName(value: string) { method in TransferConfig
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_cpu_profiler_parser.cpp24 std::string functionName; member
76 auto functionName = node.callFrame.functionName; in ParseJsCpuProfiler() local
/developtools/ace_ets2bundle/compiler/src/
Dprocess_component_member.ts627 const functionName: string = isSimpleType(type, program) ? constant
1125 const functionName: string = isSimpleType(type, program) ? constant
/developtools/hdc/src/common/
Dtransfer.h34 string functionName; member
Dbase.cpp199 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, const char *msg, ...) in PrintLogEx()
265 void PrintLogEx(const char *functionName, int line, uint8_t logLevel, char *msg, ...) in PrintLogEx()
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dnative_hook_filter.cpp714 auto functionName = traceDataCache_->dataDict_.GetDataFromDict(functionNameIndex); in GetNativeHookFrameVaddrs() local
/developtools/smartperf_host/trace_streamer/src/filter/
Dnative_hook_filter.cpp722 auto functionName = traceDataCache_->dataDict_.GetDataFromDict(functionNameIndex); in GetNativeHookFrameVaddrs() local
/developtools/smartperf_host/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp2808 uint32_t functionName, in AppendNewData()