Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 12 of 12) sorted by relevance

/tools/perf/util/
Dthread_map.c24 struct thread_map *threads; in thread_map__new_by_pid() local
51 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); in thread_map__new_by_tid() local
67 struct thread_map *threads = malloc(sizeof(*threads) + in thread_map__new_by_uid() local
159 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() local
221 struct thread_map *threads = NULL, *nt; in thread_map__new_by_tid_str() local
283 void thread_map__delete(struct thread_map *threads) in thread_map__delete()
288 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp) in thread_map__fprintf()
Devlist.h34 struct thread_map *threads; member
103 struct thread_map *threads) in perf_evlist__set_maps()
Dvalues.h7 int threads; member
Devsel.c297 struct thread_map *threads, bool group, in __perf_evsel__open()
368 int threads[1]; member
375 struct thread_map *threads, bool group, in perf_evsel__open()
398 struct thread_map *threads, bool group, in perf_evsel__open_per_thread()
Devlist.c29 struct thread_map *threads) in perf_evlist__init()
41 struct thread_map *threads) in perf_evlist__new()
569 const struct thread_map *threads = evlist->threads; in perf_evlist__mmap() local
635 const struct thread_map *threads = evlist->threads; in perf_evlist__set_filters() local
Dpython.c422 struct thread_map *threads; member
610 struct thread_map *threads = NULL; in pyrf_evsel__open() local
679 struct thread_map *threads; in pyrf_evlist__init() local
Dmap.h69 struct rb_root threads; member
Devent.c310 struct thread_map *threads, in perf_event__synthesize_thread_map()
/tools/perf/
Dbuiltin-test.c271 struct thread_map *threads; in test__open_syscall_event() local
335 struct thread_map *threads; in test__open_syscall_event_on_all_cpus() local
462 struct thread_map *threads; in test__basic_mmap() local
/tools/power/cpupower/utils/helpers/
Dhelpers.h101 unsigned int threads; /* per core */ member
/tools/usb/
Dffs-test.c221 } threads[] = { variable
/tools/perf/scripts/python/
Dsched-migration.py29 threads = { 0 : "idle"} variable