Lines Matching refs:pid
900 #include "trace/beauty/pid.c"
1433 size_t pid__scnprintf_fd(struct trace *trace, pid_t pid, int fd, char *bf, size_t size)
1436 struct thread *thread = machine__find_thread(trace->host, pid, pid);
2243 sample->pid, sample->tid, sample->cpu);
2292 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2368 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2439 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2561 struct thread *thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2625 sample->pid,
2639 fprintf(trace->output, "%s: comm=%s,pid=%u,runtime=%" PRIu64 ",vruntime=%" PRIu64 ")\n",
2642 (pid_t)evsel__intval(evsel, sample, "pid"),
2769 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2872 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2964 thread = machine__findnew_thread(trace->host, sample->pid, sample->tid);
2989 pid_t pid = getpid();
2990 char *filter = asprintf__tp_filter_pids(1, &pid);
2999 /* +3 is for the event string below and the pid filter */
4026 * reading it from /proc/pid/fd/ in cases where that doesn't make
4223 if (trace->opts.target.pid)
4224 symbol_conf.pid_list_str = strdup(trace->opts.target.pid);
4765 OPT_STRING('p', "pid", &trace.opts.target.pid, "pid",