Searched refs:target_tid (Results 1 - 7 of 7) 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.c79 static pid_t target_tid = -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) {
476 fprintf(stderr, "thread id \'%d", target_tid);
532 OPT_INTEGER('t', "tid", &target_tid,
560 if (!argc && target_pid == -1 && target_tid == -1)
580 target_tid = target_pid;
592 all_tids[0] = target_tid;
H A Dbuiltin-record.c53 static pid_t target_tid = -1; variable
292 if (target_pid == -1 && target_tid == -1 && !system_wide) {
604 if (!system_wide && target_tid == -1 && target_pid == -1)
699 event__synthesize_thread(target_tid, process_synthesized_event,
782 OPT_INTEGER('t', "tid", &target_tid,
824 if (!argc && target_pid == -1 && target_tid == -1 &&
849 target_tid = target_pid;
861 all_tids[0] = target_tid;
H A Dbuiltin-top.c68 static int target_tid = -1; variable
556 else if (target_tid != -1)
557 printf(" (target_tid: %d", target_tid);
564 if (target_tid != -1)
1194 if (target_tid == -1 && profile_cpu == -1)
1273 if (target_tid != -1)
1274 event__synthesize_thread(target_tid, event__process, session);
1329 OPT_INTEGER('t', "tid", &target_tid,
1379 target_tid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/dpt/
H A Ddpti_i2o.h62 u32 target_tid:12; member in struct:i2o_message
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dcifsproto.h375 const __u16 target_tid,
H A Dcifssmb.c2058 const __u16 target_tid, const char *toName, const int flags,
2076 pSMB->Tid2 = target_tid;
2057 CIFSSMBCopy(const int xid, struct cifsTconInfo *tcon, const char *fromName, const __u16 target_tid, const char *toName, const int flags, const struct nls_table *nls_codepage, int remap) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Di2o.h399 u32 target_tid:12; member in struct:i2o_message::__anon17471::__anon17472

Completed in 73 milliseconds