Home
last modified time | relevance | path

Searched refs:trusted_uid (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/tracing/core/
Dtrace_buffer.h372 : chunk_record{r}, trusted_uid{u}, flags{f}, num_fragments{p} { in ChunkMeta()
400 const uid_t trusted_uid; // uid of the producer. member
Dtrace_buffer.cc595 const uid_t trusted_uid = chunk_meta->trusted_uid; in ReadNextTracePacket() local
669 *sequence_properties = {trusted_producer_id, trusted_uid, writer_id}; in ReadNextTracePacket()
694 *sequence_properties = {trusted_producer_id, trusted_uid, writer_id}; in ReadNextTracePacket()
Dtracing_service_impl_unittest.cc2105 Property(&protos::TracePacket::trusted_uid, Eq(123)), in TEST_F()
2112 Property(&protos::TracePacket::trusted_uid, Eq(123)), in TEST_F()
2119 Property(&protos::TracePacket::trusted_uid, Eq(123)), in TEST_F()
2126 Property(&protos::TracePacket::trusted_uid, Eq(123)), in TEST_F()
2133 Property(&protos::TracePacket::trusted_uid, Eq(456)), in TEST_F()
/external/perfetto/protos/perfetto/trace/
Dtrace_packet.proto104 // with TrustedPacket.trusted_uid.
108 oneof optional_trusted_uid { int32 trusted_uid = 3; }; field
Dtrusted_packet.proto49 oneof optional_trusted_uid { int32 trusted_uid = 3; }; field
Dperfetto_trace.proto2940 // with TrustedPacket.trusted_uid.
2944 oneof optional_trusted_uid { int32 trusted_uid = 3; }; field