Home
last modified time | relevance | path

Searched refs:pid_ (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/util/
H A Dthread.c24 pid_t pid = thread->pid_; in thread__init_maps()
46 thread->pid_ = pid; in thread__new()
233 if (second_last && !last->start && thread->pid_ == thread->tid) in thread__exec_comm()
283 thread->pid_, thread->tid) >= (int)sizeof(path)) && in thread__set_comm_from_proc()
379 if (thread->pid_ == parent->pid_) in thread__clone_maps()
384 thread->pid_, thread->tid, parent->pid_, parent->tid); in thread__clone_maps()
427 if (thread->pid_ == thread->tid) in thread__main_thread()
430 if (thread->pid_ in thread__main_thread()
[all...]
H A Dthread.h38 pid_t pid_; /* Not all tools update this */ member
146 !intlist__has_entry(symbol_conf.pid_list, thread->pid_)) { in thread__is_filtered()
H A Dmachine.c404 if (pid == th->pid_ || pid == -1 || th->pid_ != -1) in machine__update_thread_pid()
407 th->pid_ = pid; in machine__update_thread_pid()
409 if (th->pid_ == th->tid) in machine__update_thread_pid()
412 leader = __machine__findnew_thread(machine, th->pid_, th->pid_); in machine__update_thread_pid()
433 th->pid_, th->tid); in machine__update_thread_pid()
442 pr_err("Failed to join map groups for %d:%d\n", th->pid_, th->tid); in machine__update_thread_pid()
1885 if (parent->pid_ != (pid_t)event->fork.ppid) { in machine__process_fork_event()
1887 parent->pid_, paren in machine__process_fork_event()
[all...]
H A Ddb-export.c535 *is_idle = !thread->pid_ && !thread->tid; in db_export__pid_tid()
H A Dthread-stack.c115 return !(thread->tid || thread->pid_); in thread_stack__per_cpu()
1130 if (ts->comm != comm && thread->pid_ == thread->tid) { in thread_stack__process()
H A Dsort.c1275 if (left->thread->pid_ > right->thread->pid_) return -1; in sort__dcacheline_cmp()
1276 if (left->thread->pid_ < right->thread->pid_) return 1; in sort__dcacheline_cmp()
H A Dintel-bts.c459 btsq->pid = thread->pid_; in intel_bts_process_queue()
H A Darm-spe.c506 speq->pid = speq->thread->pid_; in arm_spe_set_pid_tid_cpu()
H A Dintel-pt.c1128 ptq->pid = ptq->thread->pid_; in intel_pt_set_pid_tid_cpu()
2425 ptq->pid = ptq->thread->pid_; in intel_pt_sample_set_pid_tid_cpu()
H A Dcs-etm.c1080 tidq->pid = tidq->thread->pid_; in cs_etm__set_pid_tid_cpu()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread.h40 pid_t pid_; /* Not all tools update this */ in DECLARE_RC_STRUCT() local
139 return RC_CHK_ACCESS(thread)->pid_; in thread__pid()
142 static inline void thread__set_pid(struct thread *thread, pid_t pid_) in thread__set_pid() argument
144 RC_CHK_ACCESS(thread)->pid_ = pid_; in thread__set_pid()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-c2c.c1029 return scnprintf(hpp->buf, hpp->size, "%*d", width, he->thread->pid_); in pid_entry()
1036 return left->thread->pid_ - right->thread->pid_; in pid_cmp()
H A Dbuiltin-trace.c1379 if (thread->pid_ == thread->tid) { in thread__read_fd_path()
1381 "/proc/%d/fd/%d", thread->pid_, fd); in thread__read_fd_path()
1384 "/proc/%d/task/%d/fd/%d", thread->pid_, thread->tid, fd); in thread__read_fd_path()
2192 thread__comm_str(thread), thread->pid_, thread->tid);
H A Dbuiltin-report.c810 thread->pid_, thread->tid, thread->ppid, in task__print_level()
H A Dbuiltin-sched.c1912 pid_t pid = thread->pid_; in timehist_get_commstr()
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1026 tuple_set_s32(t, 3, thread->pid_); in python_export_thread()

Completed in 42 milliseconds