xref: /openbmc/linux/tools/perf/pmu-events/arch/arm64/arm/neoverse-n2-v2/ll_cache.json (revision 4c11bcb119bfabcbb58a8b8b3147aa9c3ec3dbe4)
1[
2    {
3        "ArchStdEvent": "LL_CACHE_RD",
4        "PublicDescription": "Counts read transactions that were returned from outside the core cluster. This event counts when the system register CPUECTLR.EXTLLC bit is set. This event counts read transactions returned from outside the core if those transactions are either hit in the system level cache or missed in the SLC and are returned from any other external sources."
5    },
6    {
7        "ArchStdEvent": "LL_CACHE_MISS_RD",
8        "PublicDescription": "Counts read transactions that were returned from outside the core cluster but missed in the system level cache. This event counts when the system register CPUECTLR.EXTLLC bit is set. This event counts read transactions returned from outside the core if those transactions are missed in the System level Cache. The data source of the transaction is indicated by a field in the CHI transaction returning to the CPU. This event does not count reads caused by cache maintenance operations."
9    }
10]
11