Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/arm64/fp/
A Dvlset.c22 static int no_inherit = 0; variable
32 { "no-inherit", no_argument, &no_inherit, 1 },
63 if (inherit && no_inherit) in parse_options()
/linux-6.3-rc2/tools/perf/util/
A Drecord.h18 bool no_inherit; member
A Drecord.c103 opts->no_inherit = true; in evlist__config()
A Dstat.h143 bool no_inherit; member
A Dstat.c816 attr->inherit = !config->no_inherit && list_empty(&evsel->bpf_counter_list); in create_perf_stat_counter()
A Devsel.c1165 attr->inherit = !opts->no_inherit; in evsel__config()
1255 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-top.c1474 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
A Dbuiltin-record.c3361 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit,
4160 rec->opts.no_inherit = true; in cmd_record()
A Dbuiltin-stat.c1171 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
A Dbuiltin-trace.c4653 trace->opts.no_inherit = perf_config_bool(var, value);
4739 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit,
/linux-6.3-rc2/tools/perf/Documentation/
A Dperf-config.txt623 trace.no_inherit::

Completed in 48 milliseconds