Lines Matching defs:exstop
475 do_query(query, 'CREATE TABLE exstop ('
654 'exstop.id,'
658 ' FROM exstop'
659 ' INNER JOIN samples ON samples.id = exstop.id')
691 'CASE WHEN exstop.exact_ip=FALSE THEN \'False\' WHEN exstop.exact_ip=TRUE THEN \'True\' ELSE NULL END AS exact_ip,'
703 ' FULL JOIN exstop ON exstop.id = cbr.id'
705 ' INNER JOIN samples ON samples.id = coalesce(cbr.id, mwait.id, pwre.id, exstop.id, pwrx.id)'
843 copy_output_file(exstop_file, "exstop")
887 do_query(query, 'ALTER TABLE exstop ADD PRIMARY KEY (id)')
937 do_query(query, 'ALTER TABLE exstop '
951 if is_table_empty("mwait") and is_table_empty("pwre") and is_table_empty("exstop") and is_table_empty("pwrx"):
955 drop("exstop")
1078 def exstop(id, raw_buf):
1102 exstop(id, raw_buf)