no_inherit       2134 tools/perf/builtin-record.c 	OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit,
no_inherit       2420 tools/perf/builtin-record.c 		rec->opts.no_inherit = true;
no_inherit        734 tools/perf/builtin-stat.c 	OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
no_inherit       1457 tools/perf/builtin-top.c 	OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit,
no_inherit       4059 tools/perf/builtin-trace.c 		trace->opts.no_inherit = perf_config_bool(var, value);
no_inherit       4123 tools/perf/builtin-trace.c 	OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit,
no_inherit        945 tools/perf/util/evsel.c 	attr->inherit	    = !opts->no_inherit;
no_inherit       1049 tools/perf/util/evsel.c 	    (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu ||
no_inherit        155 tools/perf/util/record.c 		opts->no_inherit = true;
no_inherit         19 tools/perf/util/record.h 	bool	      no_inherit;
no_inherit        482 tools/perf/util/stat.c 	attr->inherit = !config->no_inherit;
no_inherit         99 tools/perf/util/stat.h 	bool			 no_inherit;