Searched refs:cpu (Results 151 - 175 of 544) sorted by relevance

1234567891011>>

/external/qemu/target-arm/
H A Dcpu.h41 #include "exec/cpu-defs.h"
273 #include "cpu-qom.h"
678 void define_arm_cp_regs_with_opaque(ARMCPU *cpu,
680 void define_one_arm_cp_reg_with_opaque(ARMCPU *cpu,
682 static inline void define_arm_cp_regs(ARMCPU *cpu, const ARMCPRegInfo *regs) argument
684 define_arm_cp_regs_with_opaque(cpu, regs, 0);
686 static inline void define_one_arm_cp_reg(ARMCPU *cpu, const ARMCPRegInfo *regs) argument
688 define_one_arm_cp_reg_with_opaque(cpu, regs, 0);
690 const ARMCPRegInfo *get_arm_cp_reginfo(ARMCPU *cpu, uint32_t encoded_cp);
708 * @cpu
905 cpu_has_work(CPUState *cpu) argument
[all...]
/external/blktrace/btreplay/
H A Dbtreplay.c98 * @cpu: CPU this thread is pinned to
113 int cpu, ifd, ofd, iterations; member in struct:thr_info
532 assert(0 <= tip->cpu && tip->cpu < ncpus);
535 CPU_SET(tip->cpu, &cpus);
546 fprintf(tip->vfp, "Pinned to CPU %02d ", tip->cpu);
790 tip->cpu);
852 * @cpu: CPU for this file
856 static void add_input_file(int cpu, char *devnm, char *file_name) argument
863 assert(0 <= cpu
961 int cpu = 0; local
[all...]
/external/chromium_org/chrome/browser/resources/chromeos/
H A Dpower.js679 for (var cpu = 0; cpu < timeInStateData.length; cpu++) {
680 var cpuData = timeInStateData[cpu];
682 cpuPlots[cpu] = {plots: [], tData: []};
767 cpuPlots[cpu] = {plots: plots, tData: tData};
771 for (var cpu = 0; cpu < timeInStateData.length; cpu++) {
772 headers[cpu]
[all...]
/external/qemu/
H A Dexec.c35 #include "cpu.h"
125 CPUState *cpu = ENV_GET_CPU(env); local
127 cpu_synchronize_state(cpu, 0);
129 qemu_put_be32s(f, &cpu->halted);
130 qemu_put_be32s(f, &cpu->interrupt_request);
136 CPUState *cpu = ENV_GET_CPU(env); local
141 qemu_get_be32s(f, &cpu->halted);
142 qemu_get_be32s(f, &cpu->interrupt_request);
145 cpu->interrupt_request &= ~0x01;
147 cpu_synchronize_state(cpu,
155 CPUState *cpu; local
166 CPUState *cpu = ENV_GET_CPU(env); local
383 cpu_single_step(CPUState *cpu, int enabled) argument
457 cpu_reset_interrupt(CPUState *cpu, int mask) argument
462 cpu_exit(CPUState *cpu) argument
470 CPUState *cpu = ENV_GET_CPU(env); local
559 CPUState *cpu; local
701 CPUState *cpu; local
1548 CPUState *cpu = current_cpu; local
2646 cpu_memory_rw_debug(CPUState *cpu, target_ulong addr, void *buf, int len, int is_write) argument
[all...]
/external/chromium_org/chrome/browser/ui/webui/chromeos/
H A Dpower_ui.cc161 for (unsigned int cpu = 0; cpu < data.size(); ++cpu) {
162 const CpuDataCollector::StateOccupancySampleDeque& sample_deque = data[cpu];
/external/chromium_org/chrome/common/extensions/docs/examples/api/processes/process_monitor/
H A Dpopup.js52 "<td>" + process.cpu + "</td>" +
/external/chromium_org/third_party/skia/src/core/
H A DSkUtilsArm.cpp20 # include <cpu-features.h>
30 // Use the Android NDK's cpu-features helper library to detect NEON at runtime.
/external/chromium_org/tools/profile_chrome/third_party/
H A Dperf_to_tracing.py113 def __init__(self, stack_id, ts, cpu, tid, weight, samp_type, comm):
116 self.cpu = cpu
126 ret['cpu'] = self.cpu # Sampled CPU
150 samp_cpu = param_dict['cpu']
/external/kernel-headers/original/uapi/linux/
H A Dcn_proc.h64 __u32 cpu; member in struct:proc_event
/external/linux-tools-perf/perf-3.12.0/tools/perf/scripts/python/
H A Dnet_dropmonitor.py69 def skb__kfree_skb(name, context, cpu, sec, nsec, pid, comm,
/external/llvm/test/MC/ARM/
H A Ddirective-eabi_attribute-2.s9 @ CHECK: .cpu cortex-a9
95 @ CHECK: .cpu cortex-a9
/external/oprofile/daemon/
H A Dopd_trans.h53 unsigned long cpu; member in struct:transient
H A Dopd_sfile.c55 val ^= trans->cpu;
84 pid_t tgid, pid_t tid, unsigned int cpu)
99 if (sf->cpu != cpu)
126 trans->anon, trans->tgid, trans->tid, trans->cpu);
134 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu);
180 sf->cpu = 0;
201 sf->cpu = trans->cpu;
82 do_match(struct sfile const * sf, cookie_t cookie, cookie_t app_cookie, struct kernel_image const * ki, struct anon_mapping const * anon, pid_t tgid, pid_t tid, unsigned int cpu) argument
/external/oprofile/pp/
H A Doparchive_options.cpp92 merge_by.cpu = true;
/external/fio/
H A Didletime.c8 * Get time to complete an unit work on a particular cpu.
52 fio_cpu_set(&cpu_mask, ipt->cpu);
209 * result won't be accurate if any cpu is not used.
214 ipt->cpu = i;
360 * return system idle percentage when cpu is -1;
361 * return one cpu idle percentage otherwise.
363 static double fio_idle_prof_cpu_stat(int cpu) argument
372 if ((cpu >= nr_cpus) || (cpu < -1)) {
373 log_err("fio: idle profiling invalid cpu inde
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DprofilesPanel.css114 .cpu-profile-view {
124 .cpu-profile-view.visible {
128 .cpu-profile-view .data-grid {
133 .cpu-profile-view .data-grid th.self-column {
137 .cpu-profile-view .data-grid th.total-column {
/external/lldb/source/Plugins/UnwindAssembly/x86/
H A DUnwindAssembly-x86.cpp120 AssemblyParse_x86 (const ExecutionContext &exe_ctx, int cpu, ArchSpec &arch, AddressRange func);
168 AssemblyParse_x86::AssemblyParse_x86 (const ExecutionContext &exe_ctx, int cpu, ArchSpec &arch, AddressRange func) : argument
179 m_cpu(cpu),
183 if (cpu == k_i386)
212 if (cpu == k_i386)
883 UnwindAssembly_x86::UnwindAssembly_x86 (const ArchSpec &arch, int cpu) : argument
885 m_cpu(cpu),
921 const llvm::Triple::ArchType cpu = arch.GetMachine (); local
922 if (cpu == llvm::Triple::x86)
924 else if (cpu
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-sched.c626 printf("cpu: %0.2f / %0.2f",
697 int cpu = sample->cpu; local
703 if (cpu >= MAX_CPUS || cpu < 0)
706 timestamp0 = sched->cpu_last_switched[cpu];
723 sched->cpu_last_switched[cpu] = timestamp;
932 int cpu = sample->cpu; local
935 BUG_ON(cpu >
996 int cpu = sample->cpu; local
1285 int cpu, this_cpu = sample->cpu; local
[all...]
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dparse-events.l129 cpu-cycles|cycles { return sym(yyscanner, PERF_TYPE_HARDWARE, PERF_COUNT_HW_CPU_CYCLES); }
139 cpu-clock { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_CLOCK); }
145 cpu-migrations|migrations { return sym(yyscanner, PERF_TYPE_SOFTWARE, PERF_COUNT_SW_CPU_MIGRATIONS); }
/external/chromium-trace/trace-viewer/src/tracing/
H A Dfilter.js47 matchCpu: function(cpu) {
/external/chromium_org/chrome/browser/metrics/
H A Dchrome_browser_main_extra_parts_metrics.cc11 #include "base/cpu.h"
93 base::CPU cpu; local
94 base::CPU::IntelMicroArchitecture arch = cpu.GetIntelMicroArchitecture();
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
H A D_bsdi.h147 * md-specific cpu structure field
195 #define _MD_INIT_RUNNING_CPU(cpu) _MD_unix_init_running_cpu(cpu)
H A D_dgux.h137 * md-specific cpu structure field
195 #define _MD_INIT_RUNNING_CPU(cpu) _MD_unix_init_running_cpu(cpu)
H A D_hpux.h162 * md-specific cpu structure field
210 #define _MD_INIT_RUNNING_CPU(cpu) _MD_unix_init_running_cpu(cpu)
H A D_ncr.h148 * md-specific cpu structure field
206 #define _MD_INIT_RUNNING_CPU(cpu) _MD_unix_init_running_cpu(cpu)

Completed in 657 milliseconds

1234567891011>>