Lines Matching defs:pid
170 {.str = "pid", .field = PERF_OUTPUT_PID},
804 printed += fprintf(fp, "%7d/%-7d ", sample->pid, sample->tid);
806 printed += fprintf(fp, "%7d ", sample->pid);
2505 pid_t pid, pid_t tid, u64 timestamp)
2515 sample->pid = pid;
2523 thread = machine__findnew_thread(machine, pid, tid);
2539 pid_t pid, pid_t tid)
2541 return print_event_with_time(tool, event, sample, machine, pid, tid, 0);
2552 return print_event(tool, event, sample, machine, event->comm.pid,
2564 return print_event(tool, event, sample, machine, event->namespaces.pid,
2576 return print_event(tool, event, sample, machine, sample->pid,
2589 event->fork.pid, event->fork.tid,
2598 if (print_event_with_time(tool, event, sample, machine, event->fork.pid,
2613 return print_event(tool, event, sample, machine, event->mmap.pid,
2625 return print_event(tool, event, sample, machine, event->mmap2.pid,
2645 return print_event(tool, event, sample, machine, sample->pid,
2666 return print_event(tool, event, sample, machine, sample->pid,
2700 return print_event(tool, event, sample, machine, sample->pid,
2712 return print_event(tool, event, sample, machine, sample->pid,
3902 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,dsoff"
3932 OPT_STRING(0, "pid", &symbol_conf.pid_list_str, "pid[,pid...]",
4072 pid_t pid;
4109 pid = fork();
4110 if (pid < 0) {
4115 if (!pid) {