Searched refs:thread_map (Results 1 - 21 of 21) sorted by relevance

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dthread_map.h7 struct thread_map { struct
12 struct thread_map *thread_map__new_by_pid(pid_t pid);
13 struct thread_map *thread_map__new_by_tid(pid_t tid);
14 struct thread_map *thread_map__new_by_uid(uid_t uid);
15 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid);
17 struct thread_map *thread_map__new_str(const char *pid,
20 void thread_map__delete(struct thread_map *threads);
22 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp);
24 static inline int thread_map__nr(struct thread_map *threads)
H A Dthread_map.c11 #include "thread_map.h"
22 struct thread_map *thread_map__new_by_pid(pid_t pid)
24 struct thread_map *threads;
49 struct thread_map *thread_map__new_by_tid(pid_t tid)
51 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t));
61 struct thread_map *thread_map__new_by_uid(uid_t uid)
67 struct thread_map *threads = malloc(sizeof(*threads) +
106 struct thread_map *tmp;
146 struct thread_map *thread_map__new(pid_t pid, pid_t tid, uid_t uid)
157 static struct thread_map *thread_map__new_by_pid_st
[all...]
H A Dpython-ext-sources14 util/thread_map.c
H A Devlist.h13 struct thread_map;
45 struct thread_map *threads;
57 struct thread_map *threads);
125 struct thread_map *threads)
H A Devsel.h98 struct thread_map;
166 struct thread_map *threads);
168 struct thread_map *threads);
H A Devent.h190 struct thread_map;
198 struct thread_map *threads,
H A Dpython.c9 #include "thread_map.h"
442 struct thread_map *threads;
493 .tp_name = "perf.thread_map",
630 struct thread_map *threads = NULL;
699 struct thread_map *threads;
1050 PyModule_AddObject(module, "thread_map", (PyObject*)&pyrf_thread_map__type);
H A Devsel.c22 #include "thread_map.h"
1003 struct thread_map *threads)
1128 struct thread_map map;
1136 struct thread_map *threads)
1156 struct thread_map *threads)
H A Devlist.c13 #include "thread_map.h"
31 struct thread_map *threads)
702 const struct thread_map *threads = evlist->threads;
H A Devent.c9 #include "thread_map.h"
318 struct thread_map *threads,
349 /* is thread group leader in thread_map? */
H A Dparse-events.c18 #include "thread_map.h"
1091 struct thread_map map;
/external/linux-tools-perf/perf-3.12.0/tools/perf/python/
H A Dtwatch.py20 threads = perf.thread_map()
/external/linux-tools-perf/perf-3.12.0/tools/perf/tests/
H A Dopen-syscall.c1 #include "thread_map.h"
11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX);
H A Dopen-syscall-all-cpus.c3 #include "thread_map.h"
14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX);
H A Dkeep-tracking.c8 #include "thread_map.h"
63 struct thread_map *threads = NULL;
H A Dmmap-basic.c3 #include "thread_map.h"
22 struct thread_map *threads;
H A Dperf-time-to-tsc.c10 #include "thread_map.h"
59 struct thread_map *threads = NULL;
H A Dcode-reading.c12 #include "thread_map.h"
395 struct thread_map *threads = NULL;
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A DAndroid.mk102 util/thread_map.c \
H A DMakefile274 LIB_H += util/thread_map.h
341 LIB_OBJS += $(OUTPUT)util/thread_map.o
/external/chromium_org/v8/tools/
H A Dgrokdump.py538 self.thread_map = {}
577 self.thread_map[thread.id] = thread
1628 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]
2083 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]
2155 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]
2234 exception_thread = self.reader.thread_map[self.reader.exception.thread_id]
3038 exception_thread = reader.thread_map[reader.exception.thread_id]

Completed in 8698 milliseconds