Home
last modified time | relevance | path

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

/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
Drecord.c89 opts->no_inherit = true; in perf_evlist__config()
Devsel.c577 attr->inherit = !opts->no_inherit; in perf_evsel__config()
655 (opts->sample_time || !opts->no_inherit || in perf_evsel__config()
/external/linux-tools-perf/perf-3.12.0/tools/perf/
Dperf.h224 bool no_inherit; member
Dbuiltin-stat.c87 static bool no_inherit = false; variable
250 attr->inherit = !no_inherit; in create_perf_stat_counter()
1406 OPT_BOOLEAN('i', "no-inherit", &no_inherit, in cmd_stat()
Dbuiltin-record.c884 OPT_BOOLEAN('i', "no-inherit", &record.opts.no_inherit,
Dbuiltin-top.c1097 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
Dbuiltin-trace.c1222 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit, in cmd_trace()