summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorAmitoj Kaur Chawla <amitoj1606@gmail.com>2016-06-23 10:30:55 +0530
committerJeff Kirsher <jeffrey.t.kirsher@intel.com>2016-07-22 00:07:05 -0700
commit4dec7d045d6d20afe794adbda5b6da2fe5d63a35 (patch)
treee9105dccdec4da7cf96588687a08847473b8614b /tools/perf/scripts/python/call-graph-from-postgresql.py
parentae33256c55d2fefcad8712e750b846461994a1af (diff)
i40e: Remove redundant memset
Remove redundant call to memset before a call to memcpy. The Coccinelle semantic patch used to make this change is as follows: @@ expression e1,e2,e3,e4; @@ - memset(e1,e2,e3); memcpy(e1,e4,e3); Signed-off-by: Amitoj Kaur Chawla <amitoj1606@gmail.com> Tested-by: Andrew Bowers <andrewx.bowers@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions