aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorJames Morse <[email protected]>2016-06-02 13:20:32 +0100
committerRafael J. Wysocki <[email protected]>2016-06-14 00:38:56 +0200
commit678309117768e25751594a48a2d873b0552a3130 (patch)
tree05fd4cf2a758f3ed26683ebe4f9aa0278046feef /tools/perf/scripts/python/call-graph-from-postgresql.py
parent5edb56491d4812c42175980759da53388e5d86f5 (diff)
PM / Hibernate: Don't let kasan instrument snapshot.c
Kasan causes the compiler to instrument C code and is used at runtime to detect accesses to memory that has been freed, or not yet allocated. The code in snapshot.c saves and restores memory when hibernating. This will access whole pages in the slab cache that have both free and allocated areas, resulting in a large number of false positives from Kasan. Disable instrumentation of this file. Signed-off-by: James Morse <[email protected]> Acked-by: Catalin Marinas <[email protected]> Signed-off-by: Rafael J. Wysocki <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions