Searched refs:no_inherit (Results 1 – 11 of 11) sorted by relevance
/Linux-v6.6/tools/testing/selftests/arm64/fp/ |
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-v6.6/tools/perf/util/ |
D | record.h | 18 bool no_inherit; member
|
D | record.c | 103 opts->no_inherit = true; in evlist__config()
|
D | stat.h | 70 bool no_inherit; member
|
D | stat.c | 764 attr->inherit = !config->no_inherit && list_empty(&evsel->bpf_counter_list); in create_perf_stat_counter()
|
D | evsel.c | 1136 attr->inherit = !opts->no_inherit; in evsel__config() 1226 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
|
/Linux-v6.6/tools/perf/ |
D | builtin-top.c | 1492 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
|
D | builtin-record.c | 3367 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit, 4127 rec->opts.no_inherit = true; in cmd_record()
|
D | builtin-stat.c | 1171 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
|
D | builtin-trace.c | 4633 trace->opts.no_inherit = perf_config_bool(var, value); 4730 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit,
|
/Linux-v6.6/tools/perf/Documentation/ |
D | perf-config.txt | 626 trace.no_inherit::
|