Symbol: perf_thread_map
tools/lib/perf/evlist.c
261
struct perf_thread_map *threads)
tools/lib/perf/evsel.c
127
struct perf_thread_map *threads)
tools/lib/perf/evsel.c
145
static struct perf_thread_map *empty_thread_map;
tools/lib/perf/evsel.c
516
struct perf_thread_map *perf_evsel__threads(struct perf_evsel *evsel)
tools/lib/perf/include/internal/evlist.h
14
struct perf_thread_map;
tools/lib/perf/include/internal/evlist.h
29
struct perf_thread_map *threads;
tools/lib/perf/include/internal/evsel.h
103
struct perf_thread_map *threads;
tools/lib/perf/include/internal/evsel.h
11
struct perf_thread_map;
tools/lib/perf/include/internal/threadmap.h
21
struct perf_thread_map *perf_thread_map__realloc(struct perf_thread_map *map, int nr);
tools/lib/perf/include/perf/evlist.h
11
struct perf_thread_map;
tools/lib/perf/include/perf/evlist.h
33
struct perf_thread_map *threads);
tools/lib/perf/include/perf/evsel.h
13
struct perf_thread_map;
tools/lib/perf/include/perf/evsel.h
31
struct perf_thread_map *threads);
tools/lib/perf/include/perf/evsel.h
45
LIBPERF_API struct perf_thread_map *perf_evsel__threads(struct perf_evsel *evsel);
tools/lib/perf/include/perf/threadmap.h
10
LIBPERF_API struct perf_thread_map *perf_thread_map__new_dummy(void);
tools/lib/perf/include/perf/threadmap.h
11
LIBPERF_API struct perf_thread_map *perf_thread_map__new_array(int nr_threads, pid_t *array);
tools/lib/perf/include/perf/threadmap.h
13
LIBPERF_API void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid);
tools/lib/perf/include/perf/threadmap.h
14
LIBPERF_API char *perf_thread_map__comm(struct perf_thread_map *map, int idx);
tools/lib/perf/include/perf/threadmap.h
15
LIBPERF_API int perf_thread_map__nr(struct perf_thread_map *threads);
tools/lib/perf/include/perf/threadmap.h
16
LIBPERF_API pid_t perf_thread_map__pid(struct perf_thread_map *map, int idx);
tools/lib/perf/include/perf/threadmap.h
17
LIBPERF_API int perf_thread_map__idx(struct perf_thread_map *map, pid_t pid);
tools/lib/perf/include/perf/threadmap.h
19
LIBPERF_API struct perf_thread_map *perf_thread_map__get(struct perf_thread_map *map);
tools/lib/perf/include/perf/threadmap.h
20
LIBPERF_API void perf_thread_map__put(struct perf_thread_map *map);
tools/lib/perf/include/perf/threadmap.h
8
struct perf_thread_map;
tools/lib/perf/tests/test-evlist.c
150
struct perf_thread_map *threads;
tools/lib/perf/tests/test-evlist.c
219
struct perf_thread_map *threads;
tools/lib/perf/tests/test-evlist.c
443
struct perf_thread_map *threads;
tools/lib/perf/tests/test-evlist.c
95
struct perf_thread_map *threads;
tools/lib/perf/tests/test-evsel.c
130
struct perf_thread_map *threads;
tools/lib/perf/tests/test-evsel.c
195
static int test_stat_read_format_single(struct perf_event_attr *attr, struct perf_thread_map *threads)
tools/lib/perf/tests/test-evsel.c
230
static int test_stat_read_format_group(struct perf_event_attr *attr, struct perf_thread_map *threads)
tools/lib/perf/tests/test-evsel.c
293
struct perf_thread_map *threads;
tools/lib/perf/tests/test-evsel.c
56
struct perf_thread_map *threads;
tools/lib/perf/tests/test-evsel.c
88
struct perf_thread_map *threads;
tools/lib/perf/tests/test-threadmap.c
16
struct perf_thread_map *threads;
tools/lib/perf/tests/test-threadmap.c
48
struct perf_thread_map *threads;
tools/lib/perf/threadmap.c
10
static void perf_thread_map__reset(struct perf_thread_map *map, int start, int nr)
tools/lib/perf/threadmap.c
108
int perf_thread_map__idx(struct perf_thread_map *threads, pid_t pid)
tools/lib/perf/threadmap.c
18
struct perf_thread_map *perf_thread_map__realloc(struct perf_thread_map *map, int nr)
tools/lib/perf/threadmap.c
35
void perf_thread_map__set_pid(struct perf_thread_map *map, int idx, pid_t pid)
tools/lib/perf/threadmap.c
40
char *perf_thread_map__comm(struct perf_thread_map *map, int idx)
tools/lib/perf/threadmap.c
45
struct perf_thread_map *perf_thread_map__new_array(int nr_threads, pid_t *array)
tools/lib/perf/threadmap.c
47
struct perf_thread_map *threads = thread_map__alloc(nr_threads);
tools/lib/perf/threadmap.c
62
struct perf_thread_map *perf_thread_map__new_dummy(void)
tools/lib/perf/threadmap.c
67
static void perf_thread_map__delete(struct perf_thread_map *threads)
tools/lib/perf/threadmap.c
80
struct perf_thread_map *perf_thread_map__get(struct perf_thread_map *map)
tools/lib/perf/threadmap.c
87
void perf_thread_map__put(struct perf_thread_map *map)
tools/lib/perf/threadmap.c
93
int perf_thread_map__nr(struct perf_thread_map *threads)
tools/lib/perf/threadmap.c
98
pid_t perf_thread_map__pid(struct perf_thread_map *map, int idx)
tools/perf/bench/synthesize.c
117
struct perf_thread_map *threads;
tools/perf/bench/synthesize.c
63
struct perf_thread_map *threads,
tools/perf/builtin-record.c
1868
struct perf_thread_map *thread_map;
tools/perf/builtin-sched.c
158
struct perf_thread_map *color_pids;
tools/perf/builtin-sched.c
3581
struct perf_thread_map *map;
tools/perf/builtin-script.c
161
struct perf_thread_map *threads;
tools/perf/builtin-stat.c
151
struct perf_thread_map *threads;
tools/perf/builtin-stat.c
553
struct perf_thread_map *threads)
tools/perf/tests/code-reading.c
698
struct perf_thread_map *threads = NULL;
tools/perf/tests/event-times.c
60
struct perf_thread_map *threads;
tools/perf/tests/event-times.c
86
struct perf_thread_map *threads;
tools/perf/tests/keep-tracking.c
74
struct perf_thread_map *threads = NULL;
tools/perf/tests/mmap-basic.c
226
struct perf_thread_map *threads = perf_thread_map__new_dummy();
tools/perf/tests/mmap-basic.c
39
struct perf_thread_map *threads;
tools/perf/tests/mmap-thread-lookup.c
144
struct perf_thread_map *map;
tools/perf/tests/openat-syscall-all-cpus.c
31
struct perf_thread_map *threads = thread_map__new_by_tid(getpid());
tools/perf/tests/openat-syscall.c
23
struct perf_thread_map *threads = thread_map__new_by_tid(getpid());
tools/perf/tests/perf-time-to-tsc.c
79
struct perf_thread_map *threads = NULL;
tools/perf/tests/sw-clock.c
48
struct perf_thread_map *threads = NULL;
tools/perf/tests/switch-tracking.c
346
struct perf_thread_map *threads = NULL;
tools/perf/tests/task-exit.c
54
struct perf_thread_map *threads;
tools/perf/tests/thread-map.c
112
struct perf_thread_map *threads;
tools/perf/tests/thread-map.c
25
struct perf_thread_map *map;
tools/perf/tests/thread-map.c
69
struct perf_thread_map *threads;
tools/perf/tests/thread-map.c
92
struct perf_thread_map *threads;
tools/perf/util/bpf-filter.c
323
struct perf_thread_map *threads;
tools/perf/util/bpf-filter.c
357
struct perf_thread_map *threads;
tools/perf/util/bpf_counter.c
463
struct perf_thread_map *threads;
tools/perf/util/drm_pmu.c
520
struct perf_thread_map *threads,
tools/perf/util/drm_pmu.h
15
struct perf_thread_map;
tools/perf/util/drm_pmu.h
35
struct perf_thread_map *threads,
tools/perf/util/event.c
368
struct perf_thread_map *threads = thread_map__new_event(&event->thread_map);
tools/perf/util/evlist.c
1051
struct perf_thread_map *threads;
tools/perf/util/evlist.c
1410
struct perf_thread_map *threads;
tools/perf/util/evlist.c
77
struct perf_thread_map *threads)
tools/perf/util/evlist.h
110
struct perf_thread_map *threads);
tools/perf/util/evsel.c
2200
struct perf_thread_map *threads,
tools/perf/util/evsel.c
2276
static struct perf_thread_map *empty_thread_map;
tools/perf/util/evsel.c
2279
struct perf_thread_map *threads)
tools/perf/util/evsel.c
2367
struct perf_thread_map *threads)
tools/perf/util/evsel.c
2783
struct perf_thread_map *threads,
tools/perf/util/evsel.c
2959
struct perf_thread_map *threads)
tools/perf/util/evsel.c
2974
struct perf_thread_map *threads)
tools/perf/util/evsel.c
2984
struct perf_thread_map *threads = thread_map__new_by_tid(-1);
tools/perf/util/evsel.c
2991
int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads)
tools/perf/util/evsel.c
4161
struct perf_thread_map *threads = evsel->core.threads;
tools/perf/util/evsel.h
358
struct perf_thread_map *threads);
tools/perf/util/evsel.h
360
int evsel__open_per_thread(struct evsel *evsel, struct perf_thread_map *threads);
tools/perf/util/evsel.h
362
struct perf_thread_map *threads);
tools/perf/util/evsel.h
365
struct perf_thread_map *threads);
tools/perf/util/hwmon_pmu.c
759
struct perf_thread_map *threads,
tools/perf/util/hwmon_pmu.h
163
struct perf_thread_map *threads,
tools/perf/util/hwmon_pmu.h
9
struct perf_thread_map;
tools/perf/util/pfm.c
125
struct perf_thread_map *threads)
tools/perf/util/pfm.c
191
struct perf_thread_map *threads = thread_map__new_by_tid(0);
tools/perf/util/print-events.c
143
struct perf_thread_map *tmap = thread_map__new_by_tid(0);
tools/perf/util/python.c
1068
struct perf_thread_map *threads = NULL;
tools/perf/util/python.c
1280
struct perf_thread_map *threads;
tools/perf/util/python.c
2070
struct perf_thread_map *threads;
tools/perf/util/python.c
2097
struct perf_thread_map *threads;
tools/perf/util/python.c
585
struct perf_thread_map *threads;
tools/perf/util/scripting-engines/trace-event-python.c
1700
struct perf_thread_map *threads = counter->core.threads;
tools/perf/util/synthetic-events.c
1213
struct perf_thread_map *threads,
tools/perf/util/synthetic-events.c
1951
struct target *target, struct perf_thread_map *threads,
tools/perf/util/synthetic-events.c
1986
struct perf_thread_map *threads, bool needs_mmap,
tools/perf/util/synthetic-events.c
869
struct perf_thread_map *threads,
tools/perf/util/synthetic-events.h
103
struct target *target, struct perf_thread_map *threads,
tools/perf/util/synthetic-events.h
107
struct perf_thread_map *threads, bool needs_mmap, bool data_mmap,
tools/perf/util/synthetic-events.h
25
struct perf_thread_map;
tools/perf/util/synthetic-events.h
89
int perf_event__synthesize_thread_map2(const struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine);
tools/perf/util/synthetic-events.h
90
int perf_event__synthesize_thread_map(const struct perf_tool *tool, struct perf_thread_map *threads, perf_event__handler_t process, struct machine *machine, bool needs_mmap, bool mmap_data);
tools/perf/util/thread_map.c
113
struct perf_thread_map *tmp;
tools/perf/util/thread_map.c
151
struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid)
tools/perf/util/thread_map.c
159
static struct perf_thread_map *thread_map__new_by_pid_str(const char *pid_str)
tools/perf/util/thread_map.c
161
struct perf_thread_map *threads = NULL, *nt;
tools/perf/util/thread_map.c
218
struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str)
tools/perf/util/thread_map.c
220
struct perf_thread_map *threads = NULL, *nt;
tools/perf/util/thread_map.c
264
struct perf_thread_map *thread_map__new_str(const char *pid, const char *tid, bool all_threads)
tools/perf/util/thread_map.c
275
size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp)
tools/perf/util/thread_map.c
310
static void comm_init(struct perf_thread_map *map, int i)
tools/perf/util/thread_map.c
331
void thread_map__read_comms(struct perf_thread_map *threads)
tools/perf/util/thread_map.c
339
static void thread_map__copy_event(struct perf_thread_map *threads,
tools/perf/util/thread_map.c
34
struct perf_thread_map *thread_map__new_by_pid(pid_t pid)
tools/perf/util/thread_map.c
354
struct perf_thread_map *thread_map__new_event(struct perf_record_thread_map *event)
tools/perf/util/thread_map.c
356
struct perf_thread_map *threads;
tools/perf/util/thread_map.c
36
struct perf_thread_map *threads;
tools/perf/util/thread_map.c
365
bool thread_map__has(struct perf_thread_map *threads, pid_t pid)
tools/perf/util/thread_map.c
377
int thread_map__remove(struct perf_thread_map *threads, int idx)
tools/perf/util/thread_map.c
62
struct perf_thread_map *thread_map__new_by_tid(pid_t tid)
tools/perf/util/thread_map.c
64
struct perf_thread_map *threads = thread_map__alloc(1);
tools/perf/util/thread_map.c
75
static struct perf_thread_map *thread_map__new_all_cpus(void)
tools/perf/util/thread_map.c
81
struct perf_thread_map *threads = thread_map__alloc(max_threads);
tools/perf/util/thread_map.h
11
struct perf_thread_map *thread_map__new_dummy(void);
tools/perf/util/thread_map.h
12
struct perf_thread_map *thread_map__new_by_pid(pid_t pid);
tools/perf/util/thread_map.h
13
struct perf_thread_map *thread_map__new_by_tid(pid_t tid);
tools/perf/util/thread_map.h
14
struct perf_thread_map *thread_map__new(pid_t pid, pid_t tid);
tools/perf/util/thread_map.h
15
struct perf_thread_map *thread_map__new_event(struct perf_record_thread_map *event);
tools/perf/util/thread_map.h
17
struct perf_thread_map *thread_map__new_str(const char *pid,
tools/perf/util/thread_map.h
20
struct perf_thread_map *thread_map__new_by_tid_str(const char *tid_str);
tools/perf/util/thread_map.h
22
size_t thread_map__fprintf(struct perf_thread_map *threads, FILE *fp);
tools/perf/util/thread_map.h
24
void thread_map__read_comms(struct perf_thread_map *threads);
tools/perf/util/thread_map.h
25
bool thread_map__has(struct perf_thread_map *threads, pid_t pid);
tools/perf/util/thread_map.h
26
int thread_map__remove(struct perf_thread_map *threads, int idx);
tools/perf/util/tool_pmu.c
223
struct perf_thread_map *threads,
tools/perf/util/tool_pmu.h
57
struct perf_thread_map *threads,
tools/perf/util/tool_pmu.h
8
struct perf_thread_map;