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

  /external/oprofile/libop/
op_cpu_type.c 91 int cpu_type = CPU_NO_GOOD; local
95 fp = fopen("/proc/sys/dev/oprofile/cpu_type", "r");
98 fp = fopen("/dev/oprofile/cpu_type", "r");
100 fprintf(stderr, "Unable to open cpu_type file for reading\n");
102 return cpu_type;
111 cpu_type = op_get_cpu_number(str);
115 return cpu_type;
121 int cpu_type = CPU_NO_GOOD; local
126 cpu_type = cpu_descrs[i].cpu;
132 if (cpu_type == CPU_NO_GOOD
    [all...]
op_alloc_counter.h 30 * @param cpu_type cpu type
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_hw_specific.h 58 static inline unsigned arch_get_filter(op_cpu cpu_type)
60 if (cpu_type == CPU_ARCH_PERFMON) {
70 static inline int arch_num_counters(op_cpu cpu_type)
72 if (cpu_type == CPU_ARCH_PERFMON) {
91 static inline unsigned arch_get_filter(op_cpu cpu_type)
94 if (cpu_type != CPU_NO_GOOD)
99 static inline int arch_num_counters(op_cpu cpu_type)
102 if (cpu_type != CPU_NO_GOOD)
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);
95 * @param cpu_type processor type
103 int op_check_events(int ctr, u32 event, u32 um, op_cpu cpu_type);
118 * @param cpu_type cpu type
123 void op_default_event(op_cpu cpu_type, struct op_default_event_descr * descr);
op_sample_file.h 24 u32 cpu_type; member in struct:opd_header
op_xml_events.c 18 static op_cpu cpu_type; variable
26 cpu_type = the_cpu_type;
48 switch (cpu_type) {
71 nr_counters = op_get_nr_counters(cpu_type);
op_cpu_type.h 103 * @param cpu_type the cpu type identifier
106 * or "invalid cpu type" if cpu_type is not valid.
108 char const * op_get_cpu_type_str(op_cpu cpu_type);
112 * @param cpu_type the cpu identifier name
117 char const * op_get_cpu_name(op_cpu cpu_type);
121 * @param cpu_type numeric processor type
125 int op_get_nr_counters(op_cpu cpu_type);
op_alloc_counter.c 198 op_cpu cpu_type)
207 * function with a non-native cpu_type. If so, we should not
212 if (cpu_type != curr_cpu_type)
213 nr_counters = op_get_nr_counters(cpu_type);
219 nr_counters = op_get_nr_counters(cpu_type);
op_events.c 577 static void arch_filter_events(op_cpu cpu_type)
580 unsigned filter = arch_get_filter(cpu_type);
605 static void load_events(op_cpu cpu_type)
607 const char * cpu_name = op_get_cpu_name(cpu_type);
616 arch_filter_events(cpu_type);
627 struct list_head * op_events(op_cpu cpu_type)
629 load_events(cpu_type);
630 arch_filter_events(cpu_type);
814 char const * find_mapping_for_event(u32 nr, op_cpu cpu_type)
816 char const * cpu_name = op_get_cpu_name(cpu_type);
    [all...]
  /external/kernel-headers/original/asm-x86/
vm86.h 110 unsigned long cpu_type; member in struct:vm86_struct
133 unsigned long cpu_type; member in struct:vm86plus_struct
177 unsigned long cpu_type; member in struct:kernel_vm86_struct
  /bionic/libc/kernel/arch-sh/asm/
processor.h 20 enum cpu_type { enum
processor_64.h 38 enum cpu_type type;
  /bionic/libc/kernel/arch-x86/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
107 unsigned long cpu_type; member in struct:vm86plus_struct
  /development/ndk/platforms/android-5/arch-x86/include/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
107 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm/
vm86.h 110 unsigned long cpu_type; member in struct:vm86_struct
133 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
107 unsigned long cpu_type; member in struct:vm86plus_struct
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
107 unsigned long cpu_type; member in struct:vm86plus_struct
  /external/oprofile/daemon/
opd_events.c 30 extern op_cpu cpu_type;
85 if (cpu_type == CPU_TIMER_INT) {
171 header->cpu_type = cpu_type;
opd_perfmon.c 37 extern op_cpu cpu_type;
390 if (cpu_type == CPU_TIMER_INT)
450 if (cpu_type == CPU_TIMER_INT)
467 if (cpu_type == CPU_TIMER_INT)
484 if (cpu_type == CPU_TIMER_INT)
oprofiled.c 55 op_cpu cpu_type; variable
413 cpu_type = op_get_cpu_type();
414 op_nr_counters = op_get_nr_counters(cpu_type);
opd_ibs.c 36 extern op_cpu cpu_type;
314 op_cpu cpu_type = CPU_NO_GOOD; local
320 cpu_type = op_get_cpu_type();
321 op_events(cpu_type);
  /external/oprofile/libabi/
op_abi.c 46 { "offsetof_header_cpu_type", offsetof(struct opd_header, cpu_type) },
opimport.cpp 120 ext.extract(head->cpu_type, src, "sizeof_u32", "offsetof_header_cpu_type");

Completed in 191 milliseconds