On 04/12/2015 05:37 PM, Guido Günther wrote: > This is based on the rdev->ops tracing code from net/wireless/. Instead of writing the above commit message its better to write what exactly this code is for and how can we use this from the user space (if possible with commands). If you want to write your above commit message put it in trace.c/h file > Signed-off-by: Guido Günther <agx@xxxxxxxxxxx> > --- > net/ieee802154/Makefile | 4 +- > net/ieee802154/rdev-ops.h | 77 ++++++++++++--- > net/ieee802154/trace.c | 7 ++ > net/ieee802154/trace.h | 243 ++++++++++++++++++++++++++++++++++++++++++++++ > 4 files changed, 319 insertions(+), 12 deletions(-) > create mode 100644 net/ieee802154/trace.c > create mode 100644 net/ieee802154/trace.h > > diff --git a/net/ieee802154/Makefile b/net/ieee802154/Makefile > index 05dab29..4adfd4d 100644 > --- a/net/ieee802154/Makefile > +++ b/net/ieee802154/Makefile > @@ -3,7 +3,9 @@ obj-$(CONFIG_IEEE802154_SOCKET) += ieee802154_socket.o > obj-y += 6lowpan/ > > ieee802154-y := netlink.o nl-mac.o nl-phy.o nl_policy.o core.o \ > - header_ops.o sysfs.o nl802154.o > + header_ops.o sysfs.o nl802154.o trace.o > ieee802154_socket-y := socket.o > > +CFLAGS_trace.o := -I$(src) What is this for..? -- Varka Bhadram -- To unsubscribe from this list: send the line "unsubscribe linux-wpan" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html