OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:separate_cpu
(Results
1 - 9
of
9
) sorted by null
/external/oprofile/daemon/
oprofiled.h
61
extern int
separate_cpu
;
opd_mangling.c
102
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_sfile.c
54
if (
separate_cpu
)
98
if (
separate_cpu
) {
200
if (
separate_cpu
)
/external/oprofile/gui/
oprof_start_config.h
47
bool
separate_cpu
;
member in struct:config_setting
oprof_start_config.cpp
44
separate_cpu
(false),
93
} else if (str == "
SEPARATE_CPU
") {
94
separate_cpu
= op_lexical_cast<bool>(val);
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/liblegacy/
opd_sample_files.c
84
if (
separate_cpu
) {
init.c
272
if (
separate_cpu
)
Completed in 91 milliseconds