Re: [PATCH] net: fixup for tracepoint napi:napi_poll

2016-07-15 Thread David Miller
From: Jesper Dangaard Brouer Date: Fri, 15 Jul 2016 23:55:20 +0200 > 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

[PATCH] net: fixup for tracepoint napi:napi_poll

2016-07-15 Thread Jesper Dangaard Brouer
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 compatib