Home
last modified time | relevance | path

Searched refs:target_tid (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/tools/perf/util/
Dtop.c75 else if (top->target_tid) in perf_top__header_snprintf()
77 top->target_tid); in perf_top__header_snprintf()
88 if (top->target_tid) in perf_top__header_snprintf()
Dtop.h26 const char *target_pid, *target_tid; member
Devlist.c603 const char *target_tid, uid_t uid, const char *cpu_list) in perf_evlist__create_maps() argument
605 evlist->threads = thread_map__new_str(target_pid, target_tid, uid); in perf_evlist__create_maps()
610 if (uid != UINT_MAX || (cpu_list == NULL && target_tid)) in perf_evlist__create_maps()
830 if (!opts->system_wide && !opts->target_tid && !opts->target_pid) in perf_evlist__prepare_workload()
Devsel.c138 if (!opts->target_pid && !opts->target_tid && !opts->system_wide && in perf_evsel__config()
/linux-3.4.99/tools/perf/
Dbuiltin-stat.c186 static const char *target_tid; variable
310 if (!target_pid && !target_tid && (!group || evsel == first)) { in create_perf_stat_counter()
474 if (!target_tid && !target_pid && !system_wide) in run_perf_stat()
1001 if (!target_pid && !target_tid) { in print_stat()
1008 fprintf(output, "thread id \'%s", target_tid); in print_stat()
1084 OPT_STRING('t', "tid", &target_tid, "tid",
1223 if (!argc && !target_pid && !target_tid) in cmd_stat()
1240 target_tid = target_pid; in cmd_stat()
1243 target_tid, UINT_MAX); in cmd_stat()
Dbuiltin-record.c770 OPT_STRING('t', "tid", &record.opts.target_tid, "tid",
845 if (!argc && !rec->opts.target_pid && !rec->opts.target_tid && in cmd_record()
886 rec->opts.uid = parse_target_uid(rec->uid_str, rec->opts.target_tid, in cmd_record()
892 rec->opts.target_tid = rec->opts.target_pid; in cmd_record()
895 rec->opts.target_tid, rec->opts.uid, in cmd_record()
Dbuiltin-top.c1019 if (top->target_tid || top->uid != UINT_MAX) in __cmd_top()
1171 OPT_STRING('t', "tid", &top.target_tid, "tid", in cmd_top()
1256 top.uid = parse_target_uid(top.uid_str, top.target_tid, top.target_pid); in cmd_top()
1261 if (top.target_tid && top.cpu_list) { in cmd_top()
1268 top.target_tid = top.target_pid; in cmd_top()
1271 top.target_tid, top.uid, top.cpu_list) < 0) in cmd_top()
Dperf.h212 const char *target_tid; member
Dbuiltin-test.c1230 opts.target_tid, UINT_MAX, opts.cpu_list); in test__PERF_RECORD()
/linux-3.4.99/drivers/scsi/dpt/
Ddpti_i2o.h62 u32 target_tid:12; member
/linux-3.4.99/include/linux/
Di2o.h400 u32 target_tid:12; member
/linux-3.4.99/fs/cifs/
Dcifsproto.h429 const __u16 target_tid,
Dcifssmb.c2827 const __u16 target_tid, const char *toName, const int flags, in CIFSSMBCopy() argument
2845 pSMB->Tid2 = target_tid; in CIFSSMBCopy()