HomeSort by relevance Sort by last modified time
    Searched defs:cpu_type (Results 1 - 23 of 23) 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/lldb/tools/debugserver/source/
DNBArch.h 34 uint32_t cpu_type; member in struct:DNBArchPluginInfoTag
59 SetArchitecture (uint32_t cpu_type);
RNBRemote.cpp 1158 uint32_t cpu_type = DNBProcessGetCPUType (pid); local
    [all...]
  /external/oprofile/gui/
oprof_start.h 152 op_cpu cpu_type; member in class:oprof_start
  /external/lldb/tools/darwin-debug/
darwin-debug.cpp 109 cpu_type_t cpu_type,
143 if (cpu_type != 0)
146 exit_with_errno (::posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount), "posix_spawnattr_setbinpref_np () error: ");
182 cpu_type_t cpu_type = 0; local
200 cpu_type = CPU_TYPE_I386;
202 cpu_type = CPU_TYPE_X86_64;
204 cpu_type = CPU_TYPE_ARM;
337 cpu_type,
  /external/oprofile/module/
oprofile.h 82 int cpu_type; member in struct:oprof_sysctl
  /external/chromium_org/base/process/
process_metrics_mac.cc 51 bool GetCPUTypeForProcess(pid_t pid, cpu_type_t* cpu_type) {
52 size_t len = sizeof(*cpu_type);
54 cpu_type,
132 cpu_type_t cpu_type; local
133 if (!GetCPUTypeForProcess(process_, &cpu_type))
176 if (IsAddressInSharedRegion(address, cpu_type) &&
  /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/uapi/asm-x86/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
109 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
  /development/ndk/platforms/android-L/arch-x86/include/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
109 unsigned long cpu_type; member in struct:vm86plus_struct
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
vm86.h 87 unsigned long cpu_type; member in struct:vm86_struct
109 unsigned long cpu_type; member in struct:vm86plus_struct
  /external/kernel-headers/original/uapi/asm-x86/asm/
vm86.h 100 unsigned long cpu_type; member in struct:vm86_struct
122 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);
  /external/lldb/source/Plugins/Process/MacOSX-Kernel/
CommunicationKDP.cpp 907 const uint32_t cpu_type = packet.GetU32 (&offset); local
909 s.Printf(" (cpu_mask=0x%8.8x, cpu_type=0x%8.8x, cpu_subtype=0x%8.8x)", cpu_mask, cpu_type, cpu_subtype);
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
db_bench.cc 365 std::string cpu_type; local
376 cpu_type = val.ToString();
382 fprintf(stderr, "CPU: %d * %s\n", num_cpus, cpu_type.c_str());
  /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;

Completed in 879 milliseconds