Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/fp/
H 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()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Drecord.h19 bool no_inherit; member
H A Drecord.c108 opts->no_inherit = true; in perf_evlist__config()
H A Dstat.h108 bool no_inherit; member
H A Dstat.c530 attr->inherit = !config->no_inherit; in create_perf_stat_counter()
H A Devsel.c1065 attr->inherit = !opts->no_inherit; in evsel__config()
1154 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
/OK3568_Linux_fs/kernel/tools/perf/
H A Dbuiltin-record.c2445 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit,
2773 rec->opts.no_inherit = true; in cmd_record()
H A Dbuiltin-top.c1484 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
H A Dbuiltin-stat.c1082 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
H A Dbuiltin-trace.c4698 trace->opts.no_inherit = perf_config_bool(var, value);
4769 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit,
/OK3568_Linux_fs/kernel/tools/perf/Documentation/
H A Dperf-config.txt595 trace.no_inherit::