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

  /external/oprofile/libop/tests/
load_events_files_tests.c 19 op_cpu cpu_type; local
23 for (cpu_type = CPU_NO_GOOD + 1; cpu_type < MAX_CPU_TYPE; ++cpu_type) {
24 if (cpu_type != CPU_TIMER_INT) {
25 op_events(cpu_type);
cpu_type_tests.c 18 static struct cpu_type { struct
47 static void test(struct cpu_type const * cpu)
75 struct cpu_type * cpu;
alloc_counter_tests.c 34 op_cpu cpu_type; member in struct:allocated_counter
155 op_events(it->cpu_type);
167 op_get_cpu_type_str(it->cpu_type));
172 counter_map = map_event_to_counter(event, nr_events, it->cpu_type);
213 for (it = tests; it->cpu_type != CPU_NO_GOOD; ++it)
  /external/oprofile/libop/
op_xml_events.c 18 static op_cpu cpu_type; variable
27 cpu_type = the_cpu_type;
48 switch (cpu_type) {
71 nr_counters = op_get_nr_counters(cpu_type);
op_cpu_type.c 98 int op_cpu_variations(op_cpu cpu_type)
100 switch (cpu_type) {
109 op_cpu op_cpu_base_type(op_cpu cpu_type)
112 switch (cpu_type) {
121 return cpu_type;
127 int cpu_type = CPU_NO_GOOD; local
131 fp = fopen("/proc/sys/dev/oprofile/cpu_type", "r");
134 fp = fopen("/dev/oprofile/cpu_type", "r");
136 fprintf(stderr, "Unable to open cpu_type file for reading\n");
138 return cpu_type;
160 int cpu_type = CPU_NO_GOOD; local
    [all...]
op_sample_file.h 24 u32 cpu_type; member in struct:opd_header
  /external/oprofile/gui/
oprof_start.h 152 op_cpu cpu_type; member in class:oprof_start
  /external/oprofile/module/
oprofile.h 82 int cpu_type; member in struct:oprof_sysctl
  /external/oprofile/utils/
ophelp.c 32 static op_cpu cpu_type = CPU_NO_GOOD; variable
55 switch (cpu_type) {
96 nr_counters = op_get_nr_counters(cpu_type);
170 ret = op_check_events(0, event->val, pev->unit_mask, cpu_type);
194 size_t nr_counters = op_get_nr_counters(cpu_type);
235 counter_map = map_event_to_counter(selected_events, count, cpu_type);
282 op_default_event(cpu_type, &descr);
379 cpu_type = op_get_cpu_number(cpu_string);
381 cpu_type = op_get_cpu_type();
384 if (cpu_type == CPU_NO_GOOD)
    [all...]
  /bionic/libc/kernel/arch-x86/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /development/ndk/platforms/android-9/arch-x86/include/asm/
vm86.h 97 unsigned long cpu_type; member in struct:vm86_struct
119 unsigned long cpu_type; member in struct:vm86plus_struct
  /external/oprofile/daemon/
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 37 extern op_cpu cpu_type;
379 op_cpu cpu_type = CPU_NO_GOOD; local
385 cpu_type = op_get_cpu_type();
386 op_events(cpu_type);
  /prebuilts/gcc/linux-x86/host/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
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/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
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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
  /prebuilts/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
  /prebuilts/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
  /prebuilts/ndk/android-ndk-r6/platforms/android-9/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
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/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
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/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/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
  /external/oprofile/libpp/
xml_utils.cpp 163 string cpu_type; local
168 cpu_type = cpu_name;
171 cpu_type = cpu_name.substr(0, slash_pos);
175 str << init_attr(CPU_NAME, cpu_type) << endl;
  /external/valgrind/main/include/vki/
vki-x86-linux.h 853 unsigned long cpu_type; member in struct:vki_vm86_struct
871 unsigned long cpu_type; member in struct:vki_vm86plus_struct
vki-arm-linux.h 843 unsigned long cpu_type; member in struct:vki_vm86_struct
861 unsigned long cpu_type; member in struct:vki_vm86plus_struct

Completed in 665 milliseconds