Searched refs:pid_exclude_vector (Results 1 – 3 of 3) sorted by relevance
14 Bitvector pid_exclude_vector(32768); variable69 pid_exclude_vector.SetBit(bitnum); 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()118 while (pid_exclude_vector.GetBit(event->pid)) { in GetNextValidEvent()
13 extern Bitvector pid_exclude_vector;