/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
evlist.c | 255 int nr_threads = thread_map__nr(evlist->threads); local 261 for (thread = 0; thread < nr_threads; thread++) 273 int nr_threads = thread_map__nr(evlist->threads); local 279 for (thread = 0; thread < nr_threads; thread++) 327 int nr_threads = thread_map__nr(evlist->threads); local 328 int nfds = nr_cpus * nr_threads * evlist->nr_entries; 610 int nr_threads = thread_map__nr(evlist->threads); local 616 for (thread = 0; thread < nr_threads; thread++) { 649 int nr_threads = thread_map__nr(evlist->threads); local 652 for (thread = 0; thread < nr_threads; thread++) [all...] |
/external/linux-tools-perf/perf-3.12.0/tools/perf/bench/ |
numa.c | 65 int nr_threads; member in struct:params 155 OPT_INTEGER('t', "nr_threads" , &p0.nr_threads, "number of threads per process"), 812 for (t = 0; t < g->p.nr_threads; t++) { 817 task_nr = process_nr*g->p.nr_threads + t; 845 for (t = 0; t < g->p.nr_threads; t++) { 850 task_nr = p*g->p.nr_threads + t; 1040 if (process_nr == g->p.nr_proc-1 && thread_nr == g->p.nr_threads-1) 1080 val += do_work(process_data, g->p.bytes_process, thread_nr, g->p.nr_threads, l, val); 1093 val += do_work(process_data, g->p.bytes_process_locked, thread_nr, g->p.nr_threads, l, val) [all...] |
/external/oprofile/libpp/ |
xml_utils.cpp | 465 process_info() { nr_threads = 0; } 475 size_t nr_threads; member in class:process_info 824 my_threads[nr_threads++].build_thread(tid, l, h); 832 for (size_t t = 0; t < nr_threads; ++t) 840 for (size_t t = 0; t < nr_threads; ++t) { 934 for (size_t t = 0; t < nr_threads; ++t) 946 for (size_t t = 0; t < nr_threads; ++t) 965 for (size_t i = 0; i < nr_threads; ++i)
|
/external/qemu/include/qom/ |
cpu.h | 57 int nr_threads; member in struct:CPUState
|
/external/fio/ |
stat.h | 204 uint32_t nr_threads; member in struct:jobs_eta
|
client.c | 960 je->nr_threads = le32_to_cpu(je->nr_threads); 989 dst->nr_threads += je->nr_threads; [all...] |
eta.c | 448 je->nr_threads = thread_number;
|
server.c | 703 je->nr_threads = cpu_to_le32(je->nr_threads); [all...] |
/external/qemu/target-mips/ |
op_helper.c | 665 int vpe_idx, nr_threads = ENV_GET_CPU(env)->nr_threads; local 674 vpe_idx = tc_idx / nr_threads; 675 *tc = tc_idx % nr_threads; [all...] |
/prebuilts/qemu-kernel/arm/2.6/ |
vmlinux-qemu | |
vmlinux-qemu-armv7 | |