Searched refs:inherit (Results 1 – 19 of 19) sorted by relevance
/linux-3.3/tools/perf/util/ |
D | python.c | 535 inherit = 0, in pyrf_evsel__init() local 558 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init() 577 attr.inherit = inherit; in pyrf_evsel__init() 612 int group = 0, inherit = 0; in pyrf_evsel__open() local 616 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open() 625 evsel->attr.inherit = inherit; in pyrf_evsel__open()
|
D | top.h | 34 bool inherit; member
|
D | evsel.c | 72 attr->inherit = !opts->no_inherit; in perf_evsel__config()
|
/linux-3.3/fs/xfs/ |
D | xfs_acl.c | 273 int error = 0, inherit = 0; in xfs_inherit_acl() local 291 inherit = 1; in xfs_inherit_acl() 297 if (inherit) in xfs_inherit_acl()
|
D | Kconfig | 65 to applications via the inherit-realtime directory inode flag.
|
/linux-3.3/tools/perf/Documentation/ |
D | perf-stat.txt | 34 --no-inherit:: 35 child tasks do not inherit counters
|
D | perf-top.txt | 62 --inherit:: 63 Child tasks inherit counters, only makes sens with -p option.
|
D | perf-record.txt | 84 --no-inherit:: 85 Child tasks do not inherit counters.
|
/linux-3.3/tools/perf/ |
D | builtin-top.c | 859 attr->inherit = top->inherit; in perf_top__start_counters() 1145 OPT_BOOLEAN('i', "inherit", &top.inherit, in cmd_top()
|
D | design.txt | 51 inherit : 1, /* children inherit it */ 199 The 'inherit' bit, if set, specifies that this counter should count
|
D | builtin-stat.c | 294 attr->inherit = !no_inherit; in create_perf_stat_counter()
|
/linux-3.3/net/ipv6/ |
D | exthdrs.c | 759 int inherit, in ipv6_renew_option() argument 763 if (inherit) { in ipv6_renew_option()
|
/linux-3.3/include/linux/ |
D | perf_event.h | 196 inherit : 1, /* children inherit it */ member
|
/linux-3.3/Documentation/filesystems/ |
D | logfs.txt | 138 accordingly. New inodes will inherit the compression flag of the
|
/linux-3.3/Documentation/kbuild/ |
D | kconfig-language.txt | 216 "Network device support". All subentries inherit the dependencies from
|
/linux-3.3/kernel/events/ |
D | core.c | 1823 if (event->attr.inherit || !is_sampling_event(event)) in perf_event_refresh() 3495 if (event->cpu == -1 && event->attr.inherit) in perf_mmap() 5807 if (attr->inherit && (attr->read_format & PERF_FORMAT_GROUP)) in perf_event_alloc() 6625 if (!event->attr.inherit) { in inherit_task_group()
|
/linux-3.3/drivers/ata/ |
D | libata-core.c | 5821 void **inherit = (void **)cur; in ata_finalize_port_ops() local 5823 for (pp = begin; pp < end; pp++, inherit++) in ata_finalize_port_ops() 5825 *pp = *inherit; in ata_finalize_port_ops()
|
/linux-3.3/Documentation/ |
D | rt-mutex-design.txt | 67 This time, when A blocks on the lock owned by C, C would inherit the priority 79 processes to inherit priorities from a previous process that is
|
/linux-3.3/Documentation/cgroups/ |
D | cpusets.txt | 329 When new cpusets are created, they inherit the memory spread settings
|