22 references to ParsedStat
System.Diagnostics.Process (22)
src\libraries\Common\src\Interop\Linux\procfs\Interop.ProcFsStat.cs (6)
99internal static bool TryReadStatFile(ProcPid pid, out ParsedStat result) 106internal static bool TryReadStatFile(ProcPid pid, int tid, out ParsedStat result) 113internal static bool TryParseStatFile(string statFilePath, out ParsedStat result) 119result = default(ParsedStat); 124var results = default(ParsedStat);
System\Diagnostics\Process.Linux.cs (5)
35Interop.procfs.TryReadStatFile(procPid, out Interop.procfs.ParsedStat parsedStat)) 137Interop.procfs.ParsedStat stat = GetStat(); 268internal static string GetUntruncatedProcessName(Interop.procfs.ProcPid procPid, ref Interop.procfs.ParsedStat stat) 367private Interop.procfs.ParsedStat GetStat() 370Interop.procfs.ParsedStat stat;
System\Diagnostics\ProcessManager.Linux.cs (5)
79Interop.procfs.TryReadStatFile(procPid, out Interop.procfs.ParsedStat stat)) 90internal static ProcessInfo CreateProcessInfo(Interop.procfs.ProcPid procPid, ref Interop.procfs.ParsedStat procFsStat, ref Interop.procfs.ParsedStatus procFsStatus, string? processName = null) 122Interop.procfs.ParsedStat stat; 215internal static bool TryReadStatFile(int pid, out Interop.procfs.ParsedStat stat) 235internal static bool TryReadStatFile(int pid, int tid, out Interop.procfs.ParsedStat stat)
System\Diagnostics\ProcessThread.Linux.cs (6)
23Interop.procfs.ParsedStat stat = GetStat(); 43Interop.procfs.ParsedStat stat = GetStat(); 62Interop.procfs.ParsedStat stat = GetStat(); 78Interop.procfs.ParsedStat stat = GetStat(); 83private Interop.procfs.ParsedStat GetStat() 85Interop.procfs.ParsedStat stat;