/linux-4.1.27/tools/perf/tests/ |
H A D | open-syscall.c | 11 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); test__open_syscall_event() local
|
H A D | keep-tracking.c | 63 struct thread_map *threads = NULL; test__keep_tracking() local
|
H A D | open-syscall-all-cpus.c | 14 struct thread_map *threads = thread_map__new(-1, getpid(), UINT_MAX); test__open_syscall_event_on_all_cpus() local
|
H A D | mmap-basic.c | 22 struct thread_map *threads; test__basic_mmap() local
|
H A D | perf-time-to-tsc.c | 48 struct thread_map *threads = NULL; test__perf_time_to_tsc() local
|
H A D | mmap-thread-lookup.c | 26 static struct thread_data threads[THREADS]; variable in typeref:struct:thread_data
|
H A D | code-reading.c | 402 struct thread_map *threads = NULL; do_test_code_reading() local
|
H A D | switch-tracking.c | 321 struct thread_map *threads = NULL; test__switch_tracking() local
|
/linux-4.1.27/tools/perf/util/ |
H A D | thread_map.h | 25 static inline int thread_map__nr(struct thread_map *threads) thread_map__nr() argument
|
H A D | values.h | 7 int threads; member in struct:perf_read_values
|
H A D | evlist.h | 51 struct thread_map *threads; member in struct:perf_evlist 146 perf_evlist__set_maps(struct perf_evlist *evlist, struct cpu_map *cpus, struct thread_map *threads) perf_evlist__set_maps() argument
|
H A D | machine.h | 32 struct rb_root threads; member in struct:machine 216 machine__synthesize_threads(struct machine *machine, struct target *target, struct thread_map *threads, bool data_mmap) machine__synthesize_threads() argument
|
H A D | thread_map.c | 25 struct thread_map *threads; thread_map__new_by_pid() local 52 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); thread_map__new_by_tid() local 68 struct thread_map *threads = malloc(sizeof(*threads) + thread_map__new_by_uid() local 159 struct thread_map *threads = NULL, *nt; thread_map__new_by_pid_str() local 219 struct thread_map *threads = malloc(sizeof(*threads) + sizeof(pid_t)); thread_map__new_dummy() local 230 struct thread_map *threads = NULL, *nt; thread_map__new_by_tid_str() local 285 void thread_map__delete(struct thread_map *threads) thread_map__delete() argument 290 size_t thread_map__fprintf(struct thread_map *threads, FILE *fp) thread_map__fprintf() argument
|
H A D | event.c | 452 perf_event__synthesize_thread_map(struct perf_tool *tool, struct thread_map *threads, perf_event__handler_t process, struct machine *machine, bool mmap_data) perf_event__synthesize_thread_map() argument
|
H A D | python.c | 435 struct thread_map *threads; member in struct:pyrf_thread_map 623 struct thread_map *threads = NULL; pyrf_evsel__open() local 692 struct thread_map *threads; pyrf_evlist__init() local
|
H A D | evlist.c | 1000 const struct thread_map *threads = evlist->threads; perf_evlist__mmap() local 35 perf_evlist__init(struct perf_evlist *evlist, struct cpu_map *cpus, struct thread_map *threads) perf_evlist__init() argument
|
H A D | evsel.c | 1303 int threads[1]; member in struct:__anon14827 1134 __perf_evsel__open(struct perf_evsel *evsel, struct cpu_map *cpus, struct thread_map *threads) __perf_evsel__open() argument 1309 perf_evsel__open(struct perf_evsel *evsel, struct cpu_map *cpus, struct thread_map *threads) perf_evsel__open() argument 1329 perf_evsel__open_per_thread(struct perf_evsel *evsel, struct thread_map *threads) perf_evsel__open_per_thread() argument
|
H A D | machine.c | 1772 __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, struct target *target, struct thread_map *threads, perf_event__handler_t process, bool data_mmap) __machine__synthesize_threads() argument
|
H A D | parse-events.c | 1245 int threads[1]; is_event_supported() member in struct:__anon14836
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | cputhreads.h | 42 static inline cpumask_t cpu_thread_mask_to_cores(const struct cpumask *threads) cpu_thread_mask_to_cores() argument
|
/linux-4.1.27/tools/perf/bench/ |
H A D | sched-pipe.c | 80 struct thread_data threads[2], *td; bench_sched_pipe() local
|
H A D | numa.c | 135 struct thread_data *threads; member in struct:global_info
|
/linux-4.1.27/kernel/locking/ |
H A D | rtmutex-tester.c | 36 static struct task_struct *threads[MAX_RT_TEST_THREADS]; variable in typeref:struct:task_struct
|
/linux-4.1.27/tools/perf/scripts/python/ |
H A D | sched-migration.py | 29 threads = { 0 : "idle"} variable
|
/linux-4.1.27/tools/power/cpupower/utils/helpers/ |
H A D | helpers.h | 109 unsigned int threads; /* per core */ member in struct:cpupower_topology
|
/linux-4.1.27/tools/usb/ |
H A D | ffs-test.c | 309 } threads[] = { variable in typeref:struct:thread
|
/linux-4.1.27/drivers/dma/ |
H A D | dmatest.c | 165 struct list_head threads; member in struct:dmatest_chan
|
/linux-4.1.27/drivers/s390/net/ |
H A D | lcs.c | 321 lcs_set_allowed_threads(struct lcs_card *card, unsigned long threads) lcs_set_allowed_threads() argument 331 lcs_threads_running(struct lcs_card *card, unsigned long threads) lcs_threads_running() argument 343 lcs_wait_for_threads(struct lcs_card *card, unsigned long threads) lcs_wait_for_threads() argument
|
H A D | qeth_core_main.c | 207 void qeth_set_allowed_threads(struct qeth_card *card, unsigned long threads, qeth_set_allowed_threads() argument 221 int qeth_threads_running(struct qeth_card *card, unsigned long threads) qeth_threads_running() argument 233 int qeth_wait_for_threads(struct qeth_card *card, unsigned long threads) qeth_wait_for_threads() argument
|
/linux-4.1.27/fs/ |
H A D | binfmt_elf.c | 1825 struct elf_thread_core_info *threads = info->thread; free_note_info() local
|
/linux-4.1.27/kernel/ |
H A D | fork.c | 272 u64 threads; set_max_threads() local 2067 int threads = max_threads; sysctl_max_threads() local
|
/linux-4.1.27/drivers/android/ |
H A D | binder.c | 297 struct rb_root threads; member in struct:binder_proc 3067 int threads, nodes, incoming_refs, outgoing_refs, buffers, binder_deferred_release() local
|
/linux-4.1.27/tools/power/x86/turbostat/ |
H A D | turbostat.c | 193 struct thread_data threads; member in struct:system_summary
|
/linux-4.1.27/drivers/acpi/acpica/ |
H A D | aclocal.h | 1077 acpi_thread_id *threads; member in struct:acpi_db_method_info
|