HomeSort by relevance Sort by last modified time
    Searched defs:cpu_nr (Results 1 - 5 of 5) sorted by null

  /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/libop/
op_interface.h 51 int cpu_nr; /**< the CPU number of this buffer */ member in struct:op_buffer_head
  /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)
  /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...]

Completed in 131 milliseconds