Skip to content

[Docs][llvm-exegesis] Add documentation on validation counters option #82132

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions llvm/docs/CommandGuide/llvm-exegesis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -443,6 +443,17 @@ OPTIONS
when performing latency measurements. By default, llvm-exegesis will repeat
a latency measurement enough times to balance run-time and noise reduction.

.. option:: --validation-counter=[instructions-retired,l1d-cache-load-misses,
l1d-cache-store-misses,l1i-cache-load-misses,data-tlb-load-misses,
data-tld-store-misses,instruction-tlb-load-misses]

This option enables the use of validation counters, which measure additional
microarchitectural events like cache misses to validate snippet execution
conditions. These events are measured using the perf subsystem in a group
with the performance counter used to measure the value of interest. This
flag can be specified multiple times to measure multiple events. The maximum
number of validation counters is platform dependent.

EXIT STATUS
-----------

Expand Down