Home
last modified time | relevance | path

Searched refs:thread_map__new_str (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/tools/perf/util/
Dthread_map.h17 struct thread_map *thread_map__new_str(const char *pid,
Dthread_map.c271 struct thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str() function
Devlist.c605 evlist->threads = thread_map__new_str(target_pid, target_tid, uid); in perf_evlist__create_maps()
/linux-3.4.99/tools/perf/
Dbuiltin-stat.c1242 evsel_list->threads = thread_map__new_str(target_pid, in cmd_stat()