OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:no_inherit
(Results
1 - 2
of
2
) sorted by null
/external/linux-tools-perf/
builtin-record.c
59
static bool
no_inherit
= false;
variable
166
attr->inherit = !
no_inherit
;
209
(sample_time || system_wide || !
no_inherit
|| cpu_list))
256
no_inherit
= true;
779
OPT_BOOLEAN('i', "no-inherit", &
no_inherit
,
builtin-stat.c
184
static bool
no_inherit
= false;
variable
282
attr->inherit = !
no_inherit
;
1041
OPT_BOOLEAN('i', "no-inherit", &
no_inherit
,
[
all
...]
Completed in 2824 milliseconds