Searched defs:trusted_pid (Results 1 – 5 of 5) sorted by relevance
239 optional int32 trusted_pid = 79; field
12373 optional int32 trusted_pid = 79; field
587 const pid_t trusted_pid = chunk_meta->trusted_pid; in ReadNextTracePacket() local
447 const pid_t trusted_pid; // pid of the producer. member
228 void ProcessTracker::UpdateTrustedPid(uint32_t trusted_pid, uint64_t uuid) { in UpdateTrustedPid()