Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
frameworks_native
Commits
8b9c0e1a
Commit
8b9c0e1a
authored
9 years ago
by
Greg Hackmann
Committed by
Gerrit Code Review
9 years ago
Browse files
Options
Download
Plain Diff
Merge "atrace: add database tag"
parents
bc611a1d
bbd7d991
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
cmds/atrace/atrace.cpp
cmds/atrace/atrace.cpp
+1
-0
No files found.
cmds/atrace/atrace.cpp
View file @
8b9c0e1a
...
...
@@ -94,6 +94,7 @@ static const TracingCategory k_categories[] = {
{
"power"
,
"Power Management"
,
ATRACE_TAG_POWER
,
{
}
},
{
"pm"
,
"Package Manager"
,
ATRACE_TAG_PACKAGE_MANAGER
,
{
}
},
{
"ss"
,
"System Server"
,
ATRACE_TAG_SYSTEM_SERVER
,
{
}
},
{
"database"
,
"Database"
,
ATRACE_TAG_DATABASE
,
{
}
},
{
"sched"
,
"CPU Scheduling"
,
0
,
{
{
REQ
,
"/sys/kernel/debug/tracing/events/sched/sched_switch/enable"
},
{
REQ
,
"/sys/kernel/debug/tracing/events/sched/sched_wakeup/enable"
},
...
...
This diff is collapsed.
Click to expand it.
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