Lines Matching defs:exstop
477 do_query(query, 'CREATE TABLE exstop ('
657 'exstop.id,'
661 ' FROM exstop'
662 ' INNER JOIN samples ON samples.id = exstop.id')
694 'CASE WHEN exstop.exact_ip=FALSE THEN \'False\' WHEN exstop.exact_ip=TRUE THEN \'True\' ELSE NULL END AS exact_ip,'
706 ' FULL JOIN exstop ON exstop.id = cbr.id'
708 ' INNER JOIN samples ON samples.id = coalesce(cbr.id, mwait.id, pwre.id, exstop.id, pwrx.id)'
846 copy_output_file(exstop_file, "exstop")
890 do_query(query, 'ALTER TABLE exstop ADD PRIMARY KEY (id)')
940 do_query(query, 'ALTER TABLE exstop '
954 if is_table_empty("mwait") and is_table_empty("pwre") and is_table_empty("exstop") and is_table_empty("pwrx"):
958 drop("exstop")
1081 def exstop(id, raw_buf):
1105 exstop(id, raw_buf)