Searched refs:no_inherit (Results 1 – 12 of 12) sorted by relevance
| /tools/testing/selftests/arm64/fp/ |
| A 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()
|
| /tools/perf/util/ |
| A D | record.h | 18 bool no_inherit; member
|
| A D | record.c | 103 opts->no_inherit = true; in evlist__config()
|
| A D | stat.h | 70 bool no_inherit; member
|
| A D | stat.c | 739 attr->inherit = !config->no_inherit && list_empty(&evsel->bpf_counter_list); in create_perf_stat_counter()
|
| A D | python.c | 1292 .no_inherit = true, in pyrf_evlist__config()
|
| A D | evsel.c | 1306 attr->inherit = target__has_cpu(&opts->target) ? 0 : !opts->no_inherit; in evsel__config() 1404 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in evsel__config()
|
| /tools/perf/ |
| A D | builtin-stat.c | 2365 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit, in cmd_stat() 2642 target.inherit = !stat_config.no_inherit; in cmd_stat()
|
| A D | builtin-top.c | 1511 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
|
| A D | builtin-record.c | 3476 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit, 4277 rec->opts.no_inherit = true; in cmd_record()
|
| A D | builtin-trace.c | 5300 trace->opts.no_inherit = perf_config_bool(var, value); in trace__config() 5389 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit, in cmd_trace()
|
| /tools/perf/Documentation/ |
| A D | perf-config.txt | 640 trace.no_inherit::
|
Completed in 48 milliseconds