Home
last modified time | relevance | path

Searched refs:trace (Results 1 – 25 of 228) sorted by relevance

12345678910

/system/extras/ANRdaemon/
DREADME4 Depending on the CPU usage level, the trace is turn on/off by writting to the
5 global control /d/trace/trace_on. The raw trace file is stored at
6 /d/tracing/trace.
11 This means tracing will be enabled above 99.90% CPU utilization and will trace
14 Use ANRdaemon_get_trace.sh [device serial] to dump and fetch the compressed trace file.
16 The compressed trace file can be parsed using systrace:
17 $ systrace.py --from-file=<path to compressed trace file>
19 Known issue: in the systrace output, anrdaemon will show up when the trace is
21 drops, the last entry it leaves in the raw trace file is the scheduler switched
24 the first entry in /d/tracing/trace logged by sched is switching away from the
[all …]
/system/extras/ioshark/
Dcollect-straces.sh35 for i in trace.*
37 if [ $i != trace.begin ] && [ $i != trace.tar ];
46 begin_time=`cat trace.begin`
82 rm -f trace.*
86 adb pull /data/local/tmp/trace.tar
90 tar xf trace.tar
Dcollect-straces-ftraces.sh14 begin_time=`cat trace.begin`
56 for stracefile in trace.*
58 if [ $stracefile == trace.begin ] || [ $stracefile == trace.tar ];
186 rm -f trace.*
193 adb pull /data/local/tmp/trace.tar
194 tar xf trace.tar
Dcompile-only.sh14 begin_time=`cat trace.begin`
54 for stracefile in trace.*
56 if [ $stracefile == trace.begin ] || [ $stracefile == trace.tar ];
/system/extras/tests/mmc_tracepoints/
DREADME7 To get the trace:
9 adb pull /d/tracing/trace
24 The file mmc_trace_sample_data contains sample mmc trace data from a Nexus 10.
/system/extras/profcollectd/
DREADME.md74 oriole:/ # cd data/misc/profcollectd/trace/
75 oriole:/data/misc/profcollectd/trace # ls
84 # Check trace directory to see if there is a recent manual trace file.
85 oriole:/ # ls /data/misc/profcollectd/trace/
89 If there are too many trace files, we need to processing them to avoid reaching storage limit.
133 For each trace file, run:
/system/sepolicy/prebuilts/api/29.0/private/
Dtraced.te21 # Allow to pass a file descriptor for the output trace from "perfetto" (the
23 # directly into that (rather than returning the trace contents over the socket).
39 # Allow traced to notify Traceur when a trace ends by setting the
40 # sys.trace.trace_end_signal property.
/system/security/keystore2/src/
Dasync_task.rs336 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable
337 trace.push(format!("L{}", j)); in test_async_task()
341 let trace = shelf.get_mut::<Vec<String>>(); in test_async_task() localVariable
342 trace.push(format!("H{}", j)); in test_async_task()
349 let trace = shelf.get_downcast_ref::<Vec<String>>().unwrap(); in test_async_task() localVariable
350 trace_sender.send(trace.clone()).unwrap(); in test_async_task()
355 let trace = trace_receiver.recv().unwrap(); in test_async_task() localVariable
357 assert_eq!(trace, vec!["H0", "H1", "H2", "L0", "L1", "L2"]); in test_async_task()
/system/sepolicy/prebuilts/api/34.0/private/
Dperfetto.te11 # Allow init to start a trace (for perfetto_boottrace).
25 # Allow to write and unlink trace into /data/misc/perfetto-traces/bugreport*
34 # Allow perfetto to read the trace config from /data/misc/perfetto-configs.
39 # Allow perfetto to read the trace config from statsd, mm_events and shell
40 # (both root and non-root) on stdin and also to write the resulting trace to
Dtraced.te17 # Allow to pass a file descriptor for the output trace from "perfetto" (the
19 # directly into that (rather than returning the trace contents over the socket).
55 # Allow traced to notify Traceur when a trace ends by setting the
56 # sys.trace.trace_end_signal property.
Dtraced_probes.te9 # Write trace data to the Perfetto traced damon. This requires connecting to its
19 # Allow traced_probes to access mm_events trace instance
80 # Note: trace data is NOT exposed to anything other than shell and privileged
103 # On debug builds allow to ingest system logs into the trace.
/system/sepolicy/private/
Dperfetto.te11 # Allow init to start a trace (for perfetto_boottrace).
25 # Allow to write and unlink trace into /data/misc/perfetto-traces/bugreport*
34 # Allow perfetto to read the trace config from /data/misc/perfetto-configs.
39 # Allow perfetto to read the trace config from statsd, mm_events and shell
40 # (both root and non-root) on stdin and also to write the resulting trace to
Dtraced.te17 # Allow to pass a file descriptor for the output trace from "perfetto" (the
19 # directly into that (rather than returning the trace contents over the socket).
55 # Allow traced to notify Traceur when a trace ends by setting the
56 # sys.trace.trace_end_signal property.
Dtraced_probes.te9 # Write trace data to the Perfetto traced damon. This requires connecting to its
19 # Allow traced_probes to access mm_events trace instance
80 # Note: trace data is NOT exposed to anything other than shell and privileged
103 # On debug builds allow to ingest system logs into the trace.
/system/extras/boottime_tools/io_analysis/
Dcheck_verity.py132 trace = VerityTrace()
135 trace.handle_line(l)
136 trace.dump()
Dcheck_io_trace.py183 trace = Trace(keyword)
189 trace.parse_block_trace(l, result)
190 trace.dump()
/system/core/libcutils/
DAndroid.bp180 "trace-host.cpp",
187 "trace-host.cpp",
210 "trace-dev.cpp",
271 "trace-dev_test.cpp",
Dtrace-dev.inc20 #define LOG_TAG "cutils-trace"
34 #include <cutils/trace.h>
44 * Maximum size of a message that can be logged to the trace buffer.
46 * Names should be kept short to get the most use of the trace buffer.
152 ALOGE("Error parsing trace property: Not a number: %s", value);
155 ALOGE("Error parsing trace property: Number too large: %s", value);
/system/sepolicy/prebuilts/api/30.0/private/
Dtraced.te21 # Allow to pass a file descriptor for the output trace from "perfetto" (the
23 # directly into that (rather than returning the trace contents over the socket).
59 # Allow traced to notify Traceur when a trace ends by setting the
60 # sys.trace.trace_end_signal property.
/system/sepolicy/prebuilts/api/33.0/private/
Dperfetto.te11 # Allow init to start a trace (for perfetto_boottrace).
30 # Allow perfetto to read the trace config from /data/misc/perfetto-configs.
35 # Allow perfetto to read the trace config from statsd, mm_events and shell
36 # (both root and non-root) on stdin and also to write the resulting trace to
Dtraced.te20 # Allow to pass a file descriptor for the output trace from "perfetto" (the
22 # directly into that (rather than returning the trace contents over the socket).
66 # Allow traced to notify Traceur when a trace ends by setting the
67 # sys.trace.trace_end_signal property.
/system/sepolicy/prebuilts/api/31.0/private/
Dtraced.te20 # Allow to pass a file descriptor for the output trace from "perfetto" (the
22 # directly into that (rather than returning the trace contents over the socket).
66 # Allow traced to notify Traceur when a trace ends by setting the
67 # sys.trace.trace_end_signal property.
Dtraced_probes.te9 # Write trace data to the Perfetto traced damon. This requires connecting to its
19 # Allow traced_probes to access mm_events trace instance
77 # Note: trace data is NOT exposed to anything other than shell and privileged
96 # On debug builds allow to ingest system logs into the trace.
/system/sepolicy/prebuilts/api/32.0/private/
Dtraced.te20 # Allow to pass a file descriptor for the output trace from "perfetto" (the
22 # directly into that (rather than returning the trace contents over the socket).
66 # Allow traced to notify Traceur when a trace ends by setting the
67 # sys.trace.trace_end_signal property.
Dtraced_probes.te9 # Write trace data to the Perfetto traced damon. This requires connecting to its
19 # Allow traced_probes to access mm_events trace instance
77 # Note: trace data is NOT exposed to anything other than shell and privileged
96 # On debug builds allow to ingest system logs into the trace.

12345678910