]> Git Repo - linux.git/commit
perf/mem: Introduce PERF_MEM_LVLNUM_{EXTN_MEM|IO}
authorRavi Bangoria <[email protected]>
Wed, 28 Sep 2022 09:57:51 +0000 (15:27 +0530)
committerPeter Zijlstra <[email protected]>
Thu, 29 Sep 2022 10:20:54 +0000 (12:20 +0200)
commitee3e88dfec23153d0675b5d00522297b9adf657c
tree55d065c437d91f6c543cbeb94519633fe092b109
parente04a1607c9c3c0e2dc48715aeb570f2581f514bc
perf/mem: Introduce PERF_MEM_LVLNUM_{EXTN_MEM|IO}

PERF_MEM_LVLNUM_EXTN_MEM which can be used to indicate accesses to
extension memory like CXL etc. PERF_MEM_LVL_IO can be used for IO
accesses but it can not distinguish between local and remote IO.
Introduce new field PERF_MEM_LVLNUM_IO which can be clubbed with
PERF_MEM_REMOTE_REMOTE to indicate Remote IO accesses.

Signed-off-by: Ravi Bangoria <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Link: https://lkml.kernel.org/r/[email protected]
include/uapi/linux/perf_event.h
This page took 0.048509 seconds and 4 git commands to generate.