Searched refs:PerfSample (Results 1 – 12 of 12) sorted by relevance
122 size_t PerfSample::AppendNewPerfSample(uint32_t sampleId, in AppendNewPerfSample()142 const std::deque<uint32_t>& PerfSample::SampleIds() const in SampleIds()146 const std::deque<uint32_t>& PerfSample::Tids() const in Tids()150 const std::deque<uint64_t>& PerfSample::EventCounts() const in EventCounts()154 const std::deque<uint64_t>& PerfSample::EventTypeIds() const in EventTypeIds()158 const std::deque<uint64_t>& PerfSample::TimestampTraces() const in TimestampTraces()162 const std::deque<uint64_t>& PerfSample::CpuIds() const in CpuIds()166 const std::deque<DataIndex>& PerfSample::ThreadStates() const in ThreadStates()171 void PerfSample::Clear() in Clear()
67 class PerfSample : public CacheBase {
20 import { PerfFile, PerfSample, PerfThread } from '../../../../bean/PerfProfile';35 private perfSampleSource: Array<PerfSample> = [];63 let samples = results[1] as Array<PerfSample>;74 private initPerfSampleData(samples: PerfSample[]): void{105 setRightTableData(sample: PerfSample): void {124 let data = e.detail.data as PerfSample;
15 import { PerfCmdLine, PerfFile, PerfSample, PerfStack, PerfThread } from '../../bean/PerfProfile';53 ): Promise<Array<PerfSample>> => {88 ): Promise<Array<PerfSample>> => {
49 const PerfSample& perfSampleObj_;
21 PerfSample,36 let perfSample = new PerfSample();
99 export class PerfSample { class
82 const PerfSample& GetConstPerfSampleData() const;
66 PerfSample* GetPerfSampleData();
131 PerfSample perfSample_;
163 const PerfSample& TraceDataCacheReader::GetConstPerfSampleData() const in GetConstPerfSampleData()
215 PerfSample* TraceDataCacheWriter::GetPerfSampleData() in GetPerfSampleData()