Lines Matching defs:pwre
471 do_query(query, 'CREATE TABLE pwre ('
646 'pwre.id,'
652 ' FROM pwre'
653 ' INNER JOIN samples ON samples.id = pwre.id')
691 'FORMAT(\'%3s\', pwre.cstate) AS cstate,'
692 'FORMAT(\'%3s\', pwre.subcstate) AS subcstate,'
693 'CASE WHEN pwre.hw=FALSE THEN \'False\' WHEN pwre.hw=TRUE THEN \'True\' ELSE NULL END AS hw,'
705 ' FULL JOIN pwre ON pwre.id = cbr.id'
708 ' INNER JOIN samples ON samples.id = coalesce(cbr.id, mwait.id, pwre.id, exstop.id, pwrx.id)'
845 copy_output_file(pwre_file, "pwre")
889 do_query(query, 'ALTER TABLE pwre ADD PRIMARY KEY (id)')
938 do_query(query, 'ALTER TABLE pwre '
954 if is_table_empty("mwait") and is_table_empty("pwre") and is_table_empty("exstop") and is_table_empty("pwrx"):
957 drop("pwre")
1072 def pwre(id, raw_buf):
1103 pwre(id, raw_buf)