Lines Matching defs:_target
1302 struct target *_target __maybe_unused,
1350 struct target *_target, struct evlist *evlist,
1358 if (_target->bpf_str)
1359 fprintf(output, "\'BPF program(s) %s", _target->bpf_str);
1360 else if (_target->system_wide)
1362 else if (_target->cpu_list)
1363 fprintf(output, "\'CPU(s) %s", _target->cpu_list);
1364 else if (!target__has_task(_target)) {
1368 } else if (_target->pid)
1369 fprintf(output, "process id \'%s", _target->pid);
1371 fprintf(output, "thread id \'%s", _target->tid);
1383 struct target *_target __maybe_unused,
1392 struct target *_target __maybe_unused,
1402 struct target *_target,
1415 print_header_json(config, _target, evlist, argc, argv);
1417 print_header_csv(config, _target, evlist, argc, argv);
1419 print_header_interval_std(config, _target, evlist, argc, argv);
1421 print_header_std(config, _target, evlist, argc, argv);
1586 struct target *_target, struct timespec *ts,
1604 print_header(config, _target, evlist, argc, argv);