]> git.ipfire.org Git - thirdparty/lldpd.git/commit - src/daemon/interfaces-linux.c
dtrace: add systemtap/DTrace support
authorVincent Bernat <bernat@luffy.cx>
Sat, 28 Sep 2013 10:26:03 +0000 (12:26 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sat, 28 Sep 2013 10:26:03 +0000 (12:26 +0200)
commitbdfe419389075af3cdfeadc78008a157afc2d5d7
tree34181abb1fab50bbe1d41e0f11d9934eb97a1fce
parent5f7d1cd51fe903e74fbc38865fccae4345133500
dtrace: add systemtap/DTrace support

Let's dive into what is hot today. The support was mostly just tested
with systemtap but should works just fine with dtrace as well. We
should provide a tapset to help use all this.
13 files changed:
NEWS
configure.ac
m4/systemtap.m4 [new file with mode: 0644]
src/daemon/Makefile.am
src/daemon/client.c
src/daemon/event.c
src/daemon/interfaces-linux.c
src/daemon/interfaces.c
src/daemon/lldpd.c
src/daemon/lldpd.h
src/daemon/priv.c
src/daemon/probes.d [new file with mode: 0644]
src/daemon/trace.h [new file with mode: 0644]