Home
last modified time | relevance | path

Searched refs:op_cpu (Results 1 – 24 of 24) sorted by relevance

/external/oprofile/libop/
Dop_cpu_type.h92 } op_cpu; typedef
99 int op_cpu_variations(op_cpu cpu_type);
106 op_cpu op_cpu_base_type(op_cpu cpu_type);
114 op_cpu op_get_cpu_type(void);
122 op_cpu op_get_cpu_number(char const * cpu_string);
131 char const * op_get_cpu_type_str(op_cpu cpu_type);
140 char const * op_get_cpu_name(op_cpu cpu_type);
148 int op_get_nr_counters(op_cpu cpu_type);
Dop_hw_specific.h100 static inline unsigned arch_get_filter(op_cpu cpu_type) in arch_get_filter()
123 static inline int arch_num_counters(op_cpu cpu_type) in arch_num_counters()
138 static inline op_cpu op_cpu_specific_type(op_cpu cpu_type) in op_cpu_specific_type()
164 static inline unsigned arch_get_filter(op_cpu cpu_type) in arch_get_filter()
172 static inline int arch_num_counters(op_cpu cpu_type) in arch_num_counters()
185 static inline op_cpu op_cpu_specific_type(op_cpu cpu_type) in op_cpu_specific_type()
Dop_cpu_type.c22 op_cpu cpu;
98 int op_cpu_variations(op_cpu cpu_type) in op_cpu_variations()
109 op_cpu op_cpu_base_type(op_cpu cpu_type) in op_cpu_base_type()
125 op_cpu op_get_cpu_type(void) in op_get_cpu_type()
158 op_cpu op_get_cpu_number(char const * cpu_string) in op_get_cpu_number()
181 char const * op_get_cpu_type_str(op_cpu cpu_type) in op_get_cpu_type_str()
190 char const * op_get_cpu_name(op_cpu cpu_type) in op_get_cpu_name()
199 int op_get_nr_counters(op_cpu cpu_type) in op_get_nr_counters()
Dop_events.h65 struct list_head * op_events(op_cpu cpu_type);
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);
79 char const * find_mapping_for_event(u32 val, op_cpu cpu_type);
103 int op_check_events(int ctr, u32 event, u32 um, op_cpu cpu_type);
123 void op_default_event(op_cpu cpu_type, struct op_default_event_descr * descr);
Dop_xml_events.c18 static op_cpu cpu_type;
22 void open_xml_events(char const * title, char const * doc, op_cpu the_cpu_type) in open_xml_events()
Dop_events.c577 static void arch_filter_events(op_cpu cpu_type) in arch_filter_events()
605 static void load_events(op_cpu cpu_type) in load_events()
627 struct list_head * op_events(op_cpu cpu_type) in op_events()
814 char const * find_mapping_for_event(u32 nr, op_cpu cpu_type) in find_mapping_for_event()
886 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um) in op_find_event()
897 struct op_event * op_find_event_any(op_cpu cpu_type, u32 nr) in op_find_event_any()
904 int op_check_events(int ctr, u32 nr, u32 um, op_cpu cpu_type) in op_check_events()
949 void op_default_event(op_cpu cpu_type, struct op_default_event_descr * descr) in op_default_event()
Dop_alloc_counter.c198 op_cpu cpu_type) in map_event_to_counter()
203 op_cpu curr_cpu_type; in map_event_to_counter()
Dop_xml_events.h17 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
Dop_alloc_counter.h37 op_cpu cpu_type);
/external/oprofile/libpp/
Dop_header.cpp169 string const op_print_event(op_cpu cpu_type, u32 type, u32 um, u32 count) in op_print_event()
215 string const op_xml_print_event(op_cpu cpu_type, u32 type, u32 um, u32 count) in op_xml_print_event()
245 op_cpu cpu = static_cast<op_cpu>(header.cpu_type); in describe_header()
258 op_cpu cpu = static_cast<op_cpu>(header.cpu_type); in describe_cpu()
/external/oprofile/libop/tests/
Dcpu_type_tests.c20 op_cpu type;
50 op_cpu type; in test()
Dload_events_files_tests.c19 op_cpu cpu_type; in main()
Dalloc_counter_tests.c34 op_cpu cpu_type;
/external/oprofile/module/x86/
Dcpu_type.c114 op_cpu p4_cpu_type(void) in p4_cpu_type()
145 __init op_cpu get_cpu_type(void) in get_cpu_type()
/external/oprofile/module/ia64/
Dcpu_type.c17 __init op_cpu get_cpu_type(void) in get_cpu_type()
/external/oprofile/module/
Doprofile.h152 op_cpu get_cpu_type(void);
/external/oprofile/gui/
Doprof_start.h152 op_cpu cpu_type;
/external/oprofile/daemon/
Dopd_events.c30 extern op_cpu cpu_type;
Dopd_ibs.c37 extern op_cpu cpu_type;
379 op_cpu cpu_type = CPU_NO_GOOD; in ibs_parse_and_set_events()
Doprofiled.c55 op_cpu cpu_type;
Dopd_perfmon.c39 extern op_cpu cpu_type;
/external/oprofile/utils/
Dophelp.c32 static op_cpu cpu_type = CPU_NO_GOOD;
/external/oprofile/
DChangeLog-200118 * various files: use op_cpu enum for cpu type
DChangeLog-2002644 * libop/op_cpu_type.h (op_cpu): Add IA64 enums.