Searched refs:thread_map (Results 1 – 26 of 26) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread_map.h | 13 struct thread_map { struct 19 struct thread_map *thread_map__new_dummy(void); argument 20 struct thread_map *thread_map__new_by_pid(pid_t pid); 21 struct thread_map *thread_map__new_by_tid(pid_t tid); 22 struct thread_map *thread_map__new_by_uid(uid_t uid); 23 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid); 25 struct thread_map *thread_map__get(struct thread_map *map); 26 void thread_map__put(struct thread_map *map); 28 struct thread_map *thread_map__new_str(const char *pid, 31 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp); [all …]
|
D | thread_map.c | 26 static void thread_map__reset(struct thread_map *map, int start, int nr) in thread_map__reset() 33 static struct thread_map *thread_map__realloc(struct thread_map *map, int nr) in thread_map__realloc() 50 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid() 52 struct thread_map *threads; in thread_map__new_by_pid() 78 struct thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() 80 struct thread_map *threads = thread_map__alloc(1); in thread_map__new_by_tid() 91 struct thread_map *thread_map__new_by_uid(uid_t uid) in thread_map__new_by_uid() 97 struct thread_map *threads = thread_map__alloc(max_threads); in thread_map__new_by_uid() 137 struct thread_map *tmp; in thread_map__new_by_uid() 177 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() [all …]
|
D | evlist.h | 16 struct thread_map; 56 struct thread_map *threads; 71 struct thread_map *threads); 163 struct thread_map *threads);
|
D | evsel.h | 104 struct thread_map *threads; 136 struct thread_map; 235 struct thread_map *threads); 237 struct thread_map *threads);
|
D | python-ext-sources | 14 util/thread_map.c
|
D | machine.h | 233 struct target *target, struct thread_map *threads, 238 struct thread_map *threads, bool data_mmap, in machine__synthesize_threads()
|
D | event.h | 386 struct thread_map; 394 struct thread_map *threads,
|
D | evlist.c | 37 struct thread_map *threads) in perf_evlist__init() 1135 const struct thread_map *threads = evlist->threads; in perf_evlist__mmap_ex() 1176 struct thread_map *threads; in perf_evlist__create_maps() 1203 struct thread_map *threads) in perf_evlist__set_maps() 1443 struct thread_map *threads; in perf_evlist__create_syswide_maps()
|
D | python.c | 481 struct thread_map *threads; 672 struct thread_map *threads = NULL; in pyrf_evsel__open() 741 struct thread_map *threads; in pyrf_evlist__init()
|
D | Build | 51 libperf-y += thread_map.o
|
D | evsel.c | 1292 struct thread_map *threads) in __perf_evsel__open() 1475 struct thread_map map; 1483 struct thread_map *threads) in perf_evsel__open() 1503 struct thread_map *threads) in perf_evsel__open_per_thread()
|
D | event.c | 485 struct thread_map *threads, in perf_event__synthesize_thread_map()
|
D | parse-events.c | 1767 struct thread_map map; in is_event_supported()
|
D | machine.c | 1943 struct target *target, struct thread_map *threads, in __machine__synthesize_threads()
|
/linux-4.4.14/tools/perf/tests/ |
D | thread-map.c | 9 struct thread_map *map; in test__thread_map()
|
D | openat-syscall.c | 13 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
|
D | task-exit.c | 47 struct thread_map *threads; in test__task_exit()
|
D | openat-syscall-all-cpus.c | 17 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
|
D | sw-clock.c | 38 struct thread_map *threads; in __test__sw_clock_freq()
|
D | keep-tracking.c | 63 struct thread_map *threads = NULL; in test__keep_tracking()
|
D | mmap-basic.c | 23 struct thread_map *threads; in test__basic_mmap()
|
D | mmap-thread-lookup.c | 137 struct thread_map *map; in synth_process()
|
D | switch-tracking.c | 321 struct thread_map *threads = NULL; in test__switch_tracking()
|
D | code-reading.c | 451 struct thread_map *threads = NULL; in do_test_code_reading()
|
/linux-4.4.14/tools/perf/python/ |
D | twatch.py | 20 threads = perf.thread_map(thread)
|
/linux-4.4.14/tools/perf/arch/x86/tests/ |
D | perf-time-to-tsc.c | 50 struct thread_map *threads = NULL; in test__perf_time_to_tsc()
|