Home
last modified time | relevance | path

Searched refs:separate_thread (Results 1 – 11 of 11) sorted by relevance

/external/oprofile/gui/
Doprof_start_config.cpp45 separate_thread(false), in config_setting()
96 separate_thread = op_lexical_cast<bool>(val); in load()
Doprof_start_config.h48 bool separate_thread; member
Doprof_start.cpp170 separate_thread_cb->setChecked(config.separate_thread); in oprof_start()
699 config.separate_thread = separate_thread_cb->isChecked(); in record_config()
1005 if (config.separate_thread) in save_config()
/external/oprofile/daemon/
Dopd_sfile.c46 if (separate_thread) { in sfile_hash()
69 if (!separate_thread) in sfile_hash()
93 if (separate_thread) { in do_match()
195 if (separate_thread) in create_sfile()
197 if (separate_thread || trans->cookie == NO_COOKIE) in create_sfile()
Doprofiled.h60 extern int separate_thread;
Doprofiled.c65 int separate_thread; variable
96 { "separate-thread", 0, POPT_ARG_INT, &separate_thread, 0, "thread-profiling mode", "[0|1]" },
Dopd_mangling.c96 if (separate_thread) { in mangle_filename()
/external/oprofile/daemon/liblegacy/
Dopd_image.c106 if (separate_thread) in opd_hash_image()
185 if (separate_thread) { in is_same_image()
Dopd_sample_files.c78 if (separate_thread) { in opd_mangle_filename()
Dopd_proc.c269 if (!separate_thread) { in opd_handle_fork()
/external/oprofile/
DChangeLog-20031031 separate_thread == true. Tidy by adding an opd_for_each_proc()