aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
authorFlorian Westphal <[email protected]>2016-05-03 16:31:00 +0200
committerDavid S. Miller <[email protected]>2016-05-04 14:16:48 -0400
commitba162f8eed61a7e71e26455ce1cff5b5898a3579 (patch)
tree40195ab3c626cdd68034123f7b70bd4be9104da1 /tools/perf/scripts/python
parent4d0e965732db6f7cce78e6b8f5d3073249004c3a (diff)
netdevice: add helper to update trans_start
trans_start exists twice: - as member of net_device (legacy) - as member of netdev_queue In order to get rid of the legacy case, add a helper for the dev->trans_update (this patch), then convert spots that do dev->trans_start = jiffies to use this helper (next patch). This would then allow us to change the helper so that it updates the trans_stamp of netdev queue 0 instead. Signed-off-by: Florian Westphal <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions