/external/oprofile/daemon/liblegacy/ |
opd_sample_files.c | 68 int cpu_nr) 86 values.cpu = cpu_nr; 103 int opd_open_24_sample_file(struct opd_image * image, int counter, int cpu_nr) 109 mangled = opd_mangle_filename(image, counter, cpu_nr); 115 sfile = image->sfiles[cpu_nr][counter]; 120 image->sfiles[cpu_nr][counter] = sfile;
|
opd_sample_files.h | 44 * @param cpu_nr cpu number 53 int opd_open_24_sample_file(struct opd_image * image, int counter, int cpu_nr);
|
init.c | 270 (unsigned int)opd_buf->count, opd_buf->cpu_nr); 273 cpu_number = opd_buf->cpu_nr;
|
/external/oprofile/daemon/ |
opd_stats.c | 69 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/module/ |
oprofile.c | 153 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) 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) [all...] |
/external/oprofile/libop/ |
op_interface.h | 51 int cpu_nr; /**< the CPU number of this buffer */ member in struct:op_buffer_head
|
/external/oprofile/libutil++/ |
generic_spec.h | 23 * used to hold something like { int cpu_nr, bool is_all };
|
/external/oprofile/pp/ |
oparchive.cpp | 83 int cpu_nr; local 85 if (sscanf(dirent->d_name, "cpu%d", &cpu_nr) != 1)
|
/external/oprofile/libpp/ |
profile_spec.cpp | 473 int cpu_nr; local 475 if (sscanf(dirent->d_name, "cpu%d", &cpu_nr) != 1)
|