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

  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
thread.h 29 struct thread *thread__new(pid_t pid, pid_t tid);
thread.c 10 struct thread *thread__new(pid_t pid, pid_t tid) function
machine.c 296 th = thread__new(pid, tid);
    [all...]

Completed in 413 milliseconds