Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMStatisticAnalysis.ts237 const typeName = data.typeName === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : data.typeName; constant
514 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
576 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
649 const typeName = it.typeName === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : it.typeName; constant
659 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
674 const typeName = this.type === TYPE_MAP_STRING ? TYPE_OTHER_MMAP : this.type; constant
771 let typeName = item.typeName; variable
844 let typeName = item.typeName; variable
894 let typeName = item.typeName; variable
DTabPaneNMCallTree.ts192 const typeName = SpSystemTrace.DATA_DICT.get(memory); constant
/developtools/profiler/device/plugins/ftrace_plugin/src/
Dftrace_parser.cpp237 static std::string SplitNameFromTypeName(const std::string& typeName) in SplitNameFromTypeName()
256 static std::string EraseNameFromTypeName(const std::string& typeName, const std::string& name) in EraseNameFromTypeName()
284 std::string typeName; in ParseFieldFormat() local
326 … bool ParseSepcialIntType(FieldFormat& field, const std::string& type, const std::string& typeName) in ParseSepcialIntType()
403 const std::string& typeName = field.typeName; in ParseFieldType() local
Dflow_controller.cpp751 for (auto& typeName : FtraceFsOps::GetInstance().GetPlatformEvents()) { in AddPlatformEventsToParser() local
/developtools/profiler/host/smartperf/client/client_command/include/
Dcontrol_call_cmd.h43 int typeName = 2; variable
/developtools/smartperf_host/ide/src/trace/bean/
DSmapsStruct.ts22 typeName: string = ''; property in Smaps
47 typeName: string = ''; property in SmapsTreeObj
/developtools/smartperf_host/trace_streamer/src/parser/rawtrace_parser/
Dftrace_processor.cpp216 static std::string GetNameFromTypeName(const std::string& typeName) in GetNameFromTypeName()
234 static std::string GetTypeFromTypeName(const std::string& typeName, const std::string& name) in GetTypeFromTypeName()
261 std::string typeName; in HandleFieldFormat() local
302 … bool ParseSepcialIntType(FieldFormat& field, const std::string& type, const std::string& typeName) in ParseSepcialIntType()
/developtools/profiler/device/plugins/hiebpf_plugin/tools/include/
Debpf_std_type.h62 char typeName[MAX_TYPE_NAME_LEN]; member
82 char typeName[MAX_TYPE_NAME_LEN]; member
121 char typeName[MAX_TYPE_NAME_LEN]; member
/developtools/smartperf_host/ide/src/js-heap/model/
DDatabaseStruct.ts129 let typeName = '(' + getNodeTypeName(this.type) + ')'; variable
/developtools/hiperf/test/unittest/common/native/
Dperf_events_test.cpp186 std::string typeName = event.GetTypeName(id); variable
/developtools/smartperf_host/trace_streamer/src/parser/ebpf_parser/
Debpf_data_structure.h109 char typeName[MAX_TYPE_NAME_LEN] = {0}; member
128 char typeName[MAX_PROCESS_NAME_SZIE] = {0}; member
/developtools/profiler/hiebpf/include/
Dhiebpf_common.h110 char typeName[MAX_TYPE_NAME_LEN]; member
/developtools/profiler/device/plugins/ftrace_plugin/include/
Dftrace_common_type.h143 std::string typeName = ""; member
/developtools/ace_ets2bundle/compiler/src/
Dets_checker.ts740 const typeName = isString(entry) ? entry : entry.fileName.toLowerCase(); constant
/developtools/hiperf/include/
Dperf_events.h576 std::string typeName; member