Searched refs:interested_pid (Results 1 – 1 of 1) sorted by relevance
5039 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument5050 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :5075 if diagmem_threshold == -1 and show_all == 0 and interested_pid == -1 : 5130 interested_pid = cmd_options["-P"]5132 interested_pid = -15153 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)