Lines Matching full:ust
29 if 'ust' in get_option('trace_backends')
30 trace_ust_h = custom_target(fmt.format('trace-ust', 'h'),
31 output: fmt.format('trace-ust', 'h'),
33 … command: [ tracetool, group, '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ],
70 if 'ust' in get_option('trace_backends')
71 trace_ust_all_h = custom_target('trace-ust-all.h',
72 output: 'trace-ust-all.h',
74 … command: [ tracetool, '--group=all', '--format=ust-events-h', '@INPUT@', '@OUTPUT@' ],
76 trace_ust_all_c = custom_target('trace-ust-all.c',
77 output: 'trace-ust-all.c',
79 … command: [ tracetool, '--group=all', '--format=ust-events-c', '@INPUT@', '@OUTPUT@' ],