OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:separate_thread
(Results
1 - 10
of
10
) sorted by null
/external/oprofile/daemon/
oprofiled.h
60
extern int
separate_thread
;
opd_sfile.c
46
if (
separate_thread
) {
69
if (!
separate_thread
)
93
if (
separate_thread
) {
195
if (
separate_thread
)
197
if (
separate_thread
|| trans->cookie == NO_COOKIE)
opd_mangling.c
96
if (
separate_thread
) {
oprofiled.c
65
int
separate_thread
;
variable
96
{ "separate-thread", 0, POPT_ARG_INT, &
separate_thread
, 0, "thread-profiling mode", "[0|1]" },
/external/oprofile/gui/
oprof_start_config.h
48
bool
separate_thread
;
member in struct:config_setting
oprof_start_config.cpp
45
separate_thread
(false),
95
} else if (str == "
SEPARATE_THREAD
") {
96
separate_thread
= op_lexical_cast<bool>(val);
oprof_start.cpp
170
separate_thread_cb->setChecked(config.
separate_thread
);
699
config.
separate_thread
= separate_thread_cb->isChecked();
1005
if (config.
separate_thread
)
/external/oprofile/daemon/liblegacy/
opd_image.c
106
if (
separate_thread
)
185
if (
separate_thread
) {
opd_sample_files.c
78
if (
separate_thread
) {
opd_proc.c
269
if (!
separate_thread
) {
Completed in 134 milliseconds