[all-commits] [llvm/llvm-project] 3741dc: [llvm-exegesis] Refactor individual counter data t...

Aiden Grossman via All-commits all-commits at lists.llvm.org
Tue Jan 16 01:44:52 PST 2024


  Branch: refs/heads/users/boomanaiden154/exegesis-validation-counters-configuredevent
  Home:   https://github.com/llvm/llvm-project
  Commit: 3741dcd09029a08a69ab0454bdf59a58b9ba1642
      https://github.com/llvm/llvm-project/commit/3741dcd09029a08a69ab0454bdf59a58b9ba1642
  Author: Aiden Grossman <agrossman154 at yahoo.com>
  Date:   2024-01-16 (Tue, 16 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