Searched refs:no_inherit (Results 1 – 6 of 6) sorted by relevance
/linux/tools/testing/selftests/arm64/fp/ |
H A D | vlset.c | 22 static int no_inherit = 0; variable 32 { "no-inherit", no_argument, &no_inherit, 1 }, 63 if (inherit && no_inherit) in parse_options()
|
/linux/tools/perf/util/ |
H A D | record.h | 18 bool no_inherit; member
|
H A D | record.c | 103 opts->no_inherit = true; in evlist__config()
|
H A D | evsel.c | 1296 attr->inherit = target__has_cpu(&opts->target) ? 0 : !opts->no_inherit; in evsel__config() 1394 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
|
/linux/tools/perf/ |
H A D | builtin-top.c | 1501 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
|
H A D | builtin-trace.c | 5057 trace->opts.no_inherit = perf_config_bool(var, value); in trace__config() 5154 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit, in cmd_trace()
|