Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/arm64/fp/
H 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()
/openbmc/linux/tools/perf/util/
H A Drecord.h18 bool no_inherit; member
H A Drecord.c103 opts->no_inherit = true; in evlist__config()
H A Dstat.h70 bool no_inherit; member
H A Dstat.c764 attr->inherit = !config->no_inherit && list_empty(&evsel->bpf_counter_list); in create_perf_stat_counter()
H A Devsel.c1136 attr->inherit = !opts->no_inherit; in evsel__config()
1226 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
/openbmc/linux/tools/perf/
H A Dbuiltin-top.c1492 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
H A Dbuiltin-record.c3350 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit,
4112 rec->opts.no_inherit = true; in cmd_record()
H A Dbuiltin-stat.c1193 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
H A Dbuiltin-trace.c4636 trace->opts.no_inherit = perf_config_bool(var, value);
4733 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit,
/openbmc/linux/tools/perf/Documentation/
H A Dperf-config.txt626 trace.no_inherit::