Searched refs:thread_index (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-record.c233 int thread_index; local
297 for (thread_index = 0; thread_index < thread_num; thread_index++) {
299 fd[nr_cpu][counter][thread_index] = sys_perf_event_open(attr,
300 all_tids[thread_index], cpu, group_fd, 0);
302 if (fd[nr_cpu][counter][thread_index] < 0) {
330 fd[nr_cpu][counter][thread_index], strerror(err));
355 if (read(fd[nr_cpu][counter][thread_index], &read_data, sizeof(read_data)) == -1) {
365 assert(fd[nr_cpu][counter][thread_index] >
[all...]
H A Dbuiltin-top.c1171 int i, counter, thread_index; local
1175 for (thread_index = 0;
1176 thread_index < thread_num;
1177 thread_index++) {
1179 &mmap_array[i][counter][thread_index]);
1191 int thread_index; local
1210 for (thread_index = 0; thread_index < thread_num; thread_index++) {
1212 fd[i][counter][thread_index]
[all...]

Completed in 98 milliseconds