diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2018-03-16 23:44:28 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-03-18 01:10:27 +0100 |
commit | ec9663812f32c03e36c8c2ccc83e52dd5a7486d9 (patch) | |
tree | 07a44316a956f8124b43dea0abd3648e06a81cf1 /drivers/net/hyperv/Makefile | |
parent | hv_netvsc: pass netvsc_device to rndis halt (diff) | |
download | linux-ec9663812f32c03e36c8c2ccc83e52dd5a7486d9.tar.xz linux-ec9663812f32c03e36c8c2ccc83e52dd5a7486d9.zip |
hv_netvsc: add trace points
This adds tracepoints to the driver which has proved useful in
debugging startup and shutdown race conditions.
Signed-off-by: Stephen Hemminger <sthemmin@microsoft.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/hyperv/Makefile')
-rw-r--r-- | drivers/net/hyperv/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/hyperv/Makefile b/drivers/net/hyperv/Makefile index c8a66827100c..3f25b9c8ea59 100644 --- a/drivers/net/hyperv/Makefile +++ b/drivers/net/hyperv/Makefile @@ -1,3 +1,3 @@ obj-$(CONFIG_HYPERV_NET) += hv_netvsc.o -hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o +hv_netvsc-y := netvsc_drv.o netvsc.o rndis_filter.o netvsc_trace.o |