Home
last modified time | relevance | path

Searched refs:op_find_event (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libpp/
Dop_header.cpp178 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/
Dop_events.h68 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um);
Dop_events.c886 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um) in op_find_event() function