Searched refs:thread_map__new_str (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread_map.h | 21 struct perf_thread_map *thread_map__new_str(const char *pid,
|
H A D | thread_map.c | 292 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str() function
|
H A D | evlist.c | 930 * For perf record, thread_map__new_str doesn't call in perf_evlist__create_maps() 936 * per-thread data. thread_map__new_str will call in perf_evlist__create_maps() 939 threads = thread_map__new_str(target->pid, target->tid, target->uid, in perf_evlist__create_maps()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | thread_map.h | 19 struct perf_thread_map *thread_map__new_str(const char *pid,
|
H A D | thread_map.c | 293 struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, in thread_map__new_str() function
|
H A D | evlist.c | 1050 * For perf record, thread_map__new_str doesn't call in evlist__create_maps() 1056 * per-thread data. thread_map__new_str will call in evlist__create_maps() 1059 threads = thread_map__new_str(target->pid, target->tid, target->uid, in evlist__create_maps()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | thread-map.c | 117 threads = thread_map__new_str(str, NULL, 0, false); in test__thread_map_remove()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | thread-map.c | 118 threads = thread_map__new_str(str, NULL, 0, false); in test__thread_map_remove()
|
Completed in 8 milliseconds