Searched refs:exclude_some_pids (Results 1 – 3 of 3) sorted by relevance
16 bool exclude_some_pids; variable70 exclude_some_pids = true; in ParseOptions()
32 if (exclude_some_pids && pid_exclude_vector.GetBit(event->pid)) in IsValidEvent()48 if (exclude_some_pids && pid_exclude_vector.GetBit(pid)) in IsValidPid()117 } else if (exclude_some_pids) { in GetNextValidEvent()
15 extern bool exclude_some_pids;