Lines Matching refs:proc_val
171 def GetMemoryStatusNode(proc_val): argument
177 task_val = GetTaskFromProc(proc_val)
195 out_str += format_string.format(GetProcPID(proc_val), proc_val.p_memstat_effectivepriority,
196 …proc_val.p_memstat_requestedpriority, '{:#011x}'.format(proc_val.p_memstat_state), IsProcFrozen(pr…
197 …'{:#011x}'.format(proc_val.p_memstat_userdata), phys_mem_footprint, iokit_footprint, phys_footprin…
202 …: >10d} {: <32s}'.format(phys_footprint_lifetime_max, phys_footprint_limit, GetProcName(proc_val))
5029 def GetDiagThresholdStatusNode(proc_val,interested_pid,show_all,human_readable): argument
5040 if interested_pid != -1 and int(interested_pid) != int(GetProcPID(proc_val)) :
5058 task_val = GetTaskFromProc(proc_val)
5098 GetProcPID(proc_val),
5105 GetProcName(proc_val)