diff options
author | Ian Rogers <irogers@google.com> | 2024-06-20 11:17:48 -0700 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2024-06-20 16:56:37 -0700 |
commit | 321e0ffa1aa63dbe77754786e035329757e931e8 (patch) | |
tree | 38d4a662d44b57243e928948b5c5454e84b5874d /tools/perf/pmu-events/arch/x86/tigerlake/counter.json | |
parent | 7c79eb5cc226f29cbe6e419c85a9a7010504d0f6 (diff) |
perf vendor events: Add/update tigerlake events/metrics
Update events from v1.15 to v1.16.
Update TMA metrics from v4.7 to v4.8.
Bring in the event updates v1.16:
https://github.com/intel/perfmon/commit/43f3b8d6f82f3174bd3bffe8587e2179f086d2ce
The TMA 4.8 information was added in:
https://github.com/intel/perfmon/commit/59194d4d90ca50a3fcb2de0d82b9f6fc0c9a5736
Add counter information. The most recent RFC patch set using this
information:
https://lore.kernel.org/lkml/20240412210756.309828-1-weilin.wang@intel.com/
Co-authored-by: Weilin Wang <weilin.wang@intel.com>
Co-authored-by: Caleb Biggers <caleb.biggers@intel.com>
Signed-off-by: Ian Rogers <irogers@google.com>
Reviewed-by: Kan Liang <kan.liang@linux.intel.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: https://lore.kernel.org/r/20240620181752.3945845-35-irogers@google.com
Diffstat (limited to 'tools/perf/pmu-events/arch/x86/tigerlake/counter.json')
-rw-r--r-- | tools/perf/pmu-events/arch/x86/tigerlake/counter.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/tools/perf/pmu-events/arch/x86/tigerlake/counter.json b/tools/perf/pmu-events/arch/x86/tigerlake/counter.json new file mode 100644 index 000000000000..5a350072522a --- /dev/null +++ b/tools/perf/pmu-events/arch/x86/tigerlake/counter.json @@ -0,0 +1,17 @@ +[ + { + "Unit": "core", + "CountersNumFixed": "4", + "CountersNumGeneric": "8" + }, + { + "Unit": "ARB", + "CountersNumFixed": "0", + "CountersNumGeneric": "2" + }, + { + "Unit": "CLOCK", + "CountersNumFixed": 1, + "CountersNumGeneric": "0" + } +]
\ No newline at end of file |