Lines Matching refs:_target
703 struct target *_target)
728 if (uval == 0.0 && target__has_per_thread(_target))
749 struct target *_target,
758 buf = sort_aggr_thread(counter, nthreads, ncpus, &sorted_threads, _target);
1019 struct target *_target,
1030 if (_target->system_wide)
1032 else if (_target->cpu_list)
1033 fprintf(output, "\'CPU(s) %s", _target->cpu_list);
1034 else if (!target__has_task(_target)) {
1038 } else if (_target->pid)
1039 fprintf(output, "process id \'%s", _target->pid);
1041 fprintf(output, "thread id \'%s", _target->tid);
1191 struct target *_target,
1203 print_header(config, _target, argc, argv);
1225 print_aggr_thread(config, _target, counter, prefix);