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