diff options
author | Tony Luck <[email protected]> | 2024-06-28 14:56:15 -0700 |
---|---|---|
committer | Borislav Petkov (AMD) <[email protected]> | 2024-07-02 19:57:19 +0200 |
commit | c8c7d3d904b76c45fe2b5dc982fb5090d12a63af (patch) | |
tree | 5c794fa423853bf3649c8d27ba8af150f45d4eb6 /tools/testing/selftests/bpf/prog_tests/autoload.c | |
parent | 6b48b80b08e6f08eea8eaf7e44555ada191b6bee (diff) |
x86/resctrl: Fill out rmid_read structure for smp_call*() to read a counter
mon_event_read() fills out most fields of the struct rmid_read that is passed
via an smp_call*() function to a CPU that is part of the correct domain to
read the monitor counters.
With Sub-NUMA Cluster (SNC) mode there are now two cases to handle:
1) Reading a file that returns a value for a single domain.
+ Choose the CPU to execute from the domain cpu_mask
2) Reading a file that must sum across domains sharing an L3 cache
instance.
+ Indicate to called code that a sum is needed by passing a NULL
rdt_mon_domain pointer.
+ Choose the CPU from the L3 shared_cpu_map.
Signed-off-by: Tony Luck <[email protected]>
Signed-off-by: Borislav Petkov (AMD) <[email protected]>
Reviewed-by: Reinette Chatre <[email protected]>
Tested-by: Babu Moger <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Diffstat (limited to 'tools/testing/selftests/bpf/prog_tests/autoload.c')
0 files changed, 0 insertions, 0 deletions