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.h321 static Query OtherPid() { return Query(OTHER_PID); } in OtherPid()
336 return Query(OTHER_PID) == Query::Int(process_id); in OtherPidIs()
486 return (Query(EVENT_PID) != Query(OTHER_PID)) || in MatchCrossThread()
535 OTHER_PID, enumerator
557 OTHER_FIRST_MEMBER = OTHER_PID,
Dtrace_event_analyzer.cc493 case OTHER_PID: in GetMemberValueAsDouble()