summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2019-09-05 12:06:04 +0200
committerDavid S. Miller <davem@davemloft.net>2019-09-05 12:06:04 +0200
commit09ea989e2bd2c3605068925f6ba2a7207948c6a4 (patch)
treefefa0aba444561ec38fcf97688c2b85f59967a7a /tools/perf/scripts/python/exported-sql-viewer.py
parentb06b39927249dad12e965d4f9914e58c83d87cf0 (diff)
parentda3a3b653b34fe8c623a0ade88cdf92eb9a35827 (diff)
Merge branch 'net-kzfree'
zhong jiang says: ==================== net: Use kzfree() directly With the help of Coccinelle. We find some place to replace. @@ expression M, S; @@ - memset(M, 0, S); - kfree(M); + kzfree(M); ==================== Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions