Lines Matching refs:pid
908 #include "trace/beauty/pid.c"
1469 size_t pid__scnprintf_fd(struct trace *trace, pid_t pid, int fd, char *bf, size_t size)
1472 struct thread *thread = machine__find_thread(trace->host, pid, pid);
2288 sample->pid, sample->tid, sample->cpu);
2345 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2421 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2494 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2618 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2682 sample->pid,
2696 fprintf(trace->output, "%s: comm=%s,pid=%u,runtime=%" PRIu64 ",vruntime=%" PRIu64 ")\n",
2699 (pid_t)evsel__intval(evsel, sample, "pid"),
2824 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2930 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
3025 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
3050 pid_t pid = getpid();
3051 char *filter = asprintf__tp_filter_pids(1, &pid);
3060 /* +3 is for the event string below and the pid filter */
3851 trace->opts.ignore_missing_thread = trace->opts.target.uid != UINT_MAX || trace->opts.target.pid;
3904 workload_pid = evlist->workload.pid;
3952 * reading it from /proc/pid/fd/ in cases where that doesn't make
4146 if (trace->opts.target.pid)
4147 symbol_conf.pid_list_str = strdup(trace->opts.target.pid);
4720 OPT_STRING('p', "pid", &trace.opts.target.pid, "pid",