/external/linux-tools-perf/util/ |
thread_map.h | 6 struct thread_map { struct 11 struct thread_map *thread_map__new_by_pid(pid_t pid); 12 struct thread_map *thread_map__new_by_tid(pid_t tid); 13 struct thread_map *thread_map__new(pid_t pid, pid_t tid); 14 void thread_map__delete(struct thread_map *threads);
|
thread_map.c | 4 #include "thread_map.h" 15 struct thread_map *thread_map__new_by_pid(pid_t pid) 17 struct thread_map *threads; 42 struct thread_map *thread_map__new_by_tid(pid_t tid) 44 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); 54 struct thread_map *thread_map__new(pid_t pid, pid_t tid) 61 void thread_map__delete(struct thread_map *threads)
|
evlist.h | 15 struct thread_map; 32 struct thread_map *threads; 39 struct thread_map *threads); 41 struct thread_map *threads); 64 struct thread_map *threads)
|
setup.py | 11 'util/evsel.c', 'util/cpumap.c', 'util/thread_map.c',
|
evsel.h | 75 struct thread_map; 94 struct thread_map *threads, bool group); 96 struct thread_map *threads, bool group);
|
event.h | 151 struct thread_map; 159 int perf_event__synthesize_thread_map(struct thread_map *threads,
|
evsel.c | 14 #include "thread_map.h" 204 struct thread_map *threads, bool group) 267 struct thread_map map; 275 struct thread_map *threads, bool group) 295 struct thread_map *threads, bool group)
|
evlist.c | 11 #include "thread_map.h" 32 struct thread_map *threads) 43 struct thread_map *threads) 381 const struct thread_map *threads = evlist->threads; 439 const struct thread_map *threads = evlist->threads;
|
python.c | 9 #include "thread_map.h" 313 struct thread_map *threads; 364 .tp_name = "perf.thread_map", 499 struct thread_map *threads = NULL; 564 struct thread_map *threads; 885 PyModule_AddObject(module, "thread_map", (PyObject*)&pyrf_thread_map__type);
|
event.c | 17 #include "thread_map.h" 295 int perf_event__synthesize_thread_map(struct thread_map *threads,
|
/external/linux-tools-perf/python/ |
twatch.py | 20 threads = perf.thread_map()
|
/external/linux-tools-perf/ |
builtin-test.c | 14 #include "util/thread_map.h" 267 struct thread_map *threads; 331 struct thread_map *threads; 462 struct thread_map *threads;
|
Android.mk | 78 util/thread_map.c \
|
Makefile | 282 LIB_H += util/thread_map.h 333 LIB_OBJS += $(OUTPUT)util/thread_map.o 391 PYRF_OBJS += $(OUTPUT)util/thread_map.o
|
builtin-record.c | 27 #include "util/thread_map.h"
|
android.patch | 300 struct thread_map *threads; 335 #include "util/thread_map.h" [all...] |
builtin-stat.c | 57 #include "util/thread_map.h" [all...] |
builtin-top.c | 31 #include "util/thread_map.h"
|
/external/v8/tools/ |
grokdump.py | 377 self.thread_map = {} 407 self.thread_map[thread.id] = thread [all...] |
/external/chromium_org/v8/tools/ |
grokdump.py | 531 self.thread_map = {} 570 self.thread_map[thread.id] = thread [all...] |