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

  /external/oprofile/gui/
oprof_start_config.cpp 43 separate_kernel(false),
91 } else if (str == "SEPARATE_KERNEL") {
92 separate_kernel = op_lexical_cast<bool>(val);
oprof_start_config.h 46 bool separate_kernel; member in struct:config_setting
oprof_start.cpp 168 separate_kernel_cb->setChecked(config.separate_kernel);
697 config.separate_kernel = separate_kernel_cb->isChecked();
1001 if (config.separate_kernel)
  /external/oprofile/daemon/
oprofiled.h 59 extern int separate_kernel;
oprofiled.c 64 int separate_kernel; variable
95 { "separate-kernel", 0, POPT_ARG_INT, &separate_kernel, 0, "separate kernel samples for each distinct application", "[0|1]", },
410 if (separate_kernel)
opd_sfile.c 51 if (separate_kernel || ((trans->anon || separate_lib) && !ki))
103 if (separate_kernel || ((anon || separate_lib) && !ki)) {
174 * meaningless (though not the app_cookie if separate_kernel)
203 if (separate_kernel || ((trans->anon || separate_lib) && !ki))
opd_mangling.c 46 if (!separate_kernel && !(separate_lib && !sf->kernel))
  /external/oprofile/daemon/liblegacy/
opd_proc.h 145 * when separate_kernel == 0 because we don't add mapping for kernel
opd_proc.c 200 if (!separate_kernel && in_kernel_eip) {
411 * when separate_kernel == 0 because we don't add mapping for kernel
  /external/oprofile/utils/
opcontrol 332 SEPARATE_KERNEL=0
418 echo "SEPARATE_KERNEL=$SEPARATE_KERNEL" >> $SETUP_FILE
549 SEPARATE_KERNEL=0
561 SEPARATE_KERNEL=1
571 SEPARATE_KERNEL=1
577 SEPARATE_KERNEL=0
959 vecho "SEPARATE_KERNEL $SEPARATE_KERNEL"
1389 if test "$SEPARATE_KERNEL" = "1"; the
    [all...]

Completed in 134 milliseconds