Searched refs:all_tids (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/tools/perf/
H A Dbuiltin-stat.c80 static pid_t *all_tids = NULL; variable
181 all_tids[thread], -1, -1, 0);
325 all_tids[0] = child_pid;
581 thread_num = find_all_tid(target_pid, &all_tids);
588 all_tids=malloc(sizeof(pid_t));
589 if (!all_tids)
592 all_tids[0] = target_tid;
H A Dbuiltin-record.c54 static pid_t *all_tids = NULL; variable
300 all_tids[thread_index], cpu, group_fd, 0);
605 all_tids[0] = child_pid;
850 thread_num = find_all_tid(target_pid, &all_tids);
857 all_tids=malloc(sizeof(pid_t));
858 if (!all_tids)
861 all_tids[0] = target_tid;
904 free(all_tids);
905 all_tids = NULL;
H A Dbuiltin-top.c69 static pid_t *all_tids = NULL; variable
1213 all_tids[thread_index], cpu, group_fd, 0);
1380 thread_num = find_all_tid(target_pid, &all_tids);
1387 all_tids=malloc(sizeof(pid_t));
1388 if (!all_tids)
1391 all_tids[0] = target_tid;

Completed in 161 milliseconds