| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.test.ts | 436 threadState: 'Running', 450 threadState: 'Running', 486 threadState: 'Running', 500 threadState: 'Running', 528 threadState: 'Running', 542 threadState: 'Running',
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/schedswitch/ |
| D | TabPaneSchedSwitch.test.ts | 63 let threadState = sqlite.querySchedThreadStates; variable 76 threadState.mockResolvedValue(threadStateData);
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | PerfProfile.test.ts | 95 threadState: 'threadState', 119 threadState: expect.any(String),
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | PerfProfile.ts | 64 threadState: string = ''; property in PerfCallChain
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/trace_stdtype/hiperf/ |
| D | hiperf_stdtype.cpp | 129 uint64_t threadState) in AppendNewPerfSample() argument 139 threadStates_.emplace_back(threadState); in AppendNewPerfSample()
|
| D | hiperf_stdtype.h | 76 uint64_t threadState);
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | cpu_filter.cpp | 214 auto threadState = traceDataCache_->GetConstThreadStateData(); in Finish() local 215 size = threadState.Size(); in Finish() 216 auto rowData = threadState.ItidsData(); in Finish()
|
| /developtools/profiler/device/plugins/cpu_plugin/include/ |
| D | cpu_data_plugin.h | 101 ThreadState GetThreadState(const char threadState);
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 411 threadStateCallChain.name = countSample.threadState || 'Unknown State'; 841 analysisSample.threadState = sample.threadState; 1025 threadState: string = ''; property in PerfCallChain 1165 threadState: string = ''; property in PerfCountSample
|
| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 651 auto threadState = report_->GetConfigName(sample->data_.id); in UpdatePerfSampleData() local 652 if (threadState.compare(wakingEventName_) == 0) { in UpdatePerfSampleData() 654 } else if (threadState.compare(cpuOffEventName_) == 0) { in UpdatePerfSampleData()
|
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| D | cpu_data_plugin.cpp | 554 ThreadState CpuDataPlugin::GetThreadState(const char threadState) in GetThreadState() argument 557 switch (threadState) { in GetThreadState()
|
| /developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/ |
| D | bytrace_event_parser.cpp | 203 auto threadState = ThreadStateFlag(prevStateStr.c_str()); in SchedSwitchEvent() local 204 uint64_t prevState = threadState.State(); in SchedSwitchEvent() 205 if (threadState.IsInvalid()) { in SchedSwitchEvent()
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.test.ts | 162 threadState: '',
|
| /developtools/smartperf_host/trace_streamer/test/unittest/table/ |
| D | table_test.cpp | 926 uint64_t threadState = stream_.traceDataCache_->GetDataIndex("threadState"); variable 938 … timestampTrace, cpuId, threadState);
|