Home | History | Annotate | Download | only in gui

Lines Matching refs:oprof_start

2  * @file oprof_start.cpp
38 #include "oprof_start.h"
107 oprof_start::oprof_start()
199 void oprof_start::fill_events()
285 void oprof_start::setup_default_event()
301 void oprof_start::read_set_events()
363 void oprof_start::load_config_file()
385 void oprof_start::accept()
396 void oprof_start::closeEvent(QCloseEvent *)
402 void oprof_start::timerEvent(QTimerEvent *)
433 void oprof_start::fill_events_listbox()
447 void oprof_start::display_event(op_event_descr const & descr)
470 bool oprof_start::is_selectable_event(QListViewItem * item)
487 void oprof_start::draw_event_list()
499 bool oprof_start::alloc_selected_events() const
517 void oprof_start::event_selected()
561 void oprof_start::event_over(QListViewItem * item)
587 void oprof_start::choose_kernel_filename()
599 void oprof_start::record_selected_event_config()
618 bool oprof_start::record_config()
705 void oprof_start::get_unit_mask_part(op_event_descr const & descr, uint num,
721 uint oprof_start::get_unit_mask(op_event_descr const & descr)
754 void oprof_start::hide_masks()
775 void oprof_start::setup_unit_masks(op_event_descr const & descr)
821 uint oprof_start::max_perf_count() const
827 void oprof_start::on_flush_profiler_data()
840 void oprof_start::on_start_profiler()
931 bool oprof_start::save_config()
1019 void oprof_start::on_stop_profiler()
1033 void oprof_start::on_separate_kernel_cb_changed(int state)
1039 void oprof_start::on_reset_sample_files()
1068 op_event_descr const & oprof_start::locate_event(string const & name) const