Home
last modified time | relevance | path

Searched defs:subType (Results 1 – 7 of 7) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/src/trace/bean/
DNativeHook.ts22 subType: string = ''; property in NativeHookStatistics
38 subType: string = ''; property in NativeHookMalloc
81 subType: string = ''; property in NativeMemory
126 subType: string = ''; property in NativeHookSampleQueryInfo
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/logic-worker/
DProcedureLogicWorkerNativeNemory.ts709 let subType: string | undefined; variable
1263 subType: string = ''; property in NativeHookStatistics
1321 subType: string = ''; property in NativeMemory
/developtools/smartperf_host/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/htrace/
Dnative_memory_stdtype.h55 DataIndex subType = INVALID_DATAINDEX; member
/developtools/smartperf_host/smartperf_host/trace_streamer/src/parser/pbreader_parser/
Dpbreader_parser.cpp1189 auto subType = nativeHook.SubTypes()[i]; in GetTraceidInfoFromNativeHook() local
/developtools/smartperf_host/smartperf_host/trace_streamer/src/filter/hook_filter/
Dnative_hook_filter.cpp413 DataIndex subType = INVALID_UINT64; in ParseMmapEvent() local
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/pbreader_parser/native_memory/
Dnative_hook_parser_test.cpp362 const uint64_t subType, in NativeHookCache()
/developtools/smartperf_host/smartperf_host/trace_streamer/test/unittest/table/
Dtable_test.cpp744 DataIndex subType = stream_.traceDataCache_->GetDataIndex("subType"); variable