Home
last modified time | relevance | path

Searched defs:threadState (Results 1 – 10 of 10) sorted by relevance

/developtools/profiler/host/smartperf/ide/test/trace/bean/
DStateProcessThread.test.ts174 let threadState = new ThreadState(); variable
/developtools/profiler/host/smartperf/ide/test/trace/database/logic-worker/
DProcedureLogicWorkerSPT.test.ts27 let threadState = new ThreadState(); variable
/developtools/profiler/host/smartperf/trace_streamer/src/filter/
Dcpu_filter.cpp114 auto threadState = traceDataCache_->GetConstThreadStateData(); in Finish() local
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp269 auto threadState = report_.GetConfigName(sample->data_.id); in UpdatePerfSampleData() local
/developtools/profiler/host/smartperf/ide/src/trace/bean/
DPerfProfile.ts67 threadState: string = ""; property in PerfCallChain
/developtools/profiler/device/plugins/cpu_plugin/src/
Dcpu_data_plugin.cpp545 ThreadState CpuDataPlugin::GetThreadState(const char threadState) in GetThreadState()
/developtools/profiler/host/smartperf/ide/src/trace/database/
DTraceWorkerPerfDataQuery.ts516 threadState: string = ""; property in PerfCallChain
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp138 auto threadState = ThreadState(prevStateStr.c_str()); in SchedSwitchEvent() local
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dtable_test.cpp1032 uint64_t threadState = stream_.traceDataCache_->GetDataIndex("threadState"); variable
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp755 uint64_t threadState) in AppendNewPerfSample()