aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/syscall-counts-by-pid.py
diff options
context:
space:
mode:
authorVitaly Wool <[email protected]>2017-02-24 14:57:23 -0800
committerLinus Torvalds <[email protected]>2017-02-24 17:46:54 -0800
commit2f1e5e4d8430f365f979a818f515123a71b640ec (patch)
treed7e421b9780b1106c9bc29db1d5f451ad4f0b9a3 /tools/perf/scripts/python/syscall-counts-by-pid.py
parent1b096e5ae9f7181c770d59c6895f23a76c63adee (diff)
z3fold: use per-page spinlock
Most of z3fold operations are in-page, such as modifying z3fold page header or moving z3fold objects within a page. Taking per-pool spinlock to protect per-page objects is therefore suboptimal, and the idea of having a per-page spinlock (or rwlock) has been around for some time. This patch implements spinlock-based per-page locking mechanism which is lightweight enough to normally fit ok into the z3fold header. Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Vitaly Wool <[email protected]> Reviewed-by: Dan Streetman <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/syscall-counts-by-pid.py')
0 files changed, 0 insertions, 0 deletions