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
5a209c2d
Commit
5a209c2d
authored
Nov 18, 2008
by
Ingo Molnar
Browse files
Options
Browse Files
Download
Plain Diff
Merge branches 'tracing/branch-tracer' and 'tracing/urgent' into tracing/core
parents
3f8e402f
0c726da9
e270219f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
5 deletions
+1
-5
kernel/profile.c
kernel/profile.c
+1
-1
kernel/trace/trace.c
kernel/trace/trace.c
+0
-2
kernel/trace/trace.h
kernel/trace/trace.h
+0
-2
No files found.
kernel/profile.c
View file @
5a209c2d
...
...
@@ -544,7 +544,7 @@ static const struct file_operations proc_profile_operations = {
};
#ifdef CONFIG_SMP
static
void
__init
profile_nop
(
void
*
unused
)
static
inline
void
profile_nop
(
void
*
unused
)
{
}
...
...
kernel/trace/trace.c
View file @
5a209c2d
...
...
@@ -259,9 +259,7 @@ static const char *trace_options[] = {
"sched-tree"
,
"ftrace_printk"
,
"ftrace_preempt"
,
#ifdef CONFIG_BRANCH_TRACER
"branch"
,
#endif
"annotate"
,
NULL
};
...
...
kernel/trace/trace.h
View file @
5a209c2d
...
...
@@ -471,9 +471,7 @@ enum trace_iterator_flags {
TRACE_ITER_SCHED_TREE
=
0x200
,
TRACE_ITER_PRINTK
=
0x400
,
TRACE_ITER_PREEMPTONLY
=
0x800
,
#ifdef CONFIG_BRANCH_TRACER
TRACE_ITER_BRANCH
=
0x1000
,
#endif
TRACE_ITER_ANNOTATE
=
0x2000
,
};
...
...
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