blob: b985091c6a5876d0d3548a84001aeb362e96405e [file] [log] [blame]
SELECT
ts
FROM
counter AS c
LEFT JOIN
counter_track AS t
ON c.track_id = t.id
WHERE
name GLOB "Kfree Skb"
ORDER BY ts;