Home
last modified time | relevance | path

Searched refs:thread__init_map_groups (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dthread.h40 int thread__init_map_groups(struct thread *thread, struct machine *machine);
Dthread.c13 int thread__init_map_groups(struct thread *thread, struct machine *machine) in thread__init_map_groups() function
Dmachine.c394 if (thread__init_map_groups(th, machine)) { in __machine__findnew_thread()