Commit 1b2a62be authored by Vineet Gupta's avatar Vineet Gupta Committed by Vineet Gupta

ARC: perf: fix misleading comment about pmu vs counter stop

Signed-off-by: default avatarVineet Gupta <vgupta@ikernel.org>
parent 7e5b06b8
......@@ -328,7 +328,7 @@ static void arc_pmu_stop(struct perf_event *event, int flags)
}
if (!(event->hw.state & PERF_HES_STOPPED)) {
/* stop ARC pmu here */
/* stop hw counter here */
write_aux_reg(ARC_REG_PCT_INDEX, idx);
/* condition code #0 is always "never" */
......
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