Searched refs:thread_map (Results 1 – 23 of 23) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | thread_map.h | 7 struct thread_map { struct 12 struct thread_map *thread_map__new_dummy(void); argument 13 struct thread_map *thread_map__new_by_pid(pid_t pid); 14 struct thread_map *thread_map__new_by_tid(pid_t tid); 15 struct thread_map *thread_map__new_by_uid(uid_t uid); 16 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid); 18 struct thread_map *thread_map__new_str(const char *pid, 21 void thread_map__delete(struct thread_map *threads); 23 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp); 25 static inline int thread_map__nr(struct thread_map *threads) in thread_map__nr()
|
D | thread_map.c | 23 struct thread_map *thread_map__new_by_pid(pid_t pid) in thread_map__new_by_pid() 25 struct thread_map *threads; in thread_map__new_by_pid() 50 struct thread_map *thread_map__new_by_tid(pid_t tid) in thread_map__new_by_tid() 52 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); in thread_map__new_by_tid() 62 struct thread_map *thread_map__new_by_uid(uid_t uid) in thread_map__new_by_uid() 68 struct thread_map *threads = malloc(sizeof(*threads) + in thread_map__new_by_uid() 107 struct thread_map *tmp; in thread_map__new_by_uid() 146 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid) in thread_map__new() 157 static struct thread_map *thread_map__new_by_pid_str(const char *pid_str) in thread_map__new_by_pid_str() 159 struct thread_map *threads = NULL, *nt; in thread_map__new_by_pid_str() [all …]
|
D | evlist.h | 14 struct thread_map; 51 struct thread_map *threads; 65 struct thread_map *threads); 148 struct thread_map *threads) in perf_evlist__set_maps()
|
D | evsel.h | 112 struct thread_map; 199 struct thread_map *threads); 201 struct thread_map *threads);
|
D | python-ext-sources | 14 util/thread_map.c
|
D | machine.h | 213 struct target *target, struct thread_map *threads, 217 struct thread_map *threads, bool data_mmap) in machine__synthesize_threads()
|
D | event.h | 303 struct thread_map; 311 struct thread_map *threads,
|
D | python.c | 435 struct thread_map *threads; 623 struct thread_map *threads = NULL; in pyrf_evsel__open() 692 struct thread_map *threads; in pyrf_evlist__init()
|
D | Build | 48 libperf-y += thread_map.o
|
D | evsel.c | 1135 struct thread_map *threads) in __perf_evsel__open() 1302 struct thread_map map; 1310 struct thread_map *threads) in perf_evsel__open() 1330 struct thread_map *threads) in perf_evsel__open_per_thread()
|
D | evlist.c | 36 struct thread_map *threads) in perf_evlist__init() 1000 const struct thread_map *threads = evlist->threads; in perf_evlist__mmap()
|
D | event.c | 453 struct thread_map *threads, in perf_event__synthesize_thread_map()
|
D | parse-events.c | 1244 struct thread_map map; in is_event_supported()
|
D | machine.c | 1773 struct target *target, struct thread_map *threads, in __machine__synthesize_threads()
|
/linux-4.1.27/tools/perf/python/ |
D | twatch.py | 20 threads = perf.thread_map()
|
/linux-4.1.27/tools/perf/tests/ |
D | open-syscall.c | 11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event()
|
D | open-syscall-all-cpus.c | 14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event_on_all_cpus()
|
D | keep-tracking.c | 63 struct thread_map *threads = NULL; in test__keep_tracking()
|
D | mmap-basic.c | 22 struct thread_map *threads; in test__basic_mmap()
|
D | perf-time-to-tsc.c | 48 struct thread_map *threads = NULL; in test__perf_time_to_tsc()
|
D | mmap-thread-lookup.c | 137 struct thread_map *map; in synth_process()
|
D | code-reading.c | 402 struct thread_map *threads = NULL; in do_test_code_reading()
|
D | switch-tracking.c | 321 struct thread_map *threads = NULL; in test__switch_tracking()
|