Lines Matching defs:pid
151 {.str = "pid", .field = PERF_OUTPUT_PID},
715 printed += fprintf(fp, "%5d/%-5d ", sample->pid, sample->tid);
717 printed += fprintf(fp, "%5d ", sample->pid);
2222 pid_t pid, pid_t tid, u64 timestamp)
2232 sample->pid = pid;
2240 thread = machine__findnew_thread(machine, pid, tid);
2256 pid_t pid, pid_t tid)
2258 return print_event_with_time(tool, event, sample, machine, pid, tid, 0);
2269 return print_event(tool, event, sample, machine, event->comm.pid,
2281 return print_event(tool, event, sample, machine, event->namespaces.pid,
2293 return print_event(tool, event, sample, machine, sample->pid,
2306 event->fork.pid, event->fork.tid,
2315 if (print_event_with_time(tool, event, sample, machine, event->fork.pid,
2330 return print_event(tool, event, sample, machine, event->mmap.pid,
2342 return print_event(tool, event, sample, machine, event->mmap2.pid,
2362 return print_event(tool, event, sample, machine, sample->pid,
2372 return print_event(tool, event, sample, machine, sample->pid,
2395 return print_event(tool, event, sample, machine, sample->pid,
2407 return print_event(tool, event, sample, machine, sample->pid,
3510 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,"
3534 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
3663 pid_t pid;
3694 pid = fork();
3695 if (pid < 0) {
3700 if (!pid) {