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

  /external/oprofile/libop/
op_events.h 36 struct op_unit_mask { struct
55 struct op_unit_mask * unit;
op_events.c 34 static void free_unit_mask(struct op_unit_mask * um);
110 static void parse_um(struct op_unit_mask * um, char const * line)
201 static struct op_unit_mask * new_unit_mask(void)
203 struct op_unit_mask * um = xmalloc(sizeof(struct op_unit_mask));
204 memset(um, '\0', sizeof(struct op_unit_mask));
210 static void free_unit_mask(struct op_unit_mask * um)
222 struct op_unit_mask * um = NULL;
284 static struct op_unit_mask * try_find_um(char const * value)
289 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next)
    [all...]
  /external/oprofile/gui/
oprof_start.h 37 op_unit_mask const * unit;
oprof_start.cpp 777 op_unit_mask const * um = descr.unit;

Completed in 6007 milliseconds