Lines Matching defs:pid
92 << " -P <pid>, --pid=<pid>" << endl
93 << " Show specific pid/pids logs with format: pid1,pid2,pid3" << endl
95 << " Max pid count is " << MAX_PIDS << "." << endl
421 .pid = rsp.pid,
685 int pid = 0;
686 (void)StrToInt(p, pid);
687 context.pids[index++] = static_cast<uint32_t>(pid);
705 string pid = "pid";
709 if (argStr == (pid + FEATURE_ON)) {
712 } else if (argStr == (pid + FEATURE_OFF)) {
1016 {'P', "pid", ControlCmd::NOT_CMD, PidHandler, true, 1},