net: fixup for tracepoint napi:napi_poll
authorJesper Dangaard Brouer <brouer@redhat.com>
Fri, 15 Jul 2016 21:55:20 +0000 (23:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Fri, 15 Jul 2016 22:55:01 +0000 (15:55 -0700)
commit02a198777e646a12a8aabae5639f1d33d81d79ef
tree3f85fbbd6bd4fbfaa32fc07180c6f0ba43c7996c
parent362899b8725b35e32802882c67f99cbf42bce2af
net: fixup for tracepoint napi:napi_poll

The recent change to tracepoint napi:napi_poll changed the order of
the parameters that perf scripts sees, the printk was correct.  The
problem was that the new parameters (work and budget) were pushed
in front of dev_name.

The new parameters obviously need to be appended to keep backward
compatible.

Fixes: 1db19db7f5ff ("net: tracepoint napi:napi_poll add work and budget")
Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/trace/events/napi.h