OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:atrace
(Results
1 - 12
of
12
) sorted by null
/frameworks/native/cmds/atrace/
Android.mk
6
LOCAL_SRC_FILES:=
atrace
.cpp
10
LOCAL_MODULE:=
atrace
20
LOCAL_INIT_RC :=
atrace
.rc
atrace.rc
65
on property:persist.debug.
atrace
.boottrace=1
68
# Run
atrace
with the categories written in a file
69
service boottrace /system/bin/
atrace
--async_start -f /data/misc/boottrace/categories
/system/extras/tests/workloads/
defs.sh
153
# extract timestamp from
atrace
log entry
275
# look for any reclaim events in
atrace
output
289
# Called at beginning of loop. Turn on instramentation like
atrace
300
vout ${ADB}
atrace
-b 32768 --async_start $tracecategories
301
${ADB}
atrace
-b 32768 --async_start $tracecategories >> $output
310
vout ${ADB}
atrace
--async_stop
311
${ADB}
atrace
--async_stop > /dev/null
330
UNCOMPRESS=$CMDDIR/
atrace
-uncompress.py
333
${ADB}
atrace
-z -b 32768 --async_dump >> $tmpTrace
337
${ADB}
atrace
-b 32768 --async_dump > $traceou
[
all
...]
chromefling.sh
101
${ADB}
atrace
--async_start -z -c -b 16000 freq gfx view idle sched
114
${ADB}
atrace
--async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
recentfling.sh
107
${ADB}
atrace
--async_start -z -c -b 16000 freq gfx view idle sched
120
${ADB}
atrace
--async_dump -z -c -b 16000 freq gfx view idle sched > trace.${cur}.out
/build/target/product/
core_base.mk
29
atrace
\
embedded.mk
23
atrace
\
92
debug.
atrace
.tags.enableflags=0
/packages/services/Car/car_product/build/
car_base.mk
49
atrace
\
/cts/hostsidetests/atrace/
Android.mk
28
LOCAL_CTS_TEST_PACKAGE := android.host.
atrace
/system/extras/pagecache/
pagecache.py
391
trace_cmd = AdbUtils.construct_adb_shell_command(['
atrace
', '--stream', 'pagecache'],
395
atrace
= subprocess.Popen(trace_cmd, stdin=subprocess.PIPE, stdout=subprocess.PIPE,
401
read_and_parse_trace_data_live(
atrace
.stdout,
atrace
.stderr, pagecache_stats, options.app_name)
/cts/hostsidetests/atrace/src/android/atrace/cts/
AtraceHostTest.java
17
package android.
atrace
.cts;
38
* Test to check that
atrace
is usable, to enable usage of systrace.
154
* Tests that
atrace
exists and is runnable with no args
157
String output = getDevice().executeShellCommand("
atrace
");
169
* Tests the output of "
atrace
--list_categories" to ensure required categories exist.
172
String output = getDevice().executeShellCommand("
atrace
--list_categories");
190
fail("Expected categories missing from
atrace
");
195
* Tests that
atrace
captures app launch, including app level tracing
207
String.format("failed to install
atrace
test app. Reason: %s", installResult),
213
getDevice().executeShellCommand("
atrace
--async_stop " + atraceArgs)
[
all
...]
/system/sepolicy/
file_contexts
149
/system/bin/
atrace
u:object_r:atrace_exec:s0
Completed in 204 milliseconds