Searched refs:trace_backends (Results 1 – 3 of 3) sorted by relevance
29 if 'ust' in get_option('trace_backends')39 if 'dtrace' in get_option('trace_backends')67 install: get_option('trace_backends') != [ 'nop' ],70 if 'ust' in get_option('trace_backends')85 if 'simple' in get_option('trace_backends')88 if 'ftrace' in get_option('trace_backends')
126 if 'dtrace' in get_option('trace_backends')173 if 'ftrace' in get_option('trace_backends') and host_os != 'linux'176 if 'syslog' in get_option('trace_backends') and not cc.compiles('''1089 if 'ust' in get_option('trace_backends')2356 foreach k : get_option('trace_backends')3453 '--backend=' + ','.join(get_option('trace_backends'))4524 summary_info += {'Trace backends': ','.join(get_option('trace_backends'))}4525 if 'simple' in get_option('trace_backends')
277 option('trace_backends', type: 'array', value: ['log'], array