Searched refs:no_inherit (Results 1 – 7 of 7) sorted by relevance
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/ |
D | record.c | 89 opts->no_inherit = true; in perf_evlist__config()
|
D | evsel.c | 577 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/ |
D | perf.h | 224 bool no_inherit; member
|
D | builtin-stat.c | 87 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()
|
D | builtin-record.c | 884 OPT_BOOLEAN('i', "no-inherit", &record.opts.no_inherit,
|
D | builtin-top.c | 1097 OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, in cmd_top()
|
D | builtin-trace.c | 1222 OPT_BOOLEAN(0, "no-inherit", &trace.opts.no_inherit, in cmd_trace()
|