Home
last modified time | relevance | path

Searched refs:CpuProfileStackSampleTable (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dtable_destructors.cc84 CpuProfileStackSampleTable::~CpuProfileStackSampleTable() = default;
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf_text/
H A Dperf_text_trace_parser_impl.cc38 tables::CpuProfileStackSampleTable::Row row; in ParsePerfTextEvent()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/gecko/
H A Dgecko_trace_parser_impl.cc58 tables::CpuProfileStackSampleTable::Row row; in ParseGeckoEvent()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h576 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_{
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Dprofiler_tables_py.h1420 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 …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_module.cc188 tables::CpuProfileStackSampleTable::Row sample_row{ in ParseStreamingProfilePacket()
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc1349 const tables::CpuProfileStackSampleTable& samples = in ExportCpuProfileSamples()