Lines Matching defs:serverPid
491 pid_t serverPid, perf_callchain_context context)
495 if (serverPid != pid) {
496 pid = tid = serverPid;
525 pid_t serverPid;
527 serverPid = recordSample.GetServerPidof(0);
528 SymbolicCallFrame(recordSample, recordSample.data_.ip, serverPid, PERF_CONTEXT_MAX);
540 serverPid = recordSample.GetServerPidof(i);
541 SymbolicCallFrame(recordSample, ip, serverPid, context);
590 pid_t serverPid = recordSample.GetUstackServerPid();
593 if (serverPid != pid) {
594 pid = tid = serverPid;