/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, 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/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/libop/tests/ |
alloc_counter_tests.c | 153 struct op_event const * event[MAX_EVENTS];
|
/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/module/x86/ |
op_model_p4.c | 107 /* p4 event codes in libop/op_event.h are indices into this table. */
|
/external/oprofile/daemon/ |
opd_ibs.c | 378 struct op_event * event = NULL;
|
/external/oprofile/ |
ChangeLog-2005 | 169 * libpp/op_header.cpp: change op_event.val field from u8 to u32 to
|
ChangeLog-2001 | 949 * op_event.c: whooops [all...] |
ChangeLog-2002 | [all...] |
ChangeLog-2003 | [all...] |