Home
last modified time | relevance | path

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

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

Completed in 46 milliseconds