mirror of
https://github.com/qemu/qemu.git
synced 2024-11-23 19:03:38 +08:00
trace: do not include TCG helper tracepoints in no-TCG builds
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
084cfca143
commit
e921f1a710
@ -71,7 +71,7 @@ foreach d : [
|
||||
input: meson.source_root() / 'trace-events',
|
||||
command: [ tracetool, '--group=root', '--format=@0@'.format(d[1]), '@INPUT@' ],
|
||||
capture: true)
|
||||
specific_ss.add(gen)
|
||||
specific_ss.add(when: 'CONFIG_TCG', if_true: gen)
|
||||
endforeach
|
||||
|
||||
if 'CONFIG_TRACE_UST' in config_host
|
||||
|
Loading…
Reference in New Issue
Block a user