HomeSort by relevance Sort by last modified time
    Searched refs:op_cpu (Results 1 - 13 of 13) sorted by null

  /external/oprofile/libop/
op_alloc_counter.h 37 op_cpu cpu_type);
op_xml_events.h 17 void open_xml_events(char const * title, char const * doc, op_cpu cpu_type);
op_cpu_type.h 83 } op_cpu; typedef in typeref:enum:__anon5503
91 op_cpu op_get_cpu_type(void);
99 op_cpu op_get_cpu_number(char const * cpu_string);
108 char const * op_get_cpu_type_str(op_cpu cpu_type);
117 char const * op_get_cpu_name(op_cpu cpu_type);
125 int op_get_nr_counters(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_hw_specific.h 58 static inline unsigned arch_get_filter(op_cpu cpu_type)
70 static inline int arch_num_counters(op_cpu cpu_type)
91 static inline unsigned arch_get_filter(op_cpu cpu_type)
99 static inline int arch_num_counters(op_cpu cpu_type)
op_cpu_type.c 22 op_cpu cpu;
89 op_cpu op_get_cpu_type(void)
119 op_cpu op_get_cpu_number(char const * cpu_string)
142 char const * op_get_cpu_type_str(op_cpu cpu_type)
151 char const * op_get_cpu_name(op_cpu cpu_type)
160 int op_get_nr_counters(op_cpu cpu_type)
op_xml_events.c 18 static op_cpu cpu_type;
20 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/daemon/
opd_events.c 30 extern op_cpu cpu_type;
opd_ibs.c 36 extern op_cpu cpu_type;
314 op_cpu cpu_type = CPU_NO_GOOD;
oprofiled.c 55 op_cpu cpu_type;
opd_perfmon.c 37 extern op_cpu cpu_type;

Completed in 131 milliseconds