Searched refs:cpu (Results 101 - 125 of 217) sorted by relevance

123456789

/external/kernel-headers/original/linux/
H A Drelay.h30 * Per-cpu relay channel buffer
50 unsigned int cpu; /* this buf's cpu */ member in struct:rchan_buf
66 struct rchan_buf *buf[NR_CPUS]; /* per-cpu channel buffers */
123 * Called during relay_open(), once for each per-cpu buffer,
134 * than the default set of per-cpu buffers.
148 * Called during relay_close(), once for each per-cpu buffer,
169 unsigned int cpu,
183 * Writes data into the current cpu's channel buffer.
212 * Writes data into the current cpu'
[all...]
H A Dmodule.h342 /* Per-cpu data. */
399 unsigned int cpu = get_cpu(); local
401 local_inc(&module->ref[cpu].count);
412 unsigned int cpu = get_cpu(); local
413 local_dec(&module->ref[cpu].count);
H A Dsched.h128 extern unsigned long weighted_cpuload(const int cpu);
191 extern void init_idle(struct task_struct *idle, int cpu);
547 unsigned long cpu_time, /* time spent on the cpu */
549 pcnt; /* # of timeslices run on this cpu */
552 unsigned long last_arrival, /* when we last ran on a cpu */
624 #define SD_SHARE_CPUPOWER 128 /* Domain members share cpu power */
1132 extern int idle_cpu(int cpu);
1134 extern struct task_struct *idle_task(int cpu);
1135 extern struct task_struct *curr_task(int cpu);
1136 extern void set_curr_task(int cpu, struc
1494 set_task_cpu(struct task_struct *p, unsigned int cpu) argument
1506 set_task_cpu(struct task_struct *p, unsigned int cpu) argument
[all...]
/external/oprofile/daemon/
H A Dopd_mangling.c104 values.cpu = sf->cpu;
H A Dopd_trans.c178 trans->cpu = pop_buffer_value(trans);
179 verbprintf(vmisc, "CPU_SWITCH to %lu\n", trans->cpu);
306 .cpu = -1,
/external/oprofile/module/x86/
H A Dop_model_p4.c388 int cpu; local
390 cpu = smp_processor_id();
391 return (cpu_sibling_map[cpu] > cpu) ? 0 : 1;
623 static void p4_check_ctrs(unsigned int const cpu, argument
659 op_do_profile(cpu, instruction_pointer(regs), IRQ_ENABLED(regs), i);
660 CTR_WRITE(oprof_data[cpu].ctr_count[i], real);
663 CTR_WRITE(oprof_data[cpu].ctr_count[i], real);
/external/chromium-trace/src/tracing/
H A Dtimeline_model.js423 * current slices attached to the cpu.
878 var cpu = this.cpus[cpuNumber];
879 cpu.updateBounds();
880 if (cpu.minTimestamp != undefined &&
881 cpu.maxTimestamp != undefined) {
883 wmin = Math.min(wmin, cpu.minTimestamp);
884 wmax = Math.max(wmax, cpu.maxTimestamp);
924 for (var cpu in this.cpus)
925 cpus.push(this.cpus[cpu]);
951 var cpu
[all...]
/external/flac/libFLAC/include/private/
H A Dbitreader.h37 #include "cpu.h"
52 FLAC__bool FLAC__bitreader_init(FLAC__BitReader *br, FLAC__CPUInfo cpu, FLAC__BitReaderReadCallback rcb, void *cd);
/external/kernel-headers/original/asm-mips/
H A Dcacheflush.h14 #include <asm/cpu-features.h>
/external/linux-tools-perf/util/
H A Devlist.h49 int cpu, int thread, u64 id);
H A Dsort.h65 s32 cpu; member in struct:hist_entry
H A Dtrace-event.h166 struct record *trace_peek_data(int cpu);
167 struct record *trace_read_data(int cpu);
184 void print_trace_event(int cpu, void *data, int size);
H A Dsort.c86 { .name = "cpu", .entry = &sort_cpu, },
255 /* --sort cpu */
260 return right->cpu - left->cpu;
266 return repsep_snprintf(bf, size, "%-*d", width, self->cpu);
308 else if (!strcmp(sd->name, "cpu"))
/external/oprofile/libop/
H A Dop_mangle.c62 /* provision for tgid, tid, unit_mask, cpu and some {root}, {dep},
98 sprintf(mangled + strlen(mangled), "%d", values->cpu);
/external/oprofile/libpp/
H A Dprofile_spec.h134 comma_list<int> cpu; member in class:profile_spec
H A Dparse_filename.cpp26 // PP:3.19 event_name.count.unitmask.tgid.tid.cpu
54 result.cpu = parts[i++];
240 cpu == parsed.tid;
249 << data.tid << " " << data.cpu << endl;
H A Dxml_utils.cpp42 return classes.v[0].ptemplate.cpu != "all";
106 return classes.v[pclass].ptemplate.cpu;
130 size_t cpu = atoi(classes.v[p].ptemplate.cpu.c_str()); local
131 if (cpu > cpus) cpus = cpu;
286 // when --separate=cpu we will have an event_subclass array for each cpu
305 size_t cpu = atoi(pclass.ptemplate.cpu local
[all...]
/external/oprofile/module/
H A Doprofile.h41 /* per-cpu dynamic data */
81 /* the cpu core type: CPU_PPRO, CPU_PII ... */
144 void op_do_profile(uint cpu, long eip, long irq_enabled, int ctr);
/external/oprofile/pp/
H A Dopgprof_options.cpp62 merge_by.cpu = true;
H A Dcommon_option.cpp242 merge_by.cpu = false;
257 if (*cit == "cpu") {
258 merge_by.cpu = true;
270 merge_by.cpu = true;
/external/chromium/base/
H A Dtime_win.cc45 #include "base/cpu.h"
348 base::CPU cpu; local
349 if (cpu.vendor_name() == "AuthenticAMD" && cpu.family() == 15)
H A Dprocess_util_linux.cc94 int cpu = base::ParseProcStatCPU(stat); local
95 if (cpu > 0)
96 total_cpu += cpu;
456 int cpu = GetProcessCPU(process_); local
461 int percentage = 100 * (cpu - last_cpu_) /
465 last_cpu_ = cpu;
/external/qemu-pc-bios/bochs/
H A Dbochs.h243 # define BX_DBG_LIN_MEMORY_ACCESS(cpu, lin, phy, len, pl, rw, data) \
244 bx_dbg_lin_memory_access(cpu, lin, phy, len, pl, rw, data)
245 # define BX_DBG_PHY_MEMORY_ACCESS(cpu, phy, len, rw, data) \
246 bx_dbg_phy_memory_access(cpu, phy, len, rw, data)
256 # define BX_DBG_LIN_MEMORY_ACCESS(cpu, lin, phy, len, pl, rw, data) /* empty */
257 # define BX_DBG_PHY_MEMORY_ACCESS(cpu, phy, len, rw, data) /* empty */
/external/aac/libSYS/src/mips/
H A DgenericStds_mips.cpp179 #include <mips/cpu.h>
/external/blktrace/
H A Dblktrace_api.h104 __u32 cpu; /* on what cpu did it happen */ member in struct:blk_io_trace

Completed in 332 milliseconds

123456789