Home
last modified time | relevance | path

Searched refs:InternSoftirqCounterTrack (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dtrack_tracker.h110 TrackId InternSoftirqCounterTrack(StringId name, int32_t softirq);
Dtrack_tracker.cc316 TrackId TrackTracker::InternSoftirqCounterTrack(StringId name, in InternSoftirqCounterTrack() function in perfetto::trace_processor::TrackTracker
/external/perfetto/src/trace_processor/importers/proto/
Dsystem_probes_parser.cc355 TrackId track = context_->track_tracker->InternSoftirqCounterTrack( in ParseSysStats()