Lines Matching full:input
18 input: trace_events_file,
19 command: [ tracetool, group, '--format=h', '@INPUT@', '@OUTPUT@' ],
24 input: trace_events_file,
25 command: [ tracetool, group, '--format=c', '@INPUT@', '@OUTPUT@' ],
30 input: trace_events_file,
31 … command: [ tracetool, group, '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ],
40 input: trace_events_file,
41 command: [ tracetool, group, '--format=d', '@INPUT@', '@OUTPUT@' ],
45 input: trace_dtrace,
46 … command: [ dtrace, '-DSTAP_SDT_V2', '-o', '@OUTPUT@', '-h', '-s', '@INPUT@' ])
51 input: trace_dtrace,
52 … command: [ dtrace, '-DSTAP_SDT_V2', '-o', '@OUTPUT@', '-G', '-s', '@INPUT@' ])
60 … python, '-c', 'import fileinput; [print(line, end="") for line in fileinput.input()]', '@INPUT@' ]
63 input: trace_events_files,
72 input: trace_events_files,
73 … command: [ tracetool, '--group=all', '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ],
77 input: trace_events_files,
78 … command: [ tracetool, '--group=all', '--format=ust-events-c', '@INPUT@', '@OUTPUT@' ],