Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dargs_tracker.h96 BoundInserter AddArgsTo(RawId id) { in AddArgsTo() function
100 BoundInserter AddArgsTo(CounterId id) { in AddArgsTo() function
104 BoundInserter AddArgsTo(InstantId id) { in AddArgsTo() function
108 BoundInserter AddArgsTo(SliceId id) { in AddArgsTo() function
112 BoundInserter AddArgsTo(tables::FlowTable::Id id) { in AddArgsTo() function
116 BoundInserter AddArgsTo(tables::MemorySnapshotNodeTable::Id id) { in AddArgsTo() function
121 BoundInserter AddArgsTo(MetadataId id) { in AddArgsTo() function
127 BoundInserter AddArgsTo(TrackId id) { in AddArgsTo() function
133 BoundInserter AddArgsTo(VulkanAllocId id) { in AddArgsTo() function
138 BoundInserter AddArgsTo(UniquePid id) { in AddArgsTo() function
[all …]
Dprocess_tracker.cc454 ArgsTracker::BoundInserter ProcessTracker::AddArgsTo(UniquePid upid) { in AddArgsTo() function in perfetto::trace_processor::ProcessTracker