Lines Matching refs:_target
1274 struct target *_target __maybe_unused, in print_header_interval_std()
1322 struct target *_target, struct evlist *evlist, in print_header_std() argument
1330 if (_target->bpf_str) in print_header_std()
1331 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std()
1332 else if (_target->system_wide) in print_header_std()
1334 else if (_target->cpu_list) in print_header_std()
1335 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std()
1336 else if (!target__has_task(_target)) { in print_header_std()
1340 } else if (_target->pid) in print_header_std()
1341 fprintf(output, "process id \'%s", _target->pid); in print_header_std()
1343 fprintf(output, "thread id \'%s", _target->tid); in print_header_std()
1355 struct target *_target __maybe_unused, in print_header_csv()
1364 struct target *_target __maybe_unused, in print_header_json()
1374 struct target *_target, in print_header() argument
1387 print_header_json(config, _target, evlist, argc, argv); in print_header()
1389 print_header_csv(config, _target, evlist, argc, argv); in print_header()
1391 print_header_interval_std(config, _target, evlist, argc, argv); in print_header()
1393 print_header_std(config, _target, evlist, argc, argv); in print_header()
1563 struct target *_target, struct timespec *ts, in evlist__print_counters() argument
1583 print_header(config, _target, evlist, argc, argv); in evlist__print_counters()