Searched refs:op_event (Results 1 – 15 of 15) sorted by relevance
/external/oprofile/libop/ |
D | op_events.c | 31 static void delete_event(struct op_event * event); 406 static struct op_event * new_event(void) in new_event() 408 struct op_event * event = xmalloc(sizeof(struct op_event)); in new_event() 409 memset(event, '\0', sizeof(struct op_event)); in new_event() 415 static void free_event(struct op_event * event) in free_event() 425 struct op_event * event = NULL; in read_events() 584 struct op_event * event = list_entry(pos, struct op_event, event_next); in arch_filter_events() 651 static void delete_event(struct op_event * event) in delete_event() 667 struct op_event * event = list_entry(pos, struct op_event, event_next); in op_free_events() 678 static struct op_event * find_event_any(u32 nr) in find_event_any() [all …]
|
D | op_events.h | 51 struct op_event { struct 68 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um); argument 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,
|
D | op_alloc_counter.h | 21 struct op_event; 36 size_t * map_event_to_counter(struct op_event const * pev[], int nr_events,
|
D | op_xml_events.c | 45 static void xml_do_arch_specific_event_help(struct op_event const *event, in xml_do_arch_specific_event_help() 59 void xml_help_for_event(struct op_event const * event) in xml_help_for_event()
|
D | op_xml_events.h | 16 void xml_help_for_event(struct op_event const * event);
|
D | op_alloc_counter.c | 45 build_counter_arc(struct op_event const * pev[], int nr_events) in build_counter_arc() 197 size_t * map_event_to_counter(struct op_event const * pev[], int nr_events, in map_event_to_counter()
|
/external/oprofile/utils/ |
D | ophelp.c | 53 static void do_arch_specific_event_help(struct op_event * event) in do_arch_specific_event_help() 87 static void help_for_event(struct op_event * event) in help_for_event() 153 struct op_event const * event) in check_event() 195 struct op_event const * selected_events[num_chosen_events]; in resolve_events() 258 struct op_event * event; in show_unit_mask() 438 struct op_event * event = list_entry(pos, struct op_event, event_next); in main() 702 struct op_event * event = list_entry(pos, struct op_event, event_next); in main()
|
/external/oprofile/libpp/ |
D | op_header.cpp | 178 struct op_event * event = op_find_event(cpu_type, type, um); in op_print_event() 222 struct op_event * event = op_find_event(cpu_type, type, um); in op_xml_print_event()
|
/external/oprofile/libop/tests/ |
D | alloc_counter_tests.c | 153 struct op_event const * event[MAX_EVENTS]; in do_test()
|
/external/oprofile/gui/ |
D | oprof_start.cpp | 208 struct op_event * event = list_entry(pos, struct op_event, event_next); in fill_events() 501 vector<op_event const *> events; in alloc_selected_events()
|
/external/oprofile/daemon/ |
D | opd_ibs.c | 378 struct op_event * event = NULL; in ibs_parse_and_set_events()
|
/external/oprofile/ |
D | ChangeLog-2005 | 169 * libpp/op_header.cpp: change op_event.val field from u8 to u32 to
|
D | ChangeLog-2001 | 949 * op_event.c: whooops
|
D | ChangeLog-2002 | 1299 * libop/op_event.c: fix comment
|
D | ChangeLog-2003 | 6119 * libop/op_events.h: make op_event.cpu_mask u32, since we now have
|