Home
last modified time | relevance | path

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

/linux-3.4.99/tools/perf/
Dperf.h218 bool no_inherit; member
Dbuiltin-stat.c182 static bool no_inherit = false; variable
296 attr->inherit = !no_inherit; in create_perf_stat_counter()
1080 OPT_BOOLEAN('i', "no-inherit", &no_inherit,
Dbuiltin-record.c789 OPT_BOOLEAN('i', "no-inherit", &record.opts.no_inherit,
/linux-3.4.99/tools/perf/util/
Devsel.c73 attr->inherit = !opts->no_inherit; in perf_evsel__config()
117 !opts->no_inherit || opts->cpu_list)) in perf_evsel__config()
Devlist.c57 opts->no_inherit = true; in perf_evlist__config_attrs()