aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorJulia Lawall <[email protected]>2016-04-29 22:09:09 +0200
committerVinod Koul <[email protected]>2016-05-03 12:24:11 +0530
commit2ba4f8abfe450ddf55bf6c79b4650525b37f6962 (patch)
tree5516ca48d5e77de7230c7cfe56995047ab31cbc0 /tools/perf/scripts/python/export-to-postgresql.py
parent48a59edc63ed83283bf2d2523137ab0578feac1a (diff)
dmaengine: vdma: Use dma_pool_zalloc
Dma_pool_zalloc combines dma_pool_alloc and memset 0. The semantic patch that makes this transformation is as follows: (http://coccinelle.lip6.fr/) // <smpl> @@ expression d,e; statement S; @@ d = - dma_pool_alloc + dma_pool_zalloc (...); if (!d) S - memset(d, 0, sizeof(*d)); // </smpl> Signed-off-by: Julia Lawall <[email protected]> Acked-by: Sören Brinkmann <[email protected]> Signed-off-by: Vinod Koul <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions