Searched refs:interested_pid (Results 1 – 1 of 1) sorted by relevance
5333 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument5344 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :5372 if diagmem_threshold == -1 and show_all == 0 and interested_pid == -1 : 5427 interested_pid = cmd_options["-P"]5429 interested_pid = -15450 … current_line = GetDiagThresholdStatusNode(current_proc,interested_pid,show_all,human_readable)