HomeSort by relevance Sort by last modified time
    Searched defs:unit_mask (Results 1 - 5 of 5) sorted by null

  /external/oprofile/libop/
op_parse_event.h 22 int unit_mask; member in struct:parsed_event
32 * event_name:count[:unit_mask:kernel:user]
op_mangle.h 45 unsigned int unit_mask; member in struct:mangle_values
  /external/oprofile/libpp/
op_header.cpp 217 string unit_mask; local
234 unit_mask = str_out.str();
238 (size_t)count, unit_mask);
  /external/oprofile/module/
oprofile.h 66 int unit_mask; member in struct:oprof_counter
  /external/oprofile/utils/
ophelp.c 163 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_events))
    [all...]

Completed in 118 milliseconds