summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-postgresql.py
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2025-07-02 14:59:52 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2025-07-04 23:17:11 -0400
commit8e548dc5728652783ba5f44fc8481ab350b7001b (patch)
treeae0ce6b9d7fe827251c2881d1c69e2f4caacfcf8 /tools/perf/scripts/python/call-graph-from-postgresql.py
parent69bcbd207f0cfe65ecfa1bf7f1684dab2e2cdfea (diff)
bcachefs: Faster checking for missing journal entries
Previously, we would do a linear search over journal entry gaps, checking for entries that aren't actually missing beacuse the sequence number was blacklisted. But multi device filesystems can have massive gaps in journal entry sequence numbers, and the linear search then becomes quite painful. Fix this with two new helpers for iterating over the blacklist table: bch2_journal_seq_next_blacklisted() bch2_journal_seq_next_nonblacklisted() Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions