Home
last modified time | relevance | path

Searched refs:thread_map (Results 1 – 23 of 23) sorted by relevance

/linux-4.1.27/tools/perf/util/
Dthread_map.h7 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()
Dthread_map.c23 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 …]
Devlist.h14 struct thread_map;
51 struct thread_map *threads;
65 struct thread_map *threads);
148 struct thread_map *threads) in perf_evlist__set_maps()
Devsel.h112 struct thread_map;
199 struct thread_map *threads);
201 struct thread_map *threads);
Dpython-ext-sources14 util/thread_map.c
Dmachine.h213 struct target *target, struct thread_map *threads,
217 struct thread_map *threads, bool data_mmap) in machine__synthesize_threads()
Devent.h303 struct thread_map;
311 struct thread_map *threads,
Dpython.c435 struct thread_map *threads;
623 struct thread_map *threads = NULL; in pyrf_evsel__open()
692 struct thread_map *threads; in pyrf_evlist__init()
DBuild48 libperf-y += thread_map.o
Devsel.c1135 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()
Devlist.c36 struct thread_map *threads) in perf_evlist__init()
1000 const struct thread_map *threads = evlist->threads; in perf_evlist__mmap()
Devent.c453 struct thread_map *threads, in perf_event__synthesize_thread_map()
Dparse-events.c1244 struct thread_map map; in is_event_supported()
Dmachine.c1773 struct target *target, struct thread_map *threads, in __machine__synthesize_threads()
/linux-4.1.27/tools/perf/python/
Dtwatch.py20 threads = perf.thread_map()
/linux-4.1.27/tools/perf/tests/
Dopen-syscall.c11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event()
Dopen-syscall-all-cpus.c14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__open_syscall_event_on_all_cpus()
Dkeep-tracking.c63 struct thread_map *threads = NULL; in test__keep_tracking()
Dmmap-basic.c22 struct thread_map *threads; in test__basic_mmap()
Dperf-time-to-tsc.c48 struct thread_map *threads = NULL; in test__perf_time_to_tsc()
Dmmap-thread-lookup.c137 struct thread_map *map; in synth_process()
Dcode-reading.c402 struct thread_map *threads = NULL; in do_test_code_reading()
Dswitch-tracking.c321 struct thread_map *threads = NULL; in test__switch_tracking()