HomeSort by relevance Sort by last modified time
    Searched refs:get_unit_mask_part (Results 1 - 2 of 2) sorted by null

  /external/oprofile/gui/
oprof_start.cpp 705 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(descr, 8, check8->isChecked(), mask)
    [all...]
oprof_start.h 96 void get_unit_mask_part(op_event_descr const & descr, uint num, bool selected, uint & mask);

Completed in 1339 milliseconds