Home
last modified time | relevance | path

Searched refs:pid_ (Results 1 – 14 of 14) sorted by relevance

/tools/perf/util/
Dthread.c24 pid_t pid = thread->pid_; in thread__init_map_groups()
46 thread->pid_ = pid; in thread__new()
231 if (second_last && !last->start && thread->pid_ == thread->tid) in thread__exec_comm()
281 thread->pid_, thread->tid) >= (int)sizeof(path)) && in thread__set_comm_from_proc()
379 if (thread->pid_ == parent->pid_) in thread__clone_map_groups()
384 thread->pid_, thread->tid, parent->pid_, parent->tid); in thread__clone_map_groups()
427 if (thread->pid_ == thread->tid) in thread__main_thread()
430 if (thread->pid_ == -1) in thread__main_thread()
433 return machine__find_thread(machine, thread->pid_, thread->pid_); in thread__main_thread()
Dthread.h29 pid_t pid_; /* Not all tools update this */ member
133 !intlist__has_entry(symbol_conf.pid_list, thread->pid_)) { in thread__is_filtered()
Dmachine.c398 if (pid == th->pid_ || pid == -1 || th->pid_ != -1) in machine__update_thread_pid()
401 th->pid_ = pid; in machine__update_thread_pid()
403 if (th->pid_ == th->tid) in machine__update_thread_pid()
406 leader = __machine__findnew_thread(machine, th->pid_, th->pid_); in machine__update_thread_pid()
427 th->pid_, th->tid); in machine__update_thread_pid()
436 pr_err("Failed to join map groups for %d:%d\n", th->pid_, th->tid); in machine__update_thread_pid()
1813 if (parent->pid_ != (pid_t)event->fork.ppid) { in machine__process_fork_event()
1815 parent->pid_, parent->tid); in machine__process_fork_event()
Dthread-stack.c107 return !(thread->tid || thread->pid_); in thread_stack__per_cpu()
878 if (ts->comm != comm && thread->pid_ == thread->tid) { in thread_stack__process()
Ddb-export.c535 *is_idle = !thread->pid_ && !thread->tid; in db_export__pid_tid()
Dsort.c1247 if (left->thread->pid_ > right->thread->pid_) return -1; in sort__dcacheline_cmp()
1248 if (left->thread->pid_ < right->thread->pid_) return 1; in sort__dcacheline_cmp()
Dintel-bts.c459 btsq->pid = thread->pid_; in intel_bts_process_queue()
Dcs-etm.c1050 tidq->pid = tidq->thread->pid_; in cs_etm__set_pid_tid_cpu()
Dintel-pt.c984 ptq->pid = ptq->thread->pid_; in intel_pt_set_pid_tid_cpu()
/tools/perf/
Dbuiltin-c2c.c1062 return scnprintf(hpp->buf, hpp->size, "%*d", width, he->thread->pid_); in STAT_FN()
1069 return left->thread->pid_ - right->thread->pid_; in pid_cmp()
Dbuiltin-report.c758 thread->pid_, thread->tid, thread->ppid, in task__print_level()
Dbuiltin-trace.c1173 if (thread->pid_ == thread->tid) { in thread__read_fd_path()
1175 "/proc/%d/fd/%d", thread->pid_, fd); in thread__read_fd_path()
1178 "/proc/%d/task/%d/fd/%d", thread->pid_, thread->tid, fd); in thread__read_fd_path()
Dbuiltin-sched.c1907 pid_t pid = thread->pid_; in timehist_get_commstr()
/tools/perf/util/scripting-engines/
Dtrace-event-python.c1005 tuple_set_s32(t, 3, thread->pid_); in python_export_thread()