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

  /external/oprofile/libop/
op_alloc_counter.h 21 struct op_event;
36 size_t * map_event_to_counter(struct op_event const * pev[], int nr_events,
op_xml_events.h 16 void xml_help_for_event(struct op_event const * event);
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_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_xml_events.c 45 static void xml_do_arch_specific_event_help(struct op_event const *event,
59 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/utils/
ophelp.c 53 static void do_arch_specific_event_help(struct op_event * event)
87 static void help_for_event(struct op_event * event)
153 struct op_event const * event)
195 struct op_event const * selected_events[num_chosen_events];
258 struct op_event * event;
438 struct op_event * event = list_entry(pos, struct op_event, event_next);
702 struct op_event * event = list_entry(pos, struct op_event, event_next);
  /external/oprofile/libop/tests/
alloc_counter_tests.c 153 struct op_event const * event[MAX_EVENTS];
  /external/oprofile/libpp/
op_header.cpp 178 struct op_event * event = op_find_event(cpu_type, type, um);
222 struct op_event * event = op_find_event(cpu_type, type, um);
  /external/oprofile/gui/
oprof_start.cpp 208 struct op_event * event = list_entry(pos, struct op_event, event_next);
501 vector<op_event const *> events;
  /external/oprofile/daemon/
opd_ibs.c 378 struct op_event * event = NULL;

Completed in 79 milliseconds