mirror_qemu/scripts/tracetool/format
Roman Bolshakov 0807162e60 scripts/tracetool: Fix dtrace generation for macOS
dtrace USDT is fully supported since OS X 10.6. There are a few
peculiarities compared to other dtrace flavors.

1. It doesn't accept empty files.
2. It doesn't recognize bool type but accepts C99 _Bool.
3. It converts int8_t * in probe points to char * in
   header files and introduces [-Wpointer-sign] warning.

Cc: Cameron Esfahani <dirty@apple.com>
Signed-off-by: Roman Bolshakov <r.bolshakov@yadro.com>
Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Message-id: 20200717093517.73397-2-r.bolshakov@yadro.com
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
2020-09-09 17:16:12 +01:00
..
__init__.py scripts/tracetool: Update maintainer email address 2020-06-24 11:21:00 +01:00
c.py trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
d.py scripts/tracetool: Fix dtrace generation for macOS 2020-09-09 17:16:12 +01:00
h.py scripts/tracetool: Update maintainer email address 2020-06-24 11:21:00 +01:00
log_stap.py scripts/tracetool: Remove shebang header 2020-02-07 15:12:48 +01:00
simpletrace_stap.py scripts/tracetool: Remove shebang header 2020-02-07 15:12:48 +01:00
stap.py scripts/tracetool: Update maintainer email address 2020-06-24 11:21:00 +01:00
tcg_h.py trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
tcg_helper_c.py trace: switch position of headers to what Meson requires 2020-08-21 06:18:24 -04:00
tcg_helper_h.py scripts/tracetool: Update maintainer email address 2020-06-24 11:21:00 +01:00
tcg_helper_wrapper_h.py scripts/tracetool: Update maintainer email address 2020-06-24 11:21:00 +01:00
ust_events_c.py scripts/tracetool: Remove shebang header 2020-02-07 15:12:48 +01:00
ust_events_h.py scripts/tracetool: Remove shebang header 2020-02-07 15:12:48 +01:00