Lines Matching full:view
336 do_query(query, 'CREATE VIEW machines_view AS '
344 do_query(query, 'CREATE VIEW dsos_view AS '
354 do_query(query, 'CREATE VIEW symbols_view AS '
365 do_query(query, 'CREATE VIEW threads_view AS '
375 do_query(query, 'CREATE VIEW comm_threads_view AS '
385 do_query(query, 'CREATE VIEW call_paths_view AS '
401 do_query(query, 'CREATE VIEW calls_view AS '
426 do_query(query, 'CREATE VIEW samples_view AS '
451 do_query(query, 'CREATE VIEW ptwrite_view AS '
461 do_query(query, 'CREATE VIEW cbr_view AS '
472 do_query(query, 'CREATE VIEW mwait_view AS '
482 do_query(query, 'CREATE VIEW pwre_view AS '
493 do_query(query, 'CREATE VIEW exstop_view AS '
502 do_query(query, 'CREATE VIEW pwrx_view AS '
518 do_query(query, 'CREATE VIEW power_events_view AS '
547 do_query(query, 'CREATE VIEW context_switches_view AS '
638 do_query(query, 'DROP VIEW ' + table_name + '_view');
655 do_query(query, 'DROP VIEW power_events_view');