]> xenbits.xensource.com Git - libvirt.git/commit
Re-add DTrace probes on 'dispose' functions
authorDaniel P. Berrange <berrange@redhat.com>
Wed, 13 Mar 2013 19:17:32 +0000 (19:17 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 14 Mar 2013 12:42:21 +0000 (12:42 +0000)
commitad9ea4a9fd772337bbf976b256f79cd612bd84c2
tree486330cb268ec1dfdefd3d2a1952045702b56020
parent1732c1c62997b9f5ce39e5eb4d1ef2f842af73e1
Re-add DTrace probes on 'dispose' functions

When converting to virObject, the probes on the 'Free' functions
were removed on the basis that there is a probe on virObjectFree
that suffices. This puts a burden on people writing probe scripts
to identify which object is being dispose. This adds back probes
in the 'Dispose' functions and updates the rpc monitor systemtap
example to use them

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
examples/systemtap/rpc-monitor.stp
src/libvirt_probes.d
src/rpc/virkeepalive.c
src/rpc/virnetclient.c
src/rpc/virnetserverclient.c
src/rpc/virnetsocket.c
src/rpc/virnettlscontext.c