Searched refs:sched (Results 1 – 9 of 9) sorted by relevance
/system/extras/ANRdaemon/ |
D | README | 10 $ anrd -t 9990 sched gfx am 12 sched, gfx and am modules (See -h for more info). 24 the first entry in /d/tracing/trace logged by sched is switching away from the 27 whole 20secs (because from systrace's view, the two 20 sec apart sched trace
|
/system/extras/tests/workloads/ |
D | 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
|
D | 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
|
/system/sepolicy/microdroid/system/private/ |
D | genfs_contexts | 239 genfscon tracefs /events/sched/sched_switch/ u:object_r:debugfs_tracing… 240 genfscon tracefs /events/sched/sched_wakeup/ u:object_r:debugfs_tracing… 241 genfscon tracefs /events/sched/sched_wakeup_new/ u:object_r:debugfs_tracing… 242 genfscon tracefs /events/sched/sched_waking/ u:object_r:debugfs_tracing… 243 genfscon tracefs /events/sched/sched_blocked_reason/ u:object_r:debugfs_tracing… 244 genfscon tracefs /events/sched/sched_cpu_hotplug/ u:object_r:debugfs_tracing… 245 genfscon tracefs /events/sched/sched_process_exit/ u:object_r:debugfs_tracing… 246 genfscon tracefs /events/sched/sched_process_free/ u:object_r:debugfs_tracing… 247 genfscon tracefs /events/sched/sched_pi_setprio/ u:object_r:debugfs_tracing… 303 genfscon debugfs /tracing/events/sched/sched_switch/ u:object_r:debugfs… [all …]
|
/system/security/keystore2/selinux/src/ |
D | concurrency_test.rs | 16 use nix::sched::sched_setaffinity; 17 use nix::sched::CpuSet;
|
/system/keymaster/key_blob_utils/ |
D | ocb.c | 566 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_encrypt() local 568 tmp = _mm_xor_si128(tmp, sched[0]); in AES_encrypt() 570 tmp = _mm_aesenc_si128(tmp, sched[j]); in AES_encrypt() 571 tmp = _mm_aesenclast_si128(tmp, sched[j]); in AES_encrypt() 577 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_decrypt() local 579 tmp = _mm_xor_si128(tmp, sched[0]); in AES_decrypt() 581 tmp = _mm_aesdec_si128(tmp, sched[j]); in AES_decrypt() 582 tmp = _mm_aesdeclast_si128(tmp, sched[j]); in AES_decrypt() 588 const __m128i* sched = ((__m128i*)(key->rd_key)); in AES_ecb_encrypt_blks() local 590 blks[i] = _mm_xor_si128(blks[i], sched[0]); in AES_ecb_encrypt_blks() [all …]
|
/system/sepolicy/private/ |
D | genfs_contexts | 240 genfscon tracefs /events/sched/sched_switch/ u:object_r:debugfs_tracing… 241 genfscon tracefs /events/sched/sched_wakeup/ u:object_r:debugfs_tracing… 242 genfscon tracefs /events/sched/sched_wakeup_new/ u:object_r:debugfs_tracing… 243 genfscon tracefs /events/sched/sched_waking/ u:object_r:debugfs_tracing… 244 genfscon tracefs /events/sched/sched_blocked_reason/ u:object_r:debugfs_tracing… 245 genfscon tracefs /events/sched/sched_cpu_hotplug/ u:object_r:debugfs_tracing… 246 genfscon tracefs /events/sched/sched_process_exit/ u:object_r:debugfs_tracing… 247 genfscon tracefs /events/sched/sched_process_free/ u:object_r:debugfs_tracing… 248 genfscon tracefs /events/sched/sched_pi_setprio/ u:object_r:debugfs_tracing…
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 68 // Event type can be cpu-cycles, cpu-clock, sched:sched_switch or other types.
|
/system/extras/simpleperf/doc/ |
D | executable_commands_reference.md | 275 (HOST)$ external/chromium-trace/systrace.py --time=10 -o new.html sched gfx view 522 2) Simpleperf also monitors sched:sched_switch event, which will generate a sched_switch sample 534 2) off-cpu (sched_switch) samples generated for sched:sched_switch event. The period value is
|