Lines Matching refs:_target
1267 struct target *_target __maybe_unused, in print_header_interval_std()
1315 struct target *_target, struct evlist *evlist, in print_header_std() argument
1323 if (_target->bpf_str) in print_header_std()
1324 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std()
1325 else if (_target->system_wide) in print_header_std()
1327 else if (_target->cpu_list) in print_header_std()
1328 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std()
1329 else if (!target__has_task(_target)) { in print_header_std()
1333 } else if (_target->pid) in print_header_std()
1334 fprintf(output, "process id \'%s", _target->pid); in print_header_std()
1336 fprintf(output, "thread id \'%s", _target->tid); in print_header_std()
1348 struct target *_target __maybe_unused, in print_header_csv()
1357 struct target *_target __maybe_unused, in print_header_json()
1367 struct target *_target, in print_header() argument
1380 print_header_json(config, _target, evlist, argc, argv); in print_header()
1382 print_header_csv(config, _target, evlist, argc, argv); in print_header()
1384 print_header_interval_std(config, _target, evlist, argc, argv); in print_header()
1386 print_header_std(config, _target, evlist, argc, argv); in print_header()
1535 struct target *_target, struct timespec *ts, in evlist__print_counters() argument
1553 print_header(config, _target, evlist, argc, argv); in evlist__print_counters()