Home
last modified time | relevance | path

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

/developtools/hiperf/include/
Dsubcommand_record.h203 bool noInherit_ = false; variable
/developtools/hiperf/src/
Dsubcommand_record.cpp128 printf(" no_inherit:\t%s\n", noInherit_ ? "true" : "false"); in DumpOptions()
176 if (!Option::GetOptionValue(args, "--no-inherit", noInherit_)) { in GetOptions()
812 perfEvents_.SetInherit(!noInherit_); in PreparePerfEvent()