Searched defs:cpu_nr (Results 1 - 6 of 6) sorted by relevance

/external/oprofile/daemon/
H A Dopd_stats.c69 int cpu_nr; local
71 if (sscanf(dirent->d_name, "cpu%d", &cpu_nr) != 1)
75 printf("\n---- Statistics for cpu : %d\n", cpu_nr);
/external/oprofile/daemon/liblegacy/
H A Dopd_sample_files.c68 int cpu_nr)
86 values.cpu = cpu_nr;
103 int opd_open_24_sample_file(struct opd_image * image, int counter, int cpu_nr) argument
109 mangled = opd_mangle_filename(image, counter, cpu_nr);
115 sfile = image->sfiles[cpu_nr][counter];
120 image->sfiles[cpu_nr][counter] = sfile;
67 opd_mangle_filename(struct opd_image const * image, int counter, int cpu_nr) argument
/external/oprofile/libop/
H A Dop_interface.h51 int cpu_nr; /**< the CPU number of this buffer */ member in struct:op_buffer_head
/external/oprofile/pp/
H A Doparchive.cpp83 int cpu_nr; local
85 if (sscanf(dirent->d_name, "cpu%d", &cpu_nr) != 1)
/external/oprofile/libpp/
H A Dprofile_spec.cpp473 int cpu_nr; local
475 if (sscanf(dirent->d_name, "cpu%d", &cpu_nr) != 1)
/external/oprofile/module/
H A Doprofile.c153 uint cpu_nr; local
154 for (cpu_nr = 0 ; cpu_nr < smp_num_cpus; cpu_nr++) {
155 if (oprof_ready[cpu_nr]) {
156 cpu_buffer_waiting = cpu_nr;
257 static int check_buffer_amount(int cpu_nr) argument
259 struct _oprof_data * data = &oprof_data[cpu_nr];
262 if (num < size - data->buf_watermark && oprof_ready[cpu_nr] != 2) {
274 static int copy_buffer(char * buf, int cpu_nr) argument
[all...]

Completed in 428 milliseconds