Lines Matching refs:_target
1118 struct target *_target __maybe_unused, in print_header_interval_std()
1164 struct target *_target, struct evlist *evlist, in print_header_std() argument
1172 if (_target->bpf_str) in print_header_std()
1173 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std()
1174 else if (_target->system_wide) in print_header_std()
1176 else if (_target->cpu_list) in print_header_std()
1177 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std()
1178 else if (!target__has_task(_target)) { in print_header_std()
1182 } else if (_target->pid) in print_header_std()
1183 fprintf(output, "process id \'%s", _target->pid); in print_header_std()
1185 fprintf(output, "thread id \'%s", _target->tid); in print_header_std()
1197 struct target *_target __maybe_unused, in print_header_csv()
1206 struct target *_target __maybe_unused, in print_header_json()
1216 struct target *_target, in print_header() argument
1229 print_header_json(config, _target, evlist, argc, argv); in print_header()
1231 print_header_csv(config, _target, evlist, argc, argv); in print_header()
1233 print_header_interval_std(config, _target, evlist, argc, argv); in print_header()
1235 print_header_std(config, _target, evlist, argc, argv); in print_header()
1401 struct target *_target, struct timespec *ts, in evlist__print_counters() argument
1421 print_header(config, _target, evlist, argc, argv); in evlist__print_counters()