Lines Matching full:view
334 do_query(query, 'CREATE VIEW machines_view AS '
342 do_query(query, 'CREATE VIEW dsos_view AS '
352 do_query(query, 'CREATE VIEW symbols_view AS '
363 do_query(query, 'CREATE VIEW threads_view AS '
373 do_query(query, 'CREATE VIEW comm_threads_view AS '
383 do_query(query, 'CREATE VIEW call_paths_view AS '
399 do_query(query, 'CREATE VIEW calls_view AS '
424 do_query(query, 'CREATE VIEW samples_view AS '
448 do_query(query, 'CREATE VIEW ptwrite_view AS '
458 do_query(query, 'CREATE VIEW cbr_view AS '
469 do_query(query, 'CREATE VIEW mwait_view AS '
479 do_query(query, 'CREATE VIEW pwre_view AS '
490 do_query(query, 'CREATE VIEW exstop_view AS '
499 do_query(query, 'CREATE VIEW pwrx_view AS '
515 do_query(query, 'CREATE VIEW power_events_view AS '
544 do_query(query, 'CREATE VIEW context_switches_view AS '
635 do_query(query, 'DROP VIEW ' + table_name + '_view');
652 do_query(query, 'DROP VIEW power_events_view');