Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/chart/
DSpCpuChart.ts37 const cpuId = i1; constant
/developtools/profiler/host/smartperf/client/client_command/include/
DCPU.h42 inline const std::string CpuScalingCurFreq(int cpuId) const in CpuScalingCurFreq()
/developtools/profiler/host/smartperf/trace_streamer/test/unittest/
Dmeasure_filter_test.cpp305 uint64_t cpuId = 1; variable
323 uint64_t cpuId = 1; variable
Dtable_test.cpp1031 uint64_t cpuId = 1; variable
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpRecyclerSystemTrace.ts361 const cpuId = i1; constant
/developtools/profiler/host/smartperf/trace_streamer/src/parser/bytrace_parser/
Dbytrace_event_parser.cpp420 auto cpuId = base::StrToUInt64(args.at("cpu_id")); in ClockEnableEvent() local
435 auto cpuId = base::StrToUInt64(args.at("cpu_id")); in ClockDisableEvent() local
/developtools/profiler/host/smartperf/trace_streamer/src/trace_data/
Dtrace_stdtype.cpp754 uint64_t cpuId, in AppendNewPerfSample()