Home
last modified time | relevance | path

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

/linux-6.6.21/tools/perf/util/
Dthread_map.h19 struct perf_thread_map *thread_map__new_str(const char *pid,
Dthread_map.c293 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str() function
Devlist.c1059 threads = thread_map__new_str(target->pid, target->tid, target->uid, in evlist__create_maps()
/linux-6.6.21/tools/perf/tests/
Dthread-map.c118 threads = thread_map__new_str(str, NULL, 0, false); in test__thread_map_remove()