Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dargs_tracker.h107 BoundInserter AddArgsTo(RawId id) { in AddArgsTo() function
111 BoundInserter AddArgsTo(CounterId id) { in AddArgsTo() function
115 BoundInserter AddArgsTo(SliceId id) { in AddArgsTo() function
119 BoundInserter AddArgsTo(tables::FlowTable::Id id) { in AddArgsTo() function
123 BoundInserter AddArgsTo(tables::InputMethodClientsTable::Id id) { in AddArgsTo() function
128 BoundInserter AddArgsTo(tables::InputMethodServiceTable::Id id) { in AddArgsTo() function
133 BoundInserter AddArgsTo(tables::InputMethodManagerServiceTable::Id id) { in AddArgsTo() function
138 BoundInserter AddArgsTo(tables::MemorySnapshotNodeTable::Id id) { in AddArgsTo() function
143 BoundInserter AddArgsTo(tables::SurfaceFlingerLayersSnapshotTable::Id id) { in AddArgsTo() function
148 BoundInserter AddArgsTo(tables::SurfaceFlingerLayerTable::Id id) { in AddArgsTo() function
[all …]
H A Dprocess_tracker.cc589 ArgsTracker::BoundInserter ProcessTracker::AddArgsTo(UniquePid upid) { in AddArgsTo() function in perfetto::trace_processor::ProcessTracker