Searched refs:PullBoolValue (Results 1 – 5 of 5) sorted by relevance
639 system_wide_collection_ = options.PullBoolValue("-a"); in ParseOptions()648 csv_ = options.PullBoolValue("--csv"); in ParseOptions()656 interval_only_values_ = options.PullBoolValue("--interval-only-values"); in ParseOptions()676 in_app_context_ = options.PullBoolValue("--in-app"); in ParseOptions()677 child_inherit_ = !options.PullBoolValue("--no-inherit"); in ParseOptions()686 report_per_core_ = options.PullBoolValue("--per-core"); in ParseOptions()687 report_per_thread_ = options.PullBoolValue("--per-thread"); in ParseOptions()723 use_devfreq_counters_ = options.PullBoolValue("--use-devfreq-counters"); in ParseOptions()724 verbose_mode_ = options.PullBoolValue("--verbose"); in ParseOptions()
738 system_wide_collection_ = options.PullBoolValue("-a"); in ParseOptions()796 exclude_perf_ = options.PullBoolValue("--exclude-perf"); in ParseOptions()802 in_app_context_ = options.PullBoolValue("--in-app"); in ParseOptions()827 allow_callchain_joiner_ = !options.PullBoolValue("--no-callchain-joiner"); in ParseOptions()828 allow_cutting_samples_ = !options.PullBoolValue("--no-cut-samples"); in ParseOptions()829 can_dump_kernel_symbols_ = !options.PullBoolValue("--no-dump-kernel-symbols"); in ParseOptions()830 dump_symbols_ = !options.PullBoolValue("--no-dump-symbols"); in ParseOptions()831 child_inherit_ = !options.PullBoolValue("--no-inherit"); in ParseOptions()832 unwind_dwarf_callchain_ = !options.PullBoolValue("--no-unwind"); in ParseOptions()871 stdio_controls_profiling_ = options.PullBoolValue("--stdio-controls-profiling"); in ParseOptions()[all …]
122 in_app_context_ = options.PullBoolValue("--in-app"); in ParseOptions()
76 bool PullBoolValue(const OptionName& name) { in PullBoolValue() function
109 ASSERT_TRUE(options.PullBoolValue("--bool-option")); in TEST()