Sign in
flutter
/
third_party
/
perfetto
/
5acf91d6a5cbdff82ee114bf6552c77fd3d66305
/
.
/
test
/
trace_processor
/
sched_waking_raw.sql
blob: 259e2fe6ae30cf050943786284c2b396993e0734 [
file
] [
log
] [
blame
]
SELECT
ts
,
name
,
cpu
,
key
,
int_value
,
string_value
FROM
raw
JOIN
args
ON
raw
.
arg_set_id
==
args
.
arg_set_id
WHERE
name
==
"sched_waking"
ORDER
BY
cpu
ASC
,
ts
ASC
;