Lines Matching defs:pwre
469 do_query(query, 'CREATE TABLE pwre ('
643 'pwre.id,'
649 ' FROM pwre'
650 ' INNER JOIN samples ON samples.id = pwre.id')
688 'FORMAT(\'%3s\', pwre.cstate) AS cstate,'
689 'FORMAT(\'%3s\', pwre.subcstate) AS subcstate,'
690 'CASE WHEN pwre.hw=FALSE THEN \'False\' WHEN pwre.hw=TRUE THEN \'True\' ELSE NULL END AS hw,'
702 ' FULL JOIN pwre ON pwre.id = cbr.id'
705 ' INNER JOIN samples ON samples.id = coalesce(cbr.id, mwait.id, pwre.id, exstop.id, pwrx.id)'
842 copy_output_file(pwre_file, "pwre")
886 do_query(query, 'ALTER TABLE pwre ADD PRIMARY KEY (id)')
935 do_query(query, 'ALTER TABLE pwre '
951 if is_table_empty("mwait") and is_table_empty("pwre") and is_table_empty("exstop") and is_table_empty("pwrx"):
954 drop("pwre")
1069 def pwre(id, raw_buf):
1100 pwre(id, raw_buf)