Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
linux-davinci
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linux
linux-davinci
Commits
f15b18d0
Commit
f15b18d0
authored
May 09, 2009
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf_counter tools: remove debug code from builtin-stat.c
Signed-off-by:
Ingo Molnar
<
mingo@elte.hu
>
parent
f370e1e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
Documentation/perf_counter/builtin-stat.c
Documentation/perf_counter/builtin-stat.c
+0
-2
No files found.
Documentation/perf_counter/builtin-stat.c
View file @
f15b18d0
...
@@ -331,8 +331,6 @@ static void create_perfstat_counter(int counter)
...
@@ -331,8 +331,6 @@ static void create_perfstat_counter(int counter)
hw_event
.
exclude_kernel
=
event_mask
[
counter
]
&
EVENT_MASK_KERNEL
;
hw_event
.
exclude_kernel
=
event_mask
[
counter
]
&
EVENT_MASK_KERNEL
;
hw_event
.
exclude_user
=
event_mask
[
counter
]
&
EVENT_MASK_USER
;
hw_event
.
exclude_user
=
event_mask
[
counter
]
&
EVENT_MASK_USER
;
printf
(
"exclude: %d
\n
"
,
event_mask
[
counter
]);
if
(
scale
)
if
(
scale
)
hw_event
.
read_format
=
PERF_FORMAT_TOTAL_TIME_ENABLED
|
hw_event
.
read_format
=
PERF_FORMAT_TOTAL_TIME_ENABLED
|
PERF_FORMAT_TOTAL_TIME_RUNNING
;
PERF_FORMAT_TOTAL_TIME_RUNNING
;
...
...
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