Searched refs:op_cpu (Results 1 – 24 of 24) sorted by relevance
/external/oprofile/libop/ |
D | op_cpu_type.h | 92 } 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);
|
D | op_hw_specific.h | 100 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()
|
D | op_cpu_type.c | 22 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()
|
D | op_events.h | 65 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);
|
D | op_xml_events.c | 18 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()
|
D | op_events.c | 577 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()
|
D | op_alloc_counter.c | 198 op_cpu cpu_type) in map_event_to_counter() 203 op_cpu curr_cpu_type; in map_event_to_counter()
|
D | op_xml_events.h | 17 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
|
D | op_alloc_counter.h | 37 op_cpu cpu_type);
|
/external/oprofile/libpp/ |
D | op_header.cpp | 169 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/ |
D | cpu_type_tests.c | 20 op_cpu type; 50 op_cpu type; in test()
|
D | load_events_files_tests.c | 19 op_cpu cpu_type; in main()
|
D | alloc_counter_tests.c | 34 op_cpu cpu_type;
|
/external/oprofile/module/x86/ |
D | cpu_type.c | 114 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/ |
D | cpu_type.c | 17 __init op_cpu get_cpu_type(void) in get_cpu_type()
|
/external/oprofile/module/ |
D | oprofile.h | 152 op_cpu get_cpu_type(void);
|
/external/oprofile/gui/ |
D | oprof_start.h | 152 op_cpu cpu_type;
|
/external/oprofile/daemon/ |
D | opd_events.c | 30 extern op_cpu cpu_type;
|
D | opd_ibs.c | 37 extern op_cpu cpu_type; 379 op_cpu cpu_type = CPU_NO_GOOD; in ibs_parse_and_set_events()
|
D | oprofiled.c | 55 op_cpu cpu_type;
|
D | opd_perfmon.c | 39 extern op_cpu cpu_type;
|
/external/oprofile/utils/ |
D | ophelp.c | 32 static op_cpu cpu_type = CPU_NO_GOOD;
|
/external/oprofile/ |
D | ChangeLog-2001 | 18 * various files: use op_cpu enum for cpu type
|
D | ChangeLog-2002 | 644 * libop/op_cpu_type.h (op_cpu): Add IA64 enums.
|