OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:separate_kernel
(Results
1 - 8
of
8
) sorted by null
/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_mangling.c
46
if (!
separate_kernel
&& !(separate_lib && !sf->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))
/external/oprofile/gui/
oprof_start_config.h
46
bool
separate_kernel
;
member in struct:config_setting
oprof_start_config.cpp
43
separate_kernel
(false),
91
} else if (str == "
SEPARATE_KERNEL
") {
92
separate_kernel
= op_lexical_cast<bool>(val);
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/liblegacy/
opd_proc.c
200
if (!
separate_kernel
&& in_kernel_eip) {
411
* when
separate_kernel
== 0 because we don't add mapping for kernel
Completed in 950 milliseconds