Searched refs:pipe_to (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/tools/perf/scripts/python/ |
D | parallel-perf.py | 41 def __init__(self, cmd, pipe_to, output_dir="."): argument 45 self.pipe_to = pipe_to 73 if self.pipe_to: 75 args = shlex.split(self.pipe_to) 149 def CreateWorkList(cmd, pipe_to, output_dir, cpus, time_ranges_by_cpu): argument 188 w = Work(work_cmd, pipe_to, work_output_dir) 234 if w.pipe_to: 235 print(" piped to: ", w.pipe_to) 795 …self.worklist = CreateWorkList(self.cmd, self.pipe_to, self.output_dir, self.cpus, self.split_time…
|