Home
last modified time | relevance | path

Searched refs:OTHER_PID (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/base/test/
Dtrace_event_analyzer.h296 static Query OtherPid() { return Query(OTHER_PID); } in OtherPid()
311 return Query(OTHER_PID) == Query::Int(process_id); in OtherPidIs()
461 return (Query(EVENT_PID) != Query(OTHER_PID)) || in MatchCrossThread()
511 OTHER_PID, enumerator
533 OTHER_FIRST_MEMBER = OTHER_PID,
Dtrace_event_analyzer.cc477 case OTHER_PID: in GetMemberValueAsDouble()