HomeSort by relevance Sort by last modified time
    Searched full:op_event (Results 1 - 7 of 7) sorted by null

  /external/oprofile/libop/
op_xml_events.h 16 void xml_help_for_event(struct op_event const * event);
op_alloc_counter.h 21 struct op_event;
36 size_t * map_event_to_counter(struct op_event const * pev[], int nr_events,
op_events.c 31 static void delete_event(struct op_event * event);
406 static struct op_event * new_event(void)
408 struct op_event * event = xmalloc(sizeof(struct op_event));
409 memset(event, '\0', sizeof(struct op_event));
415 static void free_event(struct op_event * event)
425 struct op_event * event = NULL;
584 struct op_event * event = list_entry(pos, struct op_event, event_next);
651 static void delete_event(struct op_event * event
    [all...]
op_events.h 51 struct op_event { struct
68 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um);
69 struct op_event * op_find_event_any(op_cpu cpu_type, u32 nr);
72 struct op_event * find_event_by_name(char const * name, unsigned um,
op_xml_events.c 45 static void xml_do_arch_specific_event_help(struct op_event const * event,
58 void xml_help_for_event(struct op_event const * event)
op_alloc_counter.c 45 build_counter_arc(struct op_event const * pev[], int nr_events)
197 size_t * map_event_to_counter(struct op_event const * pev[], int nr_events,
  /external/oprofile/daemon/
opd_ibs.c 313 struct op_event * event = NULL;

Completed in 1607 milliseconds