OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_map__new
(Results
1 - 6
of
6
) sorted by null
/external/linux-tools-perf/util/
thread_map.h
13
struct thread_map *
thread_map__new
(pid_t pid, pid_t tid);
thread_map.c
54
struct thread_map *
thread_map__new
(pid_t pid, pid_t tid)
function
evlist.c
409
evlist->threads =
thread_map__new
(target_pid, target_tid);
python.c
326
pthreads->threads =
thread_map__new
(pid, tid);
/external/linux-tools-perf/
builtin-test.c
278
threads =
thread_map__new
(-1, getpid());
280
pr_debug("
thread_map__new
\n");
344
threads =
thread_map__new
(-1, getpid());
346
pr_debug("
thread_map__new
\n");
496
threads =
thread_map__new
(-1, getpid());
498
pr_debug("
thread_map__new
\n");
builtin-stat.c
1193
evsel_list->threads =
thread_map__new
(target_pid, target_tid);
[
all
...]
Completed in 4922 milliseconds