Home
last modified time | relevance | path

Searched defs:MergedCallsite (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
Dflamegraph_construction_algorithms.cc45 struct MergedCallsite { struct
46 StringId frame_name;
47 StringId mapping_name;
48 std::optional<StringId> source_file;
49 std::optional<uint32_t> line_number;
50 std::optional<uint32_t> parent_idx;
51 bool operator<(const MergedCallsite& o) const { in operator <()