Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/
Dperf.h47 bool no_inherit; member
Dbuiltin-stat.c106 static bool no_inherit = false; variable
162 attr->inherit = !no_inherit; in create_perf_stat_counter()
941 OPT_BOOLEAN('i', "no-inherit", &no_inherit,
Dbuiltin-record.c1050 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit,
1191 rec->opts.no_inherit = true; in cmd_record()
Dbuiltin-top.c1152 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
Dbuiltin-trace.c3070 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit, in cmd_trace()
/linux-4.4.14/tools/perf/util/
Drecord.c146 opts->no_inherit = true; in perf_evlist__config()
Devsel.c739 attr->inherit = !opts->no_inherit; in perf_evsel__config()
825 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu || in perf_evsel__config()