/external/oprofile/libop/ |
op_xml_events.h | 17 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
|
op_cpu_type.h | 92 } op_cpu; typedef in typeref:enum:__anon26157 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);
|
op_hw_specific.h | 100 static inline unsigned arch_get_filter(op_cpu cpu_type) 123 static inline int arch_num_counters(op_cpu cpu_type) 138 static inline op_cpu op_cpu_specific_type(op_cpu cpu_type) 164 static inline unsigned arch_get_filter(op_cpu cpu_type) 172 static inline int arch_num_counters(op_cpu cpu_type) 185 static inline op_cpu op_cpu_specific_type(op_cpu cpu_type)
|
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); 101 * \sa op_cpu, OP_EVENTS_OK 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);
|
op_cpu_type.c | 22 op_cpu cpu; 98 int op_cpu_variations(op_cpu cpu_type) 109 op_cpu op_cpu_base_type(op_cpu cpu_type) 125 op_cpu op_get_cpu_type(void) 158 op_cpu op_get_cpu_number(char const * cpu_string) 181 char const * op_get_cpu_type_str(op_cpu cpu_type) 190 char const * op_get_cpu_name(op_cpu cpu_type) 199 int op_get_nr_counters(op_cpu cpu_type)
|
op_alloc_counter.h | 37 op_cpu cpu_type);
|
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)
|
op_alloc_counter.c | 198 op_cpu cpu_type) 203 op_cpu curr_cpu_type;
|
op_events.c | 577 static void arch_filter_events(op_cpu cpu_type) 605 static void load_events(op_cpu cpu_type) 627 struct list_head * op_events(op_cpu cpu_type) 814 char const * find_mapping_for_event(u32 nr, op_cpu cpu_type) 886 struct op_event * op_find_event(op_cpu cpu_type, u32 nr, u32 um) 897 struct op_event * op_find_event_any(op_cpu cpu_type, u32 nr) 904 int op_check_events(int ctr, u32 nr, u32 um, op_cpu cpu_type) 949 void op_default_event(op_cpu cpu_type, struct op_default_event_descr * descr)
|
/external/oprofile/libop/tests/ |
load_events_files_tests.c | 19 op_cpu cpu_type;
|
cpu_type_tests.c | 20 op_cpu type; 50 op_cpu type;
|
alloc_counter_tests.c | 34 op_cpu cpu_type;
|
/external/oprofile/module/ia64/ |
cpu_type.c | 17 __init op_cpu get_cpu_type(void)
|
/external/oprofile/libpp/ |
op_header.cpp | 169 string const op_print_event(op_cpu cpu_type, u32 type, u32 um, u32 count) 215 string const op_xml_print_event(op_cpu cpu_type, u32 type, u32 um, u32 count) 245 op_cpu cpu = static_cast<op_cpu>(header.cpu_type); 258 op_cpu cpu = static_cast<op_cpu>(header.cpu_type);
|
/external/oprofile/module/x86/ |
cpu_type.c | 114 op_cpu p4_cpu_type(void) 145 __init op_cpu get_cpu_type(void)
|
/external/oprofile/daemon/ |
opd_events.c | 30 extern op_cpu cpu_type;
|
opd_perfmon.c | 39 extern op_cpu cpu_type;
|
oprofiled.c | 55 op_cpu cpu_type;
|
opd_ibs.c | 37 extern op_cpu cpu_type; 379 op_cpu cpu_type = CPU_NO_GOOD;
|
/external/oprofile/gui/ |
oprof_start.h | 152 op_cpu cpu_type;
|
/external/oprofile/module/ |
oprofile.h | 152 op_cpu get_cpu_type(void);
|
/external/oprofile/utils/ |
ophelp.c | 32 static op_cpu cpu_type = CPU_NO_GOOD;
|
/external/oprofile/ |
ChangeLog-2001 | 18 * various files: use op_cpu enum for cpu type [all...] |
ChangeLog-2002 | 644 * libop/op_cpu_type.h (op_cpu): Add IA64 enums. [all...] |