Lines Matching full:output
17 output: fmt.format('trace', 'h'),
19 command: [ tracetool, group, '--format=h', '@INPUT@', '@OUTPUT@' ],
23 output: fmt.format('trace', 'c'),
25 command: [ tracetool, group, '--format=c', '@INPUT@', '@OUTPUT@' ],
29 output: fmt.format('trace-ust', 'h'),
31 … command: [ tracetool, group, '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ],
39 output: fmt.format('trace-dtrace', 'dtrace'),
41 command: [ tracetool, group, '--format=d', '@INPUT@', '@OUTPUT@' ],
44 output: fmt.format('trace-dtrace', 'h'),
46 … command: [ dtrace, '-DSTAP_SDT_V2', '-o', '@OUTPUT@', '-h', '-s', '@INPUT@' ])
50 output: fmt.format('trace-dtrace', 'o'),
52 … command: [ dtrace, '-DSTAP_SDT_V2', '-o', '@OUTPUT@', '-G', '-s', '@INPUT@' ])
62 output: 'trace-events-all',
71 output: 'trace-ust-all.h',
73 … command: [ tracetool, '--group=all', '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ],
76 output: 'trace-ust-all.c',
78 … command: [ tracetool, '--group=all', '--format=ust-events-c', '@INPUT@', '@OUTPUT@' ],