Home
last modified time | relevance | path

Searched refs:StackProfileFrameTable (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/util/
H A Dprofile_builder.h293 const tables::StackProfileFrameTable::ConstRowReference& frame,
298 const tables::StackProfileFrameTable::ConstRowReference& frame,
302 const tables::StackProfileFrameTable::ConstRowReference& frame);
314 const tables::StackProfileFrameTable::ConstRowReference& frame,
H A Dprofile_builder.cc438 const tables::StackProfileFrameTable::ConstRowReference& frame, in GetLines()
526 const tables::StackProfileFrameTable::ConstRowReference& frame, in GetNameForFrame()
548 const tables::StackProfileFrameTable::ConstRowReference& frame) { in GetSystemNameForFrame()
553 const tables::StackProfileFrameTable::ConstRowReference& frame, in WriteFunctionIfNeeded()
/aosp_15_r20/external/perfetto/src/trace_processor/importers/perf/
H A Dperf_tracker.h83 void SymbolizeKernelFrame(tables::StackProfileFrameTable::RowReference frame);
85 bool TrySymbolizeFrame(tables::StackProfileFrameTable::RowReference frame);
H A Dperf_tracker.cc124 tables::StackProfileFrameTable::RowReference frame) { in SymbolizeKernelFrame()
137 tables::StackProfileFrameTable::RowReference frame) { in TrySymbolizeFrame()
H A Drecord_parser.cc92 using FramesTable = tables::StackProfileFrameTable;
/aosp_15_r20/external/perfetto/src/trace_processor/tables/
H A Dtable_destructors.cc82 StackProfileFrameTable::~StackProfileFrameTable() = default;
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h96 using FrameId = tables::StackProfileFrameTable::Id;
523 const tables::StackProfileFrameTable& stack_profile_frame_table() const { in stack_profile_frame_table()
526 tables::StackProfileFrameTable* mutable_stack_profile_frame_table() { in mutable_stack_profile_frame_table()
1098 tables::StackProfileFrameTable stack_profile_frame_table_{&string_pool_};
1239 ::perfetto::trace_processor::tables::StackProfileFrameTable::Row> {
1241 ::perfetto::trace_processor::tables::StackProfileFrameTable::Row;
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dprofile_module.cc539 std::vector<tables::StackProfileFrameTable::Id> frames; in ParseDeobfuscationMapping()
541 const std::vector<tables::StackProfileFrameTable::Id> pkg_frames = in ParseDeobfuscationMapping()
547 const std::vector<tables::StackProfileFrameTable::Id> memfd_frames = in ParseDeobfuscationMapping()
553 for (tables::StackProfileFrameTable::Id frame_id : frames) { in ParseDeobfuscationMapping()
/aosp_15_r20/out/soong/.intermediates/external/perfetto/perfetto_src_trace_processor_tables_tables_python/gen/src/trace_processor/tables/
Djit_tables_py.h614 using frame_id = TypedColumn<StackProfileFrameTable::Id>;
618 StackProfileFrameTable::Id in_frame_id = {},
626 StackProfileFrameTable::Id frame_id;
887 const TypedColumn<StackProfileFrameTable::Id>& frame_id() const { in frame_id()
895 TypedColumn<StackProfileFrameTable::Id>* mutable_frame_id() { in mutable_frame_id()
Dperf_tables_py.h75 using instruction_frame_id = TypedColumn<std::optional<StackProfileFrameTable::Id>>;
89 std::optional<StackProfileFrameTable::Id> in_instruction_frame_id = {},
117 std::optional<StackProfileFrameTable::Id> instruction_frame_id;
715 const TypedColumn<std::optional<StackProfileFrameTable::Id>>& instruction_frame_id() const { in instruction_frame_id()
755 TypedColumn<std::optional<StackProfileFrameTable::Id>>* mutable_instruction_frame_id() { in mutable_instruction_frame_id()
Dprofiler_tables_py.h592 class StackProfileFrameTable : public macros_internal::MacroTable {
613 using id = IdColumn<StackProfileFrameTable::Id>;
642 bool operator==(const StackProfileFrameTable::Row& other) const {
663 StackProfileFrameTable, ConstRowReference, RowReference> {
672 StackProfileFrameTable, RowNumber> {
674 ConstRowReference(const StackProfileFrameTable* table, uint32_t row_number) in ConstRowReference()
703 RowReference(const StackProfileFrameTable* table, uint32_t row_number) in RowReference()
728 StackProfileFrameTable* mutable_table() const { in mutable_table()
729 return const_cast<StackProfileFrameTable*>(table()); in mutable_table()
737 ConstIterator, StackProfileFrameTable, RowNumber, ConstRowReference> {
[all …]
/aosp_15_r20/external/perfetto/docs/analysis/
H A Dbuiltin.md25 frame_id | StackProfileFrameTable::Id | reference to the [stack_profile_frame](sql-tables.autogen#s…
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/functions/
H A Dstack_functions.cc231 .FindById(tables::StackProfileFrameTable::Id( in RunImpl()
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dflamegraph_construction_algorithms.cc66 const tables::StackProfileFrameTable& frames_tbl = in GetMergedCallsites()