[all-commits] [llvm/llvm-project] 430085: [llvm-exegesis] Refactor individual counter data t...
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Fri Jan 12 02:03:13 PST 2024
Branch: refs/heads/users/boomanaiden154/exegesis-validation-counters-configuredevent
Home: https://github.com/llvm/llvm-project
Commit: 4300851b24c9ce9372648b6e5ee55417b3920608
https://github.com/llvm/llvm-project/commit/4300851b24c9ce9372648b6e5ee55417b3920608
Author: Aiden Grossman <agrossman154 at yahoo.com>
Date: 2024-01-12 (Fri, 12 Jan 2024)
Changed paths:
M llvm/tools/llvm-exegesis/lib/PerfHelper.cpp
M llvm/tools/llvm-exegesis/lib/PerfHelper.h
M llvm/tools/llvm-exegesis/lib/X86/X86Counter.cpp
Log Message:
-----------
[llvm-exegesis] Refactor individual counter data to ConfiguredEvent
This further sets things up for validation events. Having a separate
abstraction for a configured event that is setup as a counter allows for
much easier creation of more events in the future within a single
counter group (like validation counters) without duplicating any code.
More information about the All-commits
mailing list