Home
last modified time | relevance | path

Searched refs:PullBoolValue (Results 1 – 10 of 10) sorted by relevance

/system/extras/simpleperf/
Dcmd_stat.cpp630 system_wide_collection_ = options.PullBoolValue("-a"); in ParseOptions()
643 csv_ = options.PullBoolValue("--csv"); in ParseOptions()
651 interval_only_values_ = options.PullBoolValue("--interval-only-values"); in ParseOptions()
667 in_app_context_ = options.PullBoolValue("--in-app"); in ParseOptions()
668 child_inherit_ = !options.PullBoolValue("--no-inherit"); in ParseOptions()
677 report_per_core_ = options.PullBoolValue("--per-core"); in ParseOptions()
678 report_per_thread_ = options.PullBoolValue("--per-thread"); in ParseOptions()
710 use_devfreq_counters_ = options.PullBoolValue("--use-devfreq-counters"); in ParseOptions()
711 verbose_mode_ = options.PullBoolValue("--verbose"); in ParseOptions()
Dcmd_report.cpp545 use_branch_address_ = options.PullBoolValue("-b"); in ParseOptions()
546 accumulate_callchain_ = options.PullBoolValue("--children"); in ParseOptions()
558 report_csv_ = options.PullBoolValue("--csv"); in ParseOptions()
563 brief_callgraph_ = !options.PullBoolValue("--full-callgraph"); in ParseOptions()
591 bool print_sample_count = options.PullBoolValue("-n"); in ParseOptions()
593 Dso::SetDemangle(!options.PullBoolValue("--no-demangle")); in ParseOptions()
595 if (!options.PullBoolValue("--no-show-ip")) { in ParseOptions()
618 raw_period_ = options.PullBoolValue("--raw-period"); in ParseOptions()
Dcmd_record.cpp803 system_wide_collection_ = options.PullBoolValue("-a"); in ParseOptions()
875 exclude_perf_ = options.PullBoolValue("--exclude-perf"); in ParseOptions()
884 in_app_context_ = options.PullBoolValue("--in-app"); in ParseOptions()
897 keep_failed_unwinding_result_ = options.PullBoolValue("--keep-failed-unwinding-result"); in ParseOptions()
898 keep_failed_unwinding_debug_info_ = options.PullBoolValue("--keep-failed-unwinding-debug-info"); in ParseOptions()
921 allow_callchain_joiner_ = !options.PullBoolValue("--no-callchain-joiner"); in ParseOptions()
922 allow_cutting_samples_ = !options.PullBoolValue("--no-cut-samples"); in ParseOptions()
923 can_dump_kernel_symbols_ = !options.PullBoolValue("--no-dump-kernel-symbols"); in ParseOptions()
924 dump_symbols_ = !options.PullBoolValue("--no-dump-symbols"); in ParseOptions()
925 child_inherit_ = !options.PullBoolValue("--no-inherit"); in ParseOptions()
[all …]
Dcmd_report_sample.cpp315 use_protobuf_ = options.PullBoolValue("--protobuf"); in ParseOptions()
316 show_callchain_ = options.PullBoolValue("--show-callchain"); in ParseOptions()
317 remove_unknown_kernel_symbols_ = options.PullBoolValue("--remove-unknown-kernel-symbols"); in ParseOptions()
318 if (options.PullBoolValue("--show-art-frames")) { in ParseOptions()
321 show_execution_type_ = options.PullBoolValue("--show-execution-type"); in ParseOptions()
Dcmd_api.cpp115 in_app_context_ = options.PullBoolValue("--in-app"); in ParseOptions()
Dcommand_test.cpp99 ASSERT_TRUE(options.PullBoolValue("--bool-option")); in TEST()
Dcmd_debug_unwind.cpp670 generate_report_ = options.PullBoolValue("--generate-report"); in ParseOptions()
671 generate_test_file_ = options.PullBoolValue("--generate-test-file"); in ParseOptions()
690 unwind_sample_ = options.PullBoolValue("--unwind-sample"); in ParseOptions()
Dcmd_monitor.cpp331 system_wide_collection_ = options.PullBoolValue("-a"); in ParseOptions()
341 exclude_perf_ = options.PullBoolValue("--exclude-perf"); in ParseOptions()
Dcommand.h76 bool PullBoolValue(const OptionName& name) { return PullValue(name).has_value(); } in PullBoolValue() function
Dcmd_inject.cpp186 exclude_perf_ = options.PullBoolValue("--exclude-perf"); in ParseOptions()