Searched refs:target_pid (Results 1 - 4 of 4) 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.c78 static pid_t target_pid = -1; variable
175 if (target_pid == -1 && target_tid == -1) {
324 if (target_tid == -1 && target_pid == -1 && !system_wide)
469 if(target_pid == -1 && target_tid == -1) {
473 } else if (target_pid != -1)
474 fprintf(stderr, "process id \'%d", target_pid);
530 OPT_INTEGER('p', "pid", &target_pid,
560 if (!argc && target_pid == -1 && target_tid == -1)
579 if (target_pid != -1) {
580 target_tid = target_pid;
[all...]
H A Dbuiltin-record.c52 static pid_t target_pid = -1; variable
292 if (target_pid == -1 && target_tid == -1 && !system_wide) {
604 if (!system_wide && target_tid == -1 && target_pid == -1)
780 OPT_INTEGER('p', "pid", &target_pid,
824 if (!argc && target_pid == -1 && target_tid == -1 &&
848 if (target_pid != -1) {
849 target_tid = target_pid;
850 thread_num = find_all_tid(target_pid, &all_tids);
853 target_pid);
H A Dbuiltin-top.c67 static int target_pid = -1; variable
554 if (target_pid != -1)
555 printf(" (target_pid: %d", target_pid);
1327 OPT_INTEGER('p', "pid", &target_pid,
1378 if (target_pid != -1) {
1379 target_tid = target_pid;
1380 thread_num = find_all_tid(target_pid, &all_tids);
1383 target_pid);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/kernel/
H A Dauditsc.c137 pid_t target_pid[AUDIT_AUX_PIDS]; member in struct:audit_aux_data_pids
193 pid_t target_pid; member in struct:audit_context
1435 if (audit_log_pid_context(context, axs->target_pid[i],
1444 if (context->target_pid &&
1445 audit_log_pid_context(context, context->target_pid,
1707 context->target_pid = 0;
2340 context->target_pid = t->pid;
2378 if (!ctx->target_pid) {
2379 ctx->target_pid = t->tgid;
2400 axp->target_pid[ax
[all...]

Completed in 35 milliseconds