HomeSort by relevance Sort by last modified time
    Searched refs:machine__findnew_thread (Results 1 - 14 of 14) sorted by null

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
build-id.c 27 struct thread *thread = machine__findnew_thread(machine, sample->pid,
51 struct thread *thread = machine__findnew_thread(machine,
machine.c 35 struct thread *thread = machine__findnew_thread(machine, 0,
306 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid, function
319 struct thread *thread = machine__findnew_thread(machine,
1020 thread = machine__findnew_thread(machine, event->mmap2.pid,
1067 thread = machine__findnew_thread(machine, event->mmap.pid,
1108 struct thread *parent = machine__findnew_thread(machine,
1116 thread = machine__findnew_thread(machine, event->fork.pid,
    [all...]
machine.h 110 struct thread *machine__findnew_thread(struct machine *machine, pid_t pid,
event.c 717 struct thread *thread = machine__findnew_thread(machine, sample->pid,
session.c 1113 return machine__findnew_thread(&session->machines.host, 0, pid);
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-sched.c 737 child = machine__findnew_thread(machine, event->fork.pid,
739 parent = machine__findnew_thread(machine, event->fork.ppid,
949 sched_out = machine__findnew_thread(machine, 0, prev_pid);
950 sched_in = machine__findnew_thread(machine, 0, next_pid);
993 struct thread *thread = machine__findnew_thread(machine, 0, pid);
1031 wakee = machine__findnew_thread(machine, 0, pid);
1085 migrant = machine__findnew_thread(machine, 0, pid);
1304 sched_out = machine__findnew_thread(machine, 0, prev_pid);
1305 sched_in = machine__findnew_thread(machine, 0, next_pid);
    [all...]
builtin-trace.c 707 thread = machine__findnew_thread(&trace->host, sample->pid,
759 thread = machine__findnew_thread(&trace->host, sample->pid,
816 struct thread *thread = machine__findnew_thread(&trace->host,
    [all...]
builtin-inject.c 214 thread = machine__findnew_thread(machine, sample->pid, sample->pid);
builtin-kmem.c 308 struct thread *thread = machine__findnew_thread(machine, sample->pid,
builtin-lock.c 808 struct thread *thread = machine__findnew_thread(machine, sample->pid,
builtin-kvm.c 818 thread = machine__findnew_thread(machine, sample->pid, sample->tid);
    [all...]
builtin-script.c 504 struct thread *thread = machine__findnew_thread(machine, sample->pid,
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
code-reading.c 260 thread = machine__findnew_thread(machine, sample.pid, sample.pid);
262 pr_debug("machine__findnew_thread failed\n");
450 thread = machine__findnew_thread(machine, pid, pid);
452 pr_debug("machine__findnew_thread failed\n");
hists_link.c 91 thread = machine__findnew_thread(machine, fake_threads[i].pid,

Completed in 254 milliseconds