Lines Matching refs:proc_val
180 def GetMemoryStatusNode(proc_val): argument
186 task_val = GetTaskFromProc(proc_val)
204 out_str += format_string.format(GetProcPID(proc_val), proc_val.p_memstat_effectivepriority,
205 …proc_val.p_memstat_requestedpriority, '{:#011x}'.format(proc_val.p_memstat_state), IsProcFrozen(pr…
206 …'{:#011x}'.format(proc_val.p_memstat_userdata), phys_mem_footprint, iokit_footprint, phys_footprin…
211 …: >10d} {: <32s}'.format(phys_footprint_lifetime_max, phys_footprint_limit, GetProcName(proc_val))
5039 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument
5050 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :
5068 task_val = GetTaskFromProc(proc_val)
5108 GetProcPID(proc_val),
5115 GetProcName(proc_val)