Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/util/
Drecord.h19 bool no_inherit; member
Dstat.h99 bool no_inherit; member
Drecord.c155 opts->no_inherit = true; in perf_evlist__config()
Dstat.c482 attr->inherit = !config->no_inherit; in create_perf_stat_counter()
Devsel.c945 attr->inherit = !opts->no_inherit; in perf_evsel__config()
1049 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in perf_evsel__config()
/Linux-v5.4/tools/perf/
Dbuiltin-record.c2134 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit,
2420 rec->opts.no_inherit = true; in cmd_record()
Dbuiltin-top.c1457 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
Dbuiltin-stat.c734 OPT_BOOLEAN('i', "no-inherit", &stat_config.no_inherit,
Dbuiltin-trace.c4059 trace->opts.no_inherit = perf_config_bool(var, value); in trace__config()
4123 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit, in cmd_trace()
/Linux-v5.4/tools/perf/Documentation/
Dperf-config.txt544 trace.no_inherit::