summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorLouis Burda <quent.burda@gmail.com>2023-02-01 12:20:58 -0600
committerLouis Burda <quent.burda@gmail.com>2023-02-01 12:20:58 -0600
commit039144b8e7f7fb4074883e8037787d420e86f70c (patch)
tree102c4ef36f77f9ff35d05c42be022dbc5368035d /README
parent7cd66755ff29a9f56601d5612a902b45d14798d5 (diff)
downloadcachepc-039144b8e7f7fb4074883e8037787d420e86f70c.tar.gz
cachepc-039144b8e7f7fb4074883e8037787d420e86f70c.zip
fixup! Event batching
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 547f9c9..4bb563b 100644
--- a/README
+++ b/README
@@ -69,13 +69,13 @@ CPC_TRACK_EXIT_EVICTION:
measurements over a clean run to a guest-invoked exit such as KVM_EXIT_HLT.
CPC_TRACK_PAGES:
- Track execution of all guest pages. While the guest is running untrack
+ Track execution of all guest pages. While the guest is running, untrack
a single executable page at a time based on page-faults. Allows tracking
which guest pages are executed and how long using retired instructions.
CPC_TRACK_STEPS:
Single-step guest exection. For each step, collect either only instruction
- or instruction and page-faults. Allows tracking not only which sets were
+ or instruction and data page-faults. Allows tracking not only which sets were
evicted but what gfns were involved in the access. A target page can
be set, such that we will first page-step until the page is reached,
then single-step while running instructions on that page.