Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
1b2a62be
Commit
1b2a62be
authored
Dec 16, 2021
by
Vineet Gupta
Committed by
Vineet Gupta
Dec 28, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARC: perf: fix misleading comment about pmu vs counter stop
Signed-off-by:
Vineet Gupta
<
vgupta@ikernel.org
>
parent
7e5b06b8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/arc/kernel/perf_event.c
arch/arc/kernel/perf_event.c
+1
-1
No files found.
arch/arc/kernel/perf_event.c
View file @
1b2a62be
...
...
@@ -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" */
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment