Searched refs:sched_switch (Results 1 – 13 of 13) sorted by relevance
/aosp12/frameworks/base/startop/scripts/trace_analyzer/test_fixtures/ |
H A D | common_systrace | 17 …<...>-18150 (-----) [004] d..2 14594.182312: sched_switch: prev_comm=kworker/u16:18 prev_pid=18150… 18 …<...>-18150 (-----) [004] d..2 14594.182488: sched_switch: prev_comm=kworker/u16:18 prev_pid=18150… 19 …kworker/u16:16-23269 (23269) [005] d..2 14594.182610: sched_switch: prev_comm=kworker/u16:16 prev_… 28 …ksoftirqd/4-47 ( 47) [004] d..2 14594.185678: sched_switch: prev_comm=ksoftirqd/4 prev_pid=47… 53 …<...>-660 (-----) [005] d..2 14594.221285: sched_switch: prev_comm=app prev_pid=660 prev_prio=97… 112 …rcuop/6-68 ( 68) [006] d..2 14594.224044: sched_switch: prev_comm=rcuop/6 prev_pid=68 prev_pr… 159 …<...>-791 (-----) [000] d..2 14594.229357: sched_switch: prev_comm=main prev_pid=791 prev_prio=1… 182 …<...>-791 (-----) [000] d..2 14594.229811: sched_switch: prev_comm=main prev_pid=791 prev_prio=1… 189 …<...>-5281 (-----) [001] d..2 14594.229932: sched_switch: prev_comm=writer prev_pid=5281 prev_pri… 331 …<...>-660 (-----) [005] d..2 14594.342663: sched_switch: prev_comm=app prev_pid=660 prev_prio=97… [all …]
|
/aosp12/system/extras/sane_schedstat/ |
H A D | sane_schedstat.c | 38 unsigned int sched_switch; /* switched to expired queue and reused it */ member 77 cpu_delta[i].sched_count, cpu_delta[i].sched_switch, cpu_delta[i].sched_goidle, in print() 89 &tmp.sched_switch, &tmp.sched_count, &tmp.sched_goidle, in parse_cpu_v15() 97 cpu_delta[cpu].sched_switch = tmp.sched_switch - cpu_prev[cpu].sched_switch; in parse_cpu_v15()
|
/aosp12/frameworks/base/startop/scripts/trace_analyzer/lib/ |
H A D | trace2db.py | 321 sched_switch = SchedSwitch.parse_dict(raw_ftrace_entry['function_args'], id) 323 if not sched_switch: 326 pending_sched_switch.append(sched_switch)
|
/aosp12/system/extras/simpleperf/ |
H A D | cmd_report_sample.proto | 53 // Event type can be cpu-cycles, cpu-clock, sched:sched_switch or other types.
|
/aosp12/system/sepolicy/prebuilts/api/28.0/private/ |
H A D | genfs_contexts | 181 genfscon tracefs /events/sched/sched_switch/ u:object_r:debugfs_tracing… 209 genfscon debugfs /tracing/events/sched/sched_switch/ u:object_r:debugfs…
|
/aosp12/system/sepolicy/prebuilts/api/29.0/private/ |
H A D | genfs_contexts | 205 genfscon tracefs /events/sched/sched_switch/ u:object_r:debugfs_tracing… 250 genfscon debugfs /tracing/events/sched/sched_switch/ u:object_r:debugfs…
|
/aosp12/system/sepolicy/prebuilts/api/30.0/private/ |
H A D | genfs_contexts | 215 genfscon tracefs /events/sched/sched_switch/ u:object_r:debugfs_tracing… 261 genfscon debugfs /tracing/events/sched/sched_switch/ u:object_r:debugfs…
|
/aosp12/frameworks/native/cmds/atrace/ |
H A D | atrace.rc | 26 chmod 0666 /sys/kernel/debug/tracing/events/sched/sched_switch/enable 27 chmod 0666 /sys/kernel/tracing/events/sched/sched_switch/enable
|
/aosp12/system/sepolicy/prebuilts/api/31.0/private/ |
H A D | genfs_contexts | 236 genfscon tracefs /events/sched/sched_switch/ u:object_r:debugfs_tracing… 300 genfscon debugfs /tracing/events/sched/sched_switch/ u:object_r:debugfs…
|
/aosp12/system/sepolicy/prebuilts/api/32.0/private/ |
H A D | genfs_contexts | 236 genfscon tracefs /events/sched/sched_switch/ u:object_r:debugfs_tracing… 300 genfscon debugfs /tracing/events/sched/sched_switch/ u:object_r:debugfs…
|
/aosp12/system/sepolicy/private/ |
H A D | genfs_contexts | 236 genfscon tracefs /events/sched/sched_switch/ u:object_r:debugfs_tracing… 300 genfscon debugfs /tracing/events/sched/sched_switch/ u:object_r:debugfs…
|
/aosp12/system/sepolicy/prebuilts/api/26.0/private/ |
H A D | file_contexts | 487 /sys/kernel(/debug)?/tracing/events/sched/sched_switch/enable u:object_r:trac…
|
/aosp12/system/extras/simpleperf/doc/ |
H A D | executable_commands_reference.md | 485 trace-offcpu is implemented using sched:sched_switch tracepoint event, which may not be supported
|