Searched refs:get_unit_mask_part (Results 1 - 2 of 2) sorted by relevance

/external/oprofile/gui/
H A Doprof_start.cpp705 void oprof_start::get_unit_mask_part(op_event_descr const & descr, uint num, function in class:oprof_start
734 get_unit_mask_part(descr, 0, check0->isChecked(), mask);
735 get_unit_mask_part(descr, 1, check1->isChecked(), mask);
736 get_unit_mask_part(descr, 2, check2->isChecked(), mask);
737 get_unit_mask_part(descr, 3, check3->isChecked(), mask);
738 get_unit_mask_part(descr, 4, check4->isChecked(), mask);
739 get_unit_mask_part(descr, 5, check5->isChecked(), mask);
740 get_unit_mask_part(descr, 6, check6->isChecked(), mask);
741 get_unit_mask_part(descr, 7, check7->isChecked(), mask);
742 get_unit_mask_part(desc
[all...]
H A Doprof_start.h96 void get_unit_mask_part(op_event_descr const & descr, uint num, bool selected, uint & mask);

Completed in 114 milliseconds