Home
last modified time | relevance | path

Searched refs:trace_backends (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/trace/
H A Dmeson.build29 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')
/openbmc/qemu/
H A Dmeson.build76 if 'dtrace' in get_option('trace_backends')
123 if 'ftrace' in get_option('trace_backends') and host_os != 'linux'
126 if 'syslog' in get_option('trace_backends') and not cc.compiles('''
1023 if 'ust' in get_option('trace_backends')
2245 foreach k : get_option('trace_backends')
3309 '--backend=' + ','.join(get_option('trace_backends'))
4276 summary_info += {'Trace backends': ','.join(get_option('trace_backends'))}
4277 if 'simple' in get_option('trace_backends')
H A Dmeson_options.txt269 option('trace_backends', type: 'array', value: ['log'], array