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
fbe025c3
Commit
fbe025c3
authored
Feb 22, 2019
by
Vineet Gupta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ARC: perf: bpok condition only exists for ARCompact
Signed-off-by:
Vineet Gupta
<
vgupta@synopsys.com
>
parent
76551468
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
arch/arc/include/asm/perf_event.h
arch/arc/include/asm/perf_event.h
+1
-1
No files found.
arch/arc/include/asm/perf_event.h
View file @
fbe025c3
...
...
@@ -105,10 +105,10 @@ static const char * const arc_pmu_ev_hw_map[] = {
[
PERF_COUNT_HW_INSTRUCTIONS
]
=
"iall"
,
/* All jump instructions that are taken */
[
PERF_COUNT_HW_BRANCH_INSTRUCTIONS
]
=
"ijmptak"
,
[
PERF_COUNT_ARC_BPOK
]
=
"bpok"
,
/* NP-NT, PT-T, PNT-NT */
#ifdef CONFIG_ISA_ARCV2
[
PERF_COUNT_HW_BRANCH_MISSES
]
=
"bpmp"
,
#else
[
PERF_COUNT_ARC_BPOK
]
=
"bpok"
,
/* NP-NT, PT-T, PNT-NT */
[
PERF_COUNT_HW_BRANCH_MISSES
]
=
"bpfail"
,
/* NP-T, PT-NT, PNT-T */
#endif
[
PERF_COUNT_ARC_LDC
]
=
"imemrdc"
,
/* Instr: mem read cached */
...
...
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