HomeSort by relevance Sort by last modified time
    Searched full:separate_cpu (Results 1 - 10 of 10) sorted by null

  /external/oprofile/gui/
oprof_start_config.cpp 44 separate_cpu(false),
93 } else if (str == "SEPARATE_CPU") {
94 separate_cpu = op_lexical_cast<bool>(val);
oprof_start_config.h 47 bool separate_cpu; member in struct:config_setting
oprof_start.cpp 169 separate_cpu_cb->setChecked(config.separate_cpu);
698 config.separate_cpu = separate_cpu_cb->isChecked();
1003 if (config.separate_cpu)
  /external/oprofile/daemon/
oprofiled.h 61 extern int separate_cpu;
opd_sfile.c 54 if (separate_cpu)
98 if (separate_cpu) {
200 if (separate_cpu)
oprofiled.c 66 int separate_cpu; variable
97 { "separate-cpu", 0, POPT_ARG_INT, &separate_cpu, 0, "separate samples for each CPU", "[0|1]" },
opd_mangling.c 102 if (separate_cpu) {
  /external/oprofile/daemon/liblegacy/
opd_sample_files.c 84 if (separate_cpu) {
init.c 272 if (separate_cpu)
  /external/oprofile/utils/
opcontrol 334 SEPARATE_CPU=0
420 echo "SEPARATE_CPU=$SEPARATE_CPU" >> $SETUP_FILE
551 SEPARATE_CPU=0
567 SEPARATE_CPU=1
573 SEPARATE_CPU=1
579 SEPARATE_CPU=0
961 vecho "SEPARATE_CPU $SEPARATE_CPU"
1400 # SEPARATE_CPU, the resulting sample data woul
    [all...]

Completed in 637 milliseconds