Lines Matching refs:pids
93 << " Show specific pid/pids logs with format: pid1,pid2,pid3" << endl
319 uint32_t pids[MAX_PIDS];
335 pidCount(0), pids { 0 }, types(0), blackTag(false), tagCount(0), tags { "" }, colorful(false),
358 rqst.pids[i] = pids[i];
672 std::vector<std::string> pids;
673 Split(context.blackPid ? arg + 1 : arg, pids);
674 if (pids.size() == 0) {
678 for (string p : pids) {
687 context.pids[index++] = static_cast<uint32_t>(pid);