This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Support printing the status of cached blocks
ClosedPublic

Authored by Chia-hungDuan on Apr 19 2023, 4:14 PM.

Details

Summary

The output looks like,

Stats: SharedTSDs: 2 available; total 8
  Shared TSD[0]:
    00 (    64): cached:   10 max:   26
    32 ( 65552): cached:    1 max:    2
  Shared TSD[1]:
    No block is cached.

Diff Detail

Event Timeline

Chia-hungDuan created this revision.Apr 19 2023, 4:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2023, 4:14 PM
Herald added subscribers: yaneury, Enna1. · View Herald Transcript
Chia-hungDuan requested review of this revision.Apr 19 2023, 4:14 PM
Herald added a project: Restricted Project. · View Herald TranscriptApr 19 2023, 4:14 PM
Herald added a subscriber: Restricted Project. · View Herald Transcript
cferris accepted this revision.Apr 19 2023, 4:27 PM

LGTM.

This revision is now accepted and ready to land.Apr 19 2023, 4:27 PM

Add missing thread-safey annotation, NFC

cferris accepted this revision.Apr 19 2023, 4:43 PM

Still good.

This revision was landed with ongoing or failed builds.Apr 19 2023, 6:09 PM
This revision was automatically updated to reflect the committed changes.