Home
last modified time | relevance | path

Searched refs:child_inherit_ (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dcmd_stat.cpp418 child_inherit_(true), in StatCommand()
444 bool child_inherit_; member in simpleperf::__anon32f9a1060211::StatCommand
668 child_inherit_ = !options.PullBoolValue("--no-inherit"); in ParseOptions()
754 event_selection_set_.SetInherit(child_inherit_); in SetEventSelectionFlags()
Dcmd_record.cpp310 child_inherit_(true), in RecordCommand()
389 bool child_inherit_; member in simpleperf::__anonf6bdce290111::RecordCommand
925 child_inherit_ = !options.PullBoolValue("--no-inherit"); in ParseOptions()
1210 event_selection_set_.SetInherit(child_inherit_); in SetEventSelectionFlags()