Home
last modified time | relevance | path

Searched refs:th (Results 1 – 4 of 4) sorted by relevance

/tools/perf/util/
Dmachine.c17 static void __machine__remove_thread(struct machine *machine, struct thread *th, bool lock);
313 struct thread *th, pid_t pid) in machine__update_thread_pid() argument
317 if (pid == th->pid_ || pid == -1 || th->pid_ != -1) in machine__update_thread_pid()
320 th->pid_ = pid; in machine__update_thread_pid()
322 if (th->pid_ == th->tid) in machine__update_thread_pid()
325 leader = __machine__findnew_thread(machine, th->pid_, th->pid_); in machine__update_thread_pid()
335 if (th->mg == leader->mg) in machine__update_thread_pid()
338 if (th->mg) { in machine__update_thread_pid()
344 if (!map_groups__empty(th->mg)) in machine__update_thread_pid()
346 th->pid_, th->tid); in machine__update_thread_pid()
[all …]
Dmachine.h138 void machine__remove_thread(struct machine *machine, struct thread *th);
/tools/perf/Documentation/
Dperf-probe.txt175 …source.c:100-120" shows lines between 100th to l20th in source.c file. And "func:10+20" shows 20 l…
184 … probe point definitions against minor code changes. For example, actual 10th line of schedule() c…
201 Add a probe on schedule() function 12th line with recording cpu local variable:
Dintel-pt.txt13 Intel PT is first supported in Intel Core M and 5th generation Intel Core