Lines Matching refs:_target
1240 struct target *_target __maybe_unused, in print_header_interval_std()
1287 struct target *_target, struct evlist *evlist, in print_header_std() argument
1295 if (_target->bpf_str) in print_header_std()
1296 fprintf(output, "\'BPF program(s) %s", _target->bpf_str); in print_header_std()
1297 else if (_target->system_wide) in print_header_std()
1299 else if (_target->cpu_list) in print_header_std()
1300 fprintf(output, "\'CPU(s) %s", _target->cpu_list); in print_header_std()
1301 else if (!target__has_task(_target)) { in print_header_std()
1305 } else if (_target->pid) in print_header_std()
1306 fprintf(output, "process id \'%s", _target->pid); in print_header_std()
1308 fprintf(output, "thread id \'%s", _target->tid); in print_header_std()
1320 struct target *_target __maybe_unused, in print_header_csv()
1329 struct target *_target __maybe_unused, in print_header_json()
1339 struct target *_target, in print_header() argument
1352 print_header_json(config, _target, evlist, argc, argv); in print_header()
1354 print_header_csv(config, _target, evlist, argc, argv); in print_header()
1356 print_header_interval_std(config, _target, evlist, argc, argv); in print_header()
1358 print_header_std(config, _target, evlist, argc, argv); in print_header()
1528 struct target *_target, struct timespec *ts, in evlist__print_counters() argument
1548 print_header(config, _target, evlist, argc, argv); in evlist__print_counters()