HomeSort by relevance Sort by last modified time
    Searched refs:kRefUtid (Results 1 - 6 of 6) sorted by null

  /external/perfetto/src/trace_processor/
slice_tracker_unittest.cc 69 EXPECT_EQ(slices.types()[0], kRefUtid);
93 EXPECT_EQ(slices.types()[idx], kRefUtid);
101 EXPECT_EQ(slices.types()[idx], kRefUtid);
trace_storage.cc 46 map[RefType::kRefUtid] = "utid";
event_tracker.cc 149 PERFETTO_DCHECK(!resolve_utid_to_upid || ref_type == RefType::kRefUtid);
slice_tracker.cc 83 slices->AddSlice(timestamp, duration, utid, RefType::kRefUtid, cat, name,
proto_trace_parser.cc 617 RefType::kRefUtid);
628 RefType::kRefUtid);
640 RefType::kRefUtid, true);
662 RefType::kRefUtid, true);
698 RefType::kRefUtid);
700 RefType::kRefUtid);
755 utid, RefType::kRefUtid);
    [all...]
trace_storage.h 73 kRefUtid = 1,
    [all...]

Completed in 130 milliseconds