Home
last modified time | relevance | path

Searched refs:no_inherit (Results 1 – 11 of 11) sorted by relevance

/tools/testing/selftests/arm64/fp/
Dvlset.c22 static int no_inherit = 0; variable
30 { "no-inherit", no_argument, &no_inherit, 1 },
57 if (inherit && no_inherit) in parse_options()
/tools/perf/util/
Drecord.h19 bool no_inherit; member
Drecord.c110 opts->no_inherit = true; in evlist__config()
Dstat.h117 bool no_inherit; member
Dstat.c550 attr->inherit = !config->no_inherit && list_empty(&evsel->bpf_counter_list); in create_perf_stat_counter()
Devsel.c1098 attr->inherit = !opts->no_inherit; in evsel__config()
1187 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
/tools/perf/
Dbuiltin-record.c2472 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit,
2836 rec->opts.no_inherit = true; in cmd_record()
Dbuiltin-top.c1477 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
Dbuiltin-stat.c1162 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
Dbuiltin-trace.c4726 trace->opts.no_inherit = perf_config_bool(var, value);
4812 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit,
/tools/perf/Documentation/
Dperf-config.txt614 trace.no_inherit::