Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread_map.h13 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 …]
Dthread_map.c26 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 …]
Devlist.h16 struct thread_map;
56 struct thread_map *threads;
71 struct thread_map *threads);
163 struct thread_map *threads);
Devsel.h104 struct thread_map *threads;
136 struct thread_map;
235 struct thread_map *threads);
237 struct thread_map *threads);
Dpython-ext-sources14 util/thread_map.c
Dmachine.h233 struct target *target, struct thread_map *threads,
238 struct thread_map *threads, bool data_mmap, in machine__synthesize_threads()
Devent.h386 struct thread_map;
394 struct thread_map *threads,
Devlist.c37 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()
Dpython.c481 struct thread_map *threads;
672 struct thread_map *threads = NULL; in pyrf_evsel__open()
741 struct thread_map *threads; in pyrf_evlist__init()
DBuild51 libperf-y += thread_map.o
Devsel.c1292 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()
Devent.c485 struct thread_map *threads, in perf_event__synthesize_thread_map()
Dparse-events.c1767 struct thread_map map; in is_event_supported()
Dmachine.c1943 struct target *target, struct thread_map *threads, in __machine__synthesize_threads()
/linux-4.4.14/tools/perf/tests/
Dthread-map.c9 struct thread_map *map; in test__thread_map()
Dopenat-syscall.c13 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event()
Dtask-exit.c47 struct thread_map *threads; in test__task_exit()
Dopenat-syscall-all-cpus.c17 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); in test__openat_syscall_event_on_all_cpus()
Dsw-clock.c38 struct thread_map *threads; in __test__sw_clock_freq()
Dkeep-tracking.c63 struct thread_map *threads = NULL; in test__keep_tracking()
Dmmap-basic.c23 struct thread_map *threads; in test__basic_mmap()
Dmmap-thread-lookup.c137 struct thread_map *map; in synth_process()
Dswitch-tracking.c321 struct thread_map *threads = NULL; in test__switch_tracking()
Dcode-reading.c451 struct thread_map *threads = NULL; in do_test_code_reading()
/linux-4.4.14/tools/perf/python/
Dtwatch.py20 threads = perf.thread_map(thread)
/linux-4.4.14/tools/perf/arch/x86/tests/
Dperf-time-to-tsc.c50 struct thread_map *threads = NULL; in test__perf_time_to_tsc()