Home
last modified time | relevance | path

Searched refs:inherit (Results 1 – 38 of 38) sorted by relevance

/linux-4.1.27/tools/perf/tests/attr/
Dtest-record-group-sampling10 inherit=0
31 # inherit is disabled for group sampling
32 inherit=0
Dtest-record-no-inherit7 inherit=0
Dtest-stat-no-inherit7 inherit=0
Dbase-stat14 inherit=1
Dbase-record14 inherit=1
DREADME53 perf record -i kill (test-record-no-inherit)
64 perf stat -i -e cycles kill (test-stat-no-inherit)
/linux-4.1.27/fs/btrfs/
Dqgroup.c2300 struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit() argument
2320 if (inherit) { in btrfs_qgroup_inherit()
2321 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2322 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies + in btrfs_qgroup_inherit()
2323 2 * inherit->num_excl_copies; in btrfs_qgroup_inherit()
2367 if (inherit) { in btrfs_qgroup_inherit()
2368 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2369 for (i = 0; i < inherit->num_qgroups; ++i) { in btrfs_qgroup_inherit()
2391 if (inherit && inherit->flags & BTRFS_QGROUP_INHERIT_SET_LIMITS) { in btrfs_qgroup_inherit()
2392 dstgroup->lim_flags = inherit->lim.flags; in btrfs_qgroup_inherit()
[all …]
Dqgroup.h96 struct btrfs_qgroup_inherit *inherit);
Dtransaction.h136 struct btrfs_qgroup_inherit *inherit; member
Dioctl.c435 struct btrfs_qgroup_inherit *inherit) in create_subvol() argument
486 ret = btrfs_qgroup_inherit(trans, root->fs_info, 0, objectid, inherit); in create_subvol()
651 struct btrfs_qgroup_inherit *inherit) in create_snapshot() argument
698 pending_snapshot->inherit = inherit; in create_snapshot()
822 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() argument
862 async_transid, readonly, inherit); in btrfs_mksubvol()
865 async_transid, inherit); in btrfs_mksubvol()
1608 struct btrfs_qgroup_inherit *inherit) in btrfs_ioctl_snap_create_transid() argument
1631 NULL, transid, readonly, inherit); in btrfs_ioctl_snap_create_transid()
1654 transid, readonly, inherit); in btrfs_ioctl_snap_create_transid()
[all …]
Dtransaction.c1412 objectid, pending->inherit); in create_pending_snapshot()
/linux-4.1.27/tools/perf/util/
Dpython.c548 inherit = 0, in pyrf_evsel__init() local
571 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init()
590 attr.inherit = inherit; in pyrf_evsel__init()
625 int group = 0, inherit = 0; in pyrf_evsel__open() local
629 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
638 evsel->attr.inherit = inherit; in pyrf_evsel__open()
Devsel.c623 attr->inherit = !opts->no_inherit; in perf_evsel__config()
643 attr->inherit = 0; in perf_evsel__config()
1091 PRINT_ATTRf(inherit, p_unsigned); in perf_event_attr__fprintf()
/linux-4.1.27/tools/perf/tests/
Dtask-exit.c79 evsel->attr.inherit = 0; in test__task_exit()
Dattr.c97 WRITE_ASS(inherit, "d"); in store_event()
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c62 event.attr.inherit = 1; in event_attributes()
/linux-4.1.27/Documentation/devicetree/bindings/memory-controllers/
Dti-aemif.txt50 - clock-ranges: Empty property indicating that child nodes can inherit
66 - ranges: Empty property indicating that child nodes can inherit
69 - clock-ranges: Empty property indicating that child nodes can inherit
/linux-4.1.27/tools/perf/Documentation/
Dperf-trace.txt66 --no-inherit::
67 Child tasks do not inherit counters.
Dperf-stat.txt46 --no-inherit::
47 child tasks do not inherit counters
Dperf-top.txt61 --inherit::
62 Child tasks do not inherit counters.
Dperf-record.txt78 --inherit.
100 --no-inherit::
101 Child tasks do not inherit counters.
/linux-4.1.27/Documentation/devicetree/bindings/pci/
Dpci-keystone.txt4 It shares common functions with PCIe Designware core driver and inherit
/linux-4.1.27/Documentation/devicetree/bindings/iio/
Diio-bindings.txt60 Empty property indicating that child nodes can inherit named
/linux-4.1.27/include/uapi/linux/
Dperf_event.h295 inherit : 1, /* children inherit it */ member
/linux-4.1.27/net/ipv6/
Dexthdrs.c738 int inherit, in ipv6_renew_option() argument
742 if (inherit) { in ipv6_renew_option()
/linux-4.1.27/tools/perf/
Ddesign.txt51 inherit : 1, /* children inherit it */
199 The 'inherit' bit, if set, specifies that this counter should count
Dbuiltin-stat.c302 attr->inherit = !no_inherit; in create_perf_stat_counter()
Dbuiltin-trace.c2252 perf_evlist__first(evlist)->attr.inherit; in trace__run()
/linux-4.1.27/fs/xfs/
DKconfig67 to applications via the inherit-realtime directory inode flag.
/linux-4.1.27/Documentation/devicetree/bindings/clock/
Dclock-bindings.txt76 clock-ranges: Empty property indicating that child nodes can inherit named
/linux-4.1.27/Documentation/powerpc/
Dpmu-ebb.txt73 An EBB event must NOT set any of the "inherit", "sample_period", "freq" or
/linux-4.1.27/Documentation/filesystems/
Dlogfs.txt138 accordingly. New inodes will inherit the compression flag of the
/linux-4.1.27/kernel/events/
Dcore.c2356 if (event->attr.inherit || !is_sampling_event(event)) in _perf_event_refresh()
4582 if (event->cpu == -1 && event->attr.inherit) in perf_mmap()
7612 if (attr->inherit && (attr->read_format & PERF_FORMAT_GROUP)) in perf_event_alloc()
7986 group_leader->attr.inherit != attr.inherit) { in SYSCALL_DEFINE5()
8725 if (!event->attr.inherit) { in inherit_task_group()
/linux-4.1.27/Documentation/kbuild/
Dkconfig-language.txt221 "Network device support". All subentries inherit the dependencies from
/linux-4.1.27/drivers/ata/
Dlibata-core.c5929 void **inherit = (void **)cur; in ata_finalize_port_ops() local
5931 for (pp = begin; pp < end; pp++, inherit++) in ata_finalize_port_ops()
5933 *pp = *inherit; in ata_finalize_port_ops()
/linux-4.1.27/arch/powerpc/perf/
Dcore-book3s.c527 event->attr.inherit || in ebb_event_check()
/linux-4.1.27/Documentation/locking/
Drt-mutex-design.txt67 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-4.1.27/Documentation/cgroups/
Dcpusets.txt329 When new cpusets are created, they inherit the memory spread settings