Searched refs:pid_ (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | db-export.c | 133 if (thread->pid_ != -1) { in db_export__thread() 136 if (thread->pid_ == thread->tid) { in db_export__thread() 140 thread->pid_, in db_export__thread() 141 thread->pid_); in db_export__thread() 231 if (thread->pid_ == thread->tid) in get_main_thread() 234 if (thread->pid_ == -1) in get_main_thread() 237 return machine__find_thread(machine, thread->pid_, thread->pid_); in get_main_thread()
|
D | thread.c | 16 pid_t pid = thread->pid_; in thread__init_map_groups() 36 thread->pid_ = pid; in thread__new() 187 if (thread->pid_ == parent->pid_) in thread__clone_map_groups()
|
D | thread.h | 20 pid_t pid_; /* Not all tools update this */ member 105 !intlist__has_entry(symbol_conf.pid_list, thread->pid_)) { in thread__is_filtered()
|
D | machine.c | 298 if (pid == th->pid_ || pid == -1 || th->pid_ != -1) in machine__update_thread_pid() 301 th->pid_ = pid; in machine__update_thread_pid() 303 if (th->pid_ == th->tid) in machine__update_thread_pid() 306 leader = machine__findnew_thread(machine, th->pid_, th->pid_); in machine__update_thread_pid() 327 th->pid_, th->tid); in machine__update_thread_pid() 336 pr_err("Failed to join map groups for %d:%d\n", th->pid_, th->tid); in machine__update_thread_pid()
|
D | sort.c | 884 if (left->thread->pid_ > right->thread->pid_) return -1; in sort__dcacheline_cmp() 885 if (left->thread->pid_ < right->thread->pid_) return 1; in sort__dcacheline_cmp()
|
D | thread-stack.c | 691 if (ts->comm != comm && thread->pid_ == thread->tid) { in thread_stack__process()
|
/linux-4.1.27/tools/perf/ |
D | builtin-trace.c | 1293 if (thread->pid_ == thread->tid) { in thread__read_fd_path() 1295 "/proc/%d/fd/%d", thread->pid_, fd); in thread__read_fd_path() 1298 "/proc/%d/task/%d/fd/%d", thread->pid_, thread->tid, fd); in thread__read_fd_path()
|
/linux-4.1.27/tools/perf/util/scripting-engines/ |
D | trace-event-python.c | 560 tuple_set_s32(t, 3, thread->pid_); in python_export_thread()
|