Searched refs:StackProfileFrameTable (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | profile_builder.h | 293 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 D | profile_builder.cc | 438 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 D | perf_tracker.h | 83 void SymbolizeKernelFrame(tables::StackProfileFrameTable::RowReference frame); 85 bool TrySymbolizeFrame(tables::StackProfileFrameTable::RowReference frame);
|
H A D | perf_tracker.cc | 124 tables::StackProfileFrameTable::RowReference frame) { in SymbolizeKernelFrame() 137 tables::StackProfileFrameTable::RowReference frame) { in TrySymbolizeFrame()
|
H A D | record_parser.cc | 92 using FramesTable = tables::StackProfileFrameTable;
|
/aosp_15_r20/external/perfetto/src/trace_processor/tables/ |
H A D | table_destructors.cc | 82 StackProfileFrameTable::~StackProfileFrameTable() = default;
|
/aosp_15_r20/external/perfetto/src/trace_processor/storage/ |
H A D | trace_storage.h | 96 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 D | profile_module.cc | 539 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/ |
D | jit_tables_py.h | 614 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()
|
D | perf_tables_py.h | 75 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()
|
D | profiler_tables_py.h | 592 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 D | builtin.md | 25 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 D | stack_functions.cc | 231 .FindById(tables::StackProfileFrameTable::Id( in RunImpl()
|
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/ |
H A D | flamegraph_construction_algorithms.cc | 66 const tables::StackProfileFrameTable& frames_tbl = in GetMergedCallsites()
|