Re: how to get enabled features

2021-10-10 Thread Han Han
On Fri, Oct 1, 2021 at 10:00 AM Jiatong Shen wrote: > Hello community, > > I am trying to learn how to use dtrace and systemtap for libvirt, as the > documentation says it seems to enable `--with-dtrace` when compiling. I am > installing libvirt using apt install and is it possible to determine

how to get enabled features

2021-09-30 Thread Jiatong Shen
Hello community, I am trying to learn how to use dtrace and systemtap for libvirt, as the documentation says it seems to enable `--with-dtrace` when compiling. I am installing libvirt using apt install and is it possible to determine if dtrace is built by running some libvirt commands? Thank yo