Lines Matching full:a
5 * You may obtain a copy of the License at
32 (A.timestamp - B.start_ts) as startNs,
35 FROM smaps A,trace_range B WHERE A.timestamp < B.end_ts GROUP by A.timestamp;`,
44 (A.timestamp - B.start_ts) as startNS,
46 FROM smaps A,trace_range B GROUP by A.timestamp order by max_value desc LIMIT 1`
55 (A.timestamp - B.start_ts) as startNS,
57 FROM smaps A,trace_range B where startNS <= $rightNs and (startNS+$dur)>=$leftNs`,
67 (A.timestamp - t.start_ts) AS startNs,
70 A.type,
73 pss * 1024 as pss,virtaul_size * 1024 AS size,reside,A.path_id AS path,
78 FROM smaps A,
88 (A.timestamp - t.start_ts) AS startNs,
91 A.type,
94 pss * 1024 as pss,virtaul_size * 1024 AS size,reside,A.path_id AS path,
99 FROM smaps A,
131 (A.timestamp - B.start_ts) as startNS,
133 FROM smaps A,trace_range B where startNS = $rightNs`,
141 (A.timestamp - t.start_ts) AS startNs,
144 A.type,
147 count(A.path_id) as count,
151 A.path_id AS path,
155 FROM smaps A,
168 (A.timestamp - t.start_ts) AS startNs,
171 A.type,
174 count(A.path_id) as count,
176 A.path_id AS path,
180 FROM smaps A,