Home
last modified time | relevance | path

Searched refs:op_unit_mask (Results 1 – 5 of 5) sorted by relevance

/external/oprofile/libop/
Dop_events.c34 static void free_unit_mask(struct op_unit_mask * um);
110 static void parse_um(struct op_unit_mask * um, char const * line) in parse_um()
201 static struct op_unit_mask * new_unit_mask(void) in new_unit_mask()
203 struct op_unit_mask * um = xmalloc(sizeof(struct op_unit_mask)); in new_unit_mask()
204 memset(um, '\0', sizeof(struct op_unit_mask)); in new_unit_mask()
210 static void free_unit_mask(struct op_unit_mask * um) in free_unit_mask()
222 struct op_unit_mask * um = NULL; in read_unit_masks()
284 static struct op_unit_mask * try_find_um(char const * value) in try_find_um()
289 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next); in try_find_um()
298 static struct op_unit_mask * find_um(char const * value) in find_um()
[all …]
Dop_events.h36 struct op_unit_mask { struct
55 struct op_unit_mask * unit; argument
/external/oprofile/gui/
Doprof_start.h37 op_unit_mask const * unit;
Doprof_start.cpp777 op_unit_mask const * um = descr.unit; in setup_unit_masks()
/external/oprofile/
DChangeLog-20011875 * op_events.c: struct op_unit_mask, struct op_unit_desc allow up to