mbox series

[0/4] Add dtrace support on macOS

Message ID 20200716081754.22422-1-r.bolshakov@yadro.com
Headers show
Series Add dtrace support on macOS | expand

Message

Roman Bolshakov July 16, 2020, 8:17 a.m. UTC
Hi,

This is a small series that enables dtrace tracing backend on macOS.
Whether or not it should go to 5.1 is up to discretion of tracing
maintainers.

Thanks,
Roman

Roman Bolshakov (4):
  scripts/tracetool: Fix dtrace generation for macOS
  scripts/tracetool: Use void pointer for vcpu
  build: Don't make object files for dtrace on macOS
  net/colo: Match is-enabled probe to tracepoint

 Makefile.objs                 |  2 ++
 net/colo-compare.c            | 12 +++++++-----
 net/filter-rewriter.c         |  8 ++++++--
 net/trace-events              |  2 --
 scripts/tracetool/format/d.py |  9 ++++++++-
 scripts/tracetool/vcpu.py     |  2 +-
 6 files changed, 24 insertions(+), 11 deletions(-)

Comments

Daniel P. Berrangé July 16, 2020, 8:55 a.m. UTC | #1
Adding Stefan as the trace maintainer.

On Thu, Jul 16, 2020 at 11:17:50AM +0300, Roman Bolshakov wrote:
> Hi,
> 
> This is a small series that enables dtrace tracing backend on macOS.
> Whether or not it should go to 5.1 is up to discretion of tracing
> maintainers.
> 
> Thanks,
> Roman
> 
> Roman Bolshakov (4):
>   scripts/tracetool: Fix dtrace generation for macOS
>   scripts/tracetool: Use void pointer for vcpu
>   build: Don't make object files for dtrace on macOS
>   net/colo: Match is-enabled probe to tracepoint
> 
>  Makefile.objs                 |  2 ++
>  net/colo-compare.c            | 12 +++++++-----
>  net/filter-rewriter.c         |  8 ++++++--
>  net/trace-events              |  2 --
>  scripts/tracetool/format/d.py |  9 ++++++++-
>  scripts/tracetool/vcpu.py     |  2 +-
>  6 files changed, 24 insertions(+), 11 deletions(-)
> 
> -- 
> 2.26.1
> 

Regards,
Daniel