aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-report
diff options
context:
space:
mode:
authorShakeel Butt <[email protected]>2021-09-02 14:55:46 -0700
committerLinus Torvalds <[email protected]>2021-09-03 09:58:13 -0700
commit96e51ccf1af33e82f429a0d6baebba29c6448d0f (patch)
treeb6e92e3a402685373678b78ca0480d5b2a4eedd4 /tools/perf/scripts/python/bin/stackcollapse-report
parentec403e2ae0dfc85996aad6e944a98a16e6dfcc6d (diff)
memcg: cleanup racy sum avoidance code
We used to have per-cpu memcg and lruvec stats and the readers have to traverse and sum the stats from each cpu. This summing was racy and may expose transient negative values. So, an explicit check was added to avoid such scenarios. Now these stats are moved to rstat infrastructure and are no more per-cpu, so we can remove the fixup for transient negative values. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Shakeel Butt <[email protected]> Acked-by: Roman Gushchin <[email protected]> Reviewed-by: David Hildenbrand <[email protected]> Acked-by: Michal Hocko <[email protected]> Cc: Johannes Weiner <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-report')
0 files changed, 0 insertions, 0 deletions