Searched defs:unit_mask (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/libop/
H A Dop_parse_event.h22 int unit_mask; member in struct:parsed_event
32 * event_name:count[:unit_mask:kernel:user]
H A Dop_mangle.h45 unsigned int unit_mask; member in struct:mangle_values
/external/oprofile/libpp/
H A Dop_header.cpp217 string unit_mask; local
234 unit_mask = str_out.str();
238 (size_t)count, unit_mask);
H A Dxml_utils.cpp147 string unit_mask)
154 if (unit_mask.size() != 0) str << init_attr(UNIT_MASK, unit_mask);
146 get_event_setup(string event, size_t count, string unit_mask) argument
/external/oprofile/module/
H A Doprofile.h66 int unit_mask; member in struct:oprof_counter
/external/oprofile/utils/
H A Dophelp.c163 pev->unit_mask, pev->name);
170 ret = op_check_events(0, event->val, pev->unit_mask, cpu_type);
174 pev->unit_mask, pev->name);
206 pev1->unit_mask == pev2->unit_mask &&
219 selected_events[i] = find_event_by_name(pev->name, pev->unit_mask,
220 pev->unit_mask ? pev->unit_mask_valid : 0);
294 static int unit_mask; variable
302 { "unit-mask", 'u', POPT_ARG_NONE, &unit_mask, 0,
415 if (!chosen_events && (unit_mask || check_event
[all...]

Completed in 2336 milliseconds