Lines Matching defs:proc
96 int log_sample(DIR *proc,
127 procfd = dirfd(proc);
135 return log_error_errno(errno, "Failed to open /proc/vmstat: %m");
164 /* Parse "/proc/schedstat" for overall CPU utilization */
165 r = read_full_file("/proc/schedstat", &buf_schedstat, NULL);
195 return log_error_errno(errno, "Failed to open /proc/sys/kernel/random/entropy_avail: %m");
207 while ((ent = readdir(proc)) != NULL) {
404 * by parsing "/proc/[pid]/task/[tid]/schedstat" for all [tid] != [pid]
408 /* Browse directory "/proc/[pid]/task" to know the thread ids of process [pid] */
433 /* Parse "/proc/[pid]/task/[tid]/schedstat" */