OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_map__new_by_tid
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/util/
thread_map.h
12
struct thread_map *
thread_map__new_by_tid
(pid_t tid);
thread_map.c
42
struct thread_map *
thread_map__new_by_tid
(pid_t tid)
function
58
return
thread_map__new_by_tid
(tid);
Completed in 2652 milliseconds