summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/netdev-times.py
diff options
context:
space:
mode:
authorVaishali Thakkar <vthakkar1994@gmail.com>2014-10-31 07:56:29 +0530
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-11-03 16:08:06 -0800
commit8c4f13649731576d5f82dfffff465041feae8d60 (patch)
treecd1455445c353bf9116a2e8c945709d91360ef24 /tools/perf/scripts/python/netdev-times.py
parent11dd2a979a5b81d69d6c877f94541987b19c54b5 (diff)
Staging: lustre: Use put_unaligned_le64
This patch introduces the use of function put_unaligned_le64. This is done using Coccinelle and semantic patch used is as follows: @@ identifier tmp; expression ptr; expression y,e; type T; @@ - tmp = cpu_to_le64(y); <+... when != tmp - memcpy(ptr, (T)&tmp, ...); + put_unaligned_le64(y,ptr); ...+> ? tmp = e @@ type T; identifier tmp; @@ - T tmp; ...when != tmp Signed-off-by: Vaishali Thakkar <vthakkar1994@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/netdev-times.py')
0 files changed, 0 insertions, 0 deletions