Searched refs:CpuProfileStackSampleTable (Results 1 – 7 of 7) sorted by relevance
84 CpuProfileStackSampleTable::~CpuProfileStackSampleTable() = default;
38 tables::CpuProfileStackSampleTable::Row row; in ParsePerfTextEvent()
58 tables::CpuProfileStackSampleTable::Row row; in ParseGeckoEvent()
576 const tables::CpuProfileStackSampleTable& cpu_profile_stack_sample_table() in cpu_profile_stack_sample_table()580 tables::CpuProfileStackSampleTable* mutable_cpu_profile_stack_sample_table() { in mutable_cpu_profile_stack_sample_table()1103 tables::CpuProfileStackSampleTable cpu_profile_stack_sample_table_{
1420 class CpuProfileStackSampleTable : public macros_internal::MacroTable {1440 using id = IdColumn<CpuProfileStackSampleTable::Id>;1465 bool operator==(const CpuProfileStackSampleTable::Row& other) const {1484 CpuProfileStackSampleTable, ConstRowReference, RowReference> {1493 CpuProfileStackSampleTable, RowNumber> {1495 ConstRowReference(const CpuProfileStackSampleTable* table, uint32_t row_number) in ConstRowReference()1521 RowReference(const CpuProfileStackSampleTable* table, uint32_t row_number) in RowReference()1542 CpuProfileStackSampleTable* mutable_table() const { in mutable_table()1543 return const_cast<CpuProfileStackSampleTable*>(table()); in mutable_table()1551 ConstIterator, CpuProfileStackSampleTable, RowNumber, ConstRowReference> {[all …]
188 tables::CpuProfileStackSampleTable::Row sample_row{ in ParseStreamingProfilePacket()
1349 const tables::CpuProfileStackSampleTable& samples = in ExportCpuProfileSamples()