Skip to content

Commit

Permalink
Fixed PES
Browse files Browse the repository at this point in the history
  • Loading branch information
kylosus committed Apr 26, 2024
1 parent 9efe8a8 commit 85548dc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -609,7 +609,7 @@ BeyondMoore Software Ecosystem
<div clas="flex flex-col justify-start" style="width: 60%">
<div class="flex flex-row gap-2 justify-start items-center flex-shrink">
<img width="32" src="./assets/git.webp" />
<a href="/ParCoreLab/PES-artifact" class="text-xl font-semibold font-serif visited:text-teal-700">Percise Event Sampling</a>
<a href="/ParCoreLab/PES-artifact" class="text-xl font-semibold font-serif visited:text-teal-700">Precise Event Sampling</a>
</div>
<p class="text-lg">
Precise event sampling, a profiling feature in commodity processors, accurately pinpoints instructions triggering hardware events. While widely utilized, support from vendors varies, impacting accuracy, stability, overhead, and functionality. Our study benchmarks Intel PEBS and AMD IBS, revealing PEBS's finer-grained accuracy and IBS's richer information but lower stability. PEBS incurs lower time overhead, while IBS suffers from accuracy issues. OS signal delivery adds significant time overhead. Both PEBS and IBS exhibit sampling bias. Our findings hold in a full-fledged profiling tool on modern Intel and AMD machines. This comparison offers valuable insights for hardware designers and profiling tool developers. <a href="https://github.com/ParCoreLab/PES-artifact" class="text-xl font-semibold font-serif visited:text-teal-700">All the artifacts and benchmarks can be found.</a>
Expand Down

0 comments on commit 85548dc

Please sign in to comment.