Lines Matching defs:pid
39 int pid;
111 stats->pid = nla_get_u32(attr);
165 return stats->pid || stats->tgid;
196 printf("%-25s%d\n", "PID:", s->ac_pid);
296 " --pid PID Print stats for the process id PID\n"
300 "Either PID or TGID must be specified. For more documentation about "
308 int pid = 0;
313 {"pid", required_argument, 0, 0},
332 pid = atoi(optarg);
336 pid = atoi(optarg);
346 if (!pid) {
347 printf("Either PID or TGID must be specified\n");
364 if (query_task_stats(netlink_socket, family_id, command_type, pid,