Searched refs:dump_features_ (Results 1 – 1 of 1) sorted by relevance
227 std::vector<std::string> dump_features_; member in simpleperf::__anonb249af2e0111::DumpRecordCommand246 if (!dump_features_.empty()) { in Run()276 dump_features_ = options.PullStringValues("--dump-feature"); in ParseOptions()518 if (!dump_features_.empty() && in DumpFeatureSection()519 std::count(dump_features_.begin(), dump_features_.end(), feature_name) == 0) { in DumpFeatureSection()