aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <[email protected]>2016-06-20 02:55:52 -0300
committerMauro Carvalho Chehab <[email protected]>2016-07-08 16:36:43 -0300
commit20634fd1cd3b004088847318024a714f17f2d975 (patch)
tree52296f85fc4f30f393efe110df8f41eac1a15f21 /tools/perf/scripts/python/event_analyzing_sample.py
parente95be15886ac9a931f540073c1c0db299e806f3c (diff)
[media] ddbridge: Replace vmalloc with vzalloc
vzalloc combines vmalloc and memset 0. The Coccinelle semantic patch used to make this change is as follows: @@ type T; T *d; expression e; statement S; @@ d = - vmalloc + vzalloc (...); if (!d) S - memset(d, 0, sizeof(T)); Signed-off-by: Amitoj Kaur Chawla <[email protected]> Signed-off-by: Hans Verkuil <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions