Commit 5874a6a1 authored by Ilpo Järvinen's avatar Ilpo Järvinen Committed by Shuah Khan

selftests/resctrl: Correct get_llc_perf() param in function comment

get_llc_perf() function comment refers to cpu_no parameter that does
not exist.

Correct get_llc_perf() the comment to document llc_perf_miss instead.
Signed-off-by: default avatarIlpo Järvinen <ilpo.jarvinen@linux.intel.com>
Reviewed-by: default avatarReinette Chatre <reinette.chatre@intel.com>
Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
parent a967e17f
...@@ -77,7 +77,7 @@ static int reset_enable_llc_perf(pid_t pid, int cpu_no) ...@@ -77,7 +77,7 @@ static int reset_enable_llc_perf(pid_t pid, int cpu_no)
/* /*
* get_llc_perf: llc cache miss through perf events * get_llc_perf: llc cache miss through perf events
* @cpu_no: CPU number that the benchmark PID is binded to * @llc_perf_miss: LLC miss counter that is filled on success
* *
* Perf events like HW_CACHE_MISSES could be used to validate number of * Perf events like HW_CACHE_MISSES could be used to validate number of
* cache lines allocated. * cache lines allocated.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment