| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.test.ts | 425 threadState: 'Running', 439 threadState: 'Running', 475 threadState: 'Running', 489 threadState: 'Running', 517 threadState: 'Running', 531 threadState: 'Running',
|
| /developtools/smartperf_host/ide/test/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerSPT.test.ts | 31 let threadState = new ThreadState(); variable 32 expect(threadState).not.toBeUndefined();
|
| D | ProcedureLogicWorkerPerf.test.ts | 177 threadState: '',
|
| /developtools/smartperf_host/ide/test/trace/bean/ |
| D | PerfProfile.test.ts | 96 threadState: 'threadState', 120 threadState: expect.any(String),
|
| /developtools/profiler/host/smartperf/ide/src/trace/bean/ |
| D | PerfProfile.ts | 54 threadState: string = ''; property in PerfCallChain
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | PerfProfile.ts | 64 threadState: string = ''; property in PerfCallChain
|
| /developtools/smartperf_host/trace_streamer/src/filter/ |
| D | cpu_filter.cpp | 175 auto threadState = traceDataCache_->GetConstThreadStateData(); in Finish() local 176 size = threadState.Size(); in Finish() 177 auto rowData = threadState.ItidsData(); in Finish()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/filter/ |
| D | cpu_filter.cpp | 175 auto threadState = traceDataCache_->GetConstThreadStateData(); in Finish() local 176 size = threadState.Size(); in Finish() 177 auto rowData = threadState.ItidsData(); in Finish()
|
| /developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 316 auto threadState = report_->GetConfigName(sample->data_.id); in UpdatePerfSampleData() local 317 if (threadState.compare(wakingEventName_) == 0) { in UpdatePerfSampleData() 319 } else if (threadState.compare(cpuOffEventName_) == 0) { in UpdatePerfSampleData()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/ |
| D | perf_data_parser.cpp | 314 auto threadState = report_->GetConfigName(sample->data_.id); in UpdatePerfSampleData() local 315 if (threadState.compare(wakingEventName_) == 0) { in UpdatePerfSampleData() 317 } else if (threadState.compare(cpuOffEventName_) == 0) { in UpdatePerfSampleData()
|
| /developtools/profiler/device/plugins/cpu_plugin/include/ |
| D | cpu_data_plugin.h | 87 ThreadState GetThreadState(const char threadState);
|
| /developtools/profiler/host/smartperf/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 272 threadStateCallChain.name = callChain.threadState || 'Unknown State'; 306 threadStateCallChain.name = countSample.threadState || 'Unkown State'; 749 analysisSample.threadState = sample.threadState; 801 threadState: string = ''; property in PerfCallChain 943 threadState: string = ''; property in PerfCountSample
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerPerf.ts | 294 threadStateCallChain.name = callChain.threadState || 'Unknown State'; 328 threadStateCallChain.name = countSample.threadState || 'Unknown State'; 777 analysisSample.threadState = sample.threadState; 950 threadState: string = ''; property in PerfCallChain 1087 threadState: string = ''; property in PerfCountSample
|
| /developtools/profiler/device/plugins/cpu_plugin/src/ |
| D | cpu_data_plugin.cpp | 527 ThreadState CpuDataPlugin::GetThreadState(const char threadState) in GetThreadState() argument 530 switch (threadState) { in GetThreadState()
|
| /developtools/smartperf_host/trace_streamer/src/parser/bytrace_parser/ |
| D | bytrace_event_parser.cpp | 146 auto threadState = ThreadStateFlag(prevStateStr.c_str()); in SchedSwitchEvent() local 147 uint64_t prevState = threadState.State(); in SchedSwitchEvent() 148 if (!threadState.IsValid()) { in SchedSwitchEvent()
|
| /developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/ |
| D | bytrace_event_parser.cpp | 146 auto threadState = ThreadStateFlag(prevStateStr.c_str()); in SchedSwitchEvent() local 147 uint64_t prevState = threadState.State(); in SchedSwitchEvent() 148 if (!threadState.IsValid()) { in SchedSwitchEvent()
|
| /developtools/smartperf_host/trace_streamer/test/unittest/ |
| D | table_test.cpp | 1036 uint64_t threadState = stream_.traceDataCache_->GetDataIndex("threadState"); variable 1048 … timestampTrace, cpuId, threadState);
|
| /developtools/profiler/host/smartperf/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 892 uint64_t threadState) in AppendNewPerfSample() argument 902 threadStates_.emplace_back(threadState); in AppendNewPerfSample()
|
| D | trace_stdtype.h | 977 uint64_t threadState);
|
| /developtools/smartperf_host/trace_streamer/src/trace_data/ |
| D | trace_stdtype.cpp | 899 uint64_t threadState) in AppendNewPerfSample() argument 909 threadStates_.emplace_back(threadState); in AppendNewPerfSample()
|
| D | trace_stdtype.h | 982 uint64_t threadState);
|