aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2016-06-23 04:52:01 +0000
committerDavid Teigland <[email protected]>2016-06-23 16:55:58 +0000
commit5c93f56f770e69c4cf2dbaebecd6bcca205949f9 (patch)
tree895b867b6fd3d05c9a72fd28c052423921f4521c /tools/perf/scripts/python/netdev-times.py
parentdlm: add log_info config option (diff)
downloadkernel-5c93f56f770e69c4cf2dbaebecd6bcca205949f9.tar.gz
kernel-5c93f56f770e69c4cf2dbaebecd6bcca205949f9.zip
dlm: Use kmemdup instead of kmalloc and memcpy
Replace calls to kmalloc followed by a memcpy with a direct call to kmemdup. The Coccinelle semantic patch used to make this change is as follows: @@ expression from,to,size,flag; statement S; @@ - to = \(kmalloc\|kzalloc\)(size,flag); + to = kmemdup(from,size,flag); if (to==NULL || ...) S - memcpy(to, from, size); Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: David Teigland <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions