Sign in
flutter
/
third_party
/
perfetto
/
56c67f9aa01d69e8d88aebbc3702b522d0483652
/
.
/
test
/
trace_processor
/
fs
/
f2fs_iostat_test.sql
blob: a33e8bba9684ae41847d7c222a8d810033352c22 [
file
] [
log
] [
blame
]
SELECT
name
,
ts
,
value
FROM
counter
AS
c
JOIN
counter_track
AS
ct
ON
c
.
track_id
=
ct
.
id
ORDER
BY
name
,
ts
;