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

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a974303e0c9f0654a76f82e0a3221b6d866a5037
      https://github.com/llvm/llvm-project/commit/a974303e0c9f0654a76f82e0a3221b6d866a5037
  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 (#77900)

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