diff options
author | Boqun Feng <[email protected]> | 2020-08-07 15:42:35 +0800 |
---|---|---|
committer | Peter Zijlstra <[email protected]> | 2020-08-26 12:42:07 +0200 |
commit | 8ef7ca75120a39167def40f41daefee013c4b5af (patch) | |
tree | 0c049e83c7dc22eeaa3d3a8f5fd285d4fbc7c55e /tools/perf/scripts/python/export-to-postgresql.py | |
parent | 31e0d747708272356bee9b6a1b90c1e6525b0f6d (diff) |
lockdep/selftest: Add more recursive read related test cases
Add those four test cases:
1. X --(ER)--> Y --(ER)--> Z --(ER)--> X is deadlock.
2. X --(EN)--> Y --(SR)--> Z --(ER)--> X is deadlock.
3. X --(EN)--> Y --(SR)--> Z --(SN)--> X is not deadlock.
4. X --(ER)--> Y --(SR)--> Z --(EN)--> X is not deadlock.
Those self testcases are valuable for the development of supporting
recursive read related deadlock detection.
Signed-off-by: Boqun Feng <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions