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

12345678910

/external/kernel-headers/original/linux/
H A Dtaskstats_kern.h76 int group_dead, unsigned int cpu)
74 taskstats_exit_send(struct task_struct *tsk, struct taskstats *tidstats, int group_dead, unsigned int cpu) argument
H A Dtimer.h59 extern void add_timer_on(struct timer_list *timer, int cpu);
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);
/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
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/pp/
H A Doparchive_options.cpp92 merge_by.cpu = true;
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/quake/quake/src/QW/server/
H A Dsv_ccmds.c385 float cpu, avg, pak; local
389 cpu = (svs.stats.latched_active+svs.stats.latched_idle);
390 if (cpu)
391 cpu = 100*svs.stats.latched_active/cpu;
396 Con_Printf ("cpu utilization : %3i%%\n",(int)cpu);
/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/webp/src/dec/
H A DAndroid.mk30 ../dsp/cpu.c \
/external/webp/src/enc/
H A DAndroid.mk35 ../dsp/cpu.c \
/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);
/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;
/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/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)

Completed in 8096 milliseconds

12345678910