Searched refs:no_inherit (Results 1 – 7 of 7) sorted by relevance
/linux-4.1.27/tools/perf/ |
D | perf.h | 47 bool no_inherit; member
|
D | builtin-record.c | 874 OPT_BOOLEAN_SET('i', "no-inherit", &record.opts.no_inherit, 982 rec->opts.no_inherit = true; in cmd_record()
|
D | builtin-stat.c | 124 static bool no_inherit = false; variable 302 attr->inherit = !no_inherit; in create_perf_stat_counter() 1723 OPT_BOOLEAN('i', "no-inherit", &no_inherit, in cmd_stat()
|
D | builtin-top.c | 1101 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
|
D | builtin-trace.c | 2683 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit, in cmd_trace()
|
/linux-4.1.27/tools/perf/util/ |
D | record.c | 112 opts->no_inherit = true; in perf_evlist__config()
|
D | evsel.c | 623 attr->inherit = !opts->no_inherit; in perf_evsel__config() 709 (!opts->no_inherit || target__has_cpu(&opts->target) || per_cpu))) in perf_evsel__config()
|