Home
last modified time | relevance | path

Searched refs:atrace (Results 1 – 20 of 20) sorted by relevance

/external/drrickorang/LoopbackApp/app/src/main/res/raw/
Dloopback_listener22 atrace --async_stop -z > /dev/null
29 atrace --async_start -z -c -b $BUFFER_KB $APP $TRACE_CATEGORIES
54 atrace --async_dump -z -c -b $BUFFER_KB $APP $TRACE_CATEGORIES > $filename
/external/perfetto/test/trace_processor/
Dmemory_counters_args_string_is_not_null.out7 "atrace"
8 "atrace"
Dthread_cpu_time_example_android_trace_30s.out1252 4,5243,"[NULL]","[NULL]","atrace","[NULL]","[NULL]"
/external/perfetto/src/android_internal/
Datrace_hal.cc25 using android::hardware::atrace::V1_0::IAtraceDevice;
26 using android::hardware::atrace::V1_0::TracingCategory;
DBUILD.gn47 "android.hardware.atrace@1.0",
/external/skia/site/dev/tools/
Dtracing.md10 [atrace](https://source.android.com/devices/tech/debug/ftrace).
44 Running any tool with `--trace atrace` on an Android device will cause the application to forward
45 tracing information to [atrace](https://source.android.com/devices/tech/debug/ftrace). On other
50 device. For example, if you use `adb shell "cd /data/local/tmp; ./nanobench --trace atrace ..."`
/external/skqp/site/dev/tools/
Dtracing.md10 [atrace](https://source.android.com/devices/tech/debug/ftrace).
44 Running any tool with `--trace atrace` on an Android device will cause the application to forward
45 tracing information to [atrace](https://source.android.com/devices/tech/debug/ftrace). On other
50 device. For example, if you use `adb shell "cd /data/local/tmp; ./nanobench --trace atrace ..."`
/external/perfetto/src/traced/probes/ftrace/
Dftrace_config_muxer_unittest.cc413 MockRunAtrace atrace; in TEST_F() local
422 EXPECT_CALL(atrace, in TEST_F()
435 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray( in TEST_F()
443 MockRunAtrace atrace; in TEST_F() local
454 atrace, in TEST_F()
467 EXPECT_CALL(atrace, RunAtrace(ElementsAreArray( in TEST_F()
/external/perfetto/ui/src/common/
Dstate.ts183 atrace: boolean; property
225 atrace: false,
/external/perfetto/
Dperfetto.rc44 on property:debug.atrace.user_initiated=1
47 on property:persist.traced.enable=1 && property:debug.atrace.user_initiated=""
DAndroid.bp378 "android.hardware.atrace@1.0",
/external/chromium-trace/catapult/systrace/systrace/test_data/
Datrace_data12 atrace-14446 [000] ...2 1212.465062: sched_switch: prev_comm=atrace prev_pid=14446 prev_prio=120 p…
126 …<idle>-0 [000] d.h4 1213.465138: sched_wakeup: comm=atrace pid=14446 prio=120 success=1 targe…
127 … prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=atrace next_pid=14446 nex…
Datrace_fixed_tgids12atrace-14446 (-----) [000] ...2 1212.465062: sched_switch: prev_comm=atrace prev_pid=14446 prev_…
126 …<idle>-0 (-----) [000] d.h4 1213.465138: sched_wakeup: comm=atrace pid=14446 prio=120 suc…
127 … prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=atrace next_pid=14446 nex…
Datrace_data_stripped12atrace-14446 [000] ...2 1212.465062: sched_switch: prev_comm=atrace prev_pid=14446 prev_prio=120 …
126 …<idle>-0 [000] d.h4 1213.465138: sched_wakeup: comm=atrace pid=14446 prio=120 success=1 targe…
127 … prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=atrace next_pid=14446 nex…
Datrace_data_raw13atrace-14446 [000] ...2 1212.465062: sched_switch: prev_comm=atrace prev_pid=14446 prev_prio=120 …
127 …<idle>-0 [000] d.h4 1213.465138: sched_wakeup: comm=atrace pid=14446 prio=120 success=1 targe…
128 … prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=atrace next_pid=14446 nex…
Datrace_missing_tgids12atrace-14446 (-----) [000] ...2 1212.465062: sched_switch: prev_comm=atrace prev_pid=14446 prev_…
126 …<idle>-0 (-----) [000] d.h4 1213.465138: sched_wakeup: comm=atrace pid=14446 prio=120 suc…
127 … prev_comm=swapper/0 prev_pid=0 prev_prio=120 prev_state=R ==> next_comm=atrace next_pid=14446 nex…
/external/perfetto/test/configs/
DBUILD.gn28 "atrace.cfg",
/external/perfetto/ui/src/frontend/
Drecord_page.ts356 setEnabled: (cfg, val) => cfg.atrace = val,
357 isEnabled: (cfg) => cfg.atrace
/external/perfetto/ui/src/controller/
Drecord_controller.ts69 const atraceCats = new Set<string>(uiCfg.atrace ? uiCfg.atraceCats : []);
/external/perfetto/ui/src/assets/
Drecord.scss538 .atrace-categories {