Home
last modified time | relevance | path

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

/linux-4.4.14/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.4.14/fs/btrfs/
Dqgroup.c1850 struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit() argument
1870 if (inherit) { in btrfs_qgroup_inherit()
1871 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
1872 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies + in btrfs_qgroup_inherit()
1873 2 * inherit->num_excl_copies; in btrfs_qgroup_inherit()
1917 if (inherit) { in btrfs_qgroup_inherit()
1918 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
1919 for (i = 0; i < inherit->num_qgroups; ++i) { in btrfs_qgroup_inherit()
1941 if (inherit && inherit->flags & BTRFS_QGROUP_INHERIT_SET_LIMITS) { in btrfs_qgroup_inherit()
1942 dstgroup->lim_flags = inherit->lim.flags; in btrfs_qgroup_inherit()
[all …]
Dqgroup.h80 struct btrfs_qgroup_inherit *inherit);
Dtransaction.h141 struct btrfs_qgroup_inherit *inherit; member
Dioctl.c436 struct btrfs_qgroup_inherit *inherit) in create_subvol() argument
487 ret = btrfs_qgroup_inherit(trans, root->fs_info, 0, objectid, inherit); in create_subvol()
652 struct btrfs_qgroup_inherit *inherit) in create_snapshot() argument
699 pending_snapshot->inherit = inherit; in create_snapshot()
823 struct btrfs_qgroup_inherit *inherit) in btrfs_mksubvol() argument
863 async_transid, readonly, inherit); in btrfs_mksubvol()
866 async_transid, inherit); in btrfs_mksubvol()
1617 struct btrfs_qgroup_inherit *inherit) in btrfs_ioctl_snap_create_transid() argument
1640 NULL, transid, readonly, inherit); in btrfs_ioctl_snap_create_transid()
1663 transid, readonly, inherit); in btrfs_ioctl_snap_create_transid()
[all …]
Dtransaction.c1550 objectid, pending->inherit); in create_pending_snapshot()
/linux-4.4.14/Documentation/devicetree/bindings/memory-controllers/
Darm,pl172.txt23 - clock-ranges: Empty property indicating that child nodes can inherit
37 - ranges: Empty property indicating that child nodes can inherit
40 - clock-ranges: Empty property indicating that child nodes can inherit
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.4.14/tools/perf/util/
Dpython.c595 inherit = 0, in pyrf_evsel__init() local
619 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init()
638 attr.inherit = inherit; in pyrf_evsel__init()
674 int group = 0, inherit = 0; in pyrf_evsel__open() local
678 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
687 evsel->attr.inherit = inherit; in pyrf_evsel__open()
Dparse-events.l194 inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_INHERIT); }
195 no-inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NOINHERIT); }
Devsel.h59 bool inherit; member
Devsel.c663 attr->inherit = term->val.inherit ? 1 : 0; in apply_config_terms()
739 attr->inherit = !opts->no_inherit; in perf_evsel__config()
759 attr->inherit = 0; in perf_evsel__config()
1245 PRINT_ATTRf(inherit, p_unsigned); in perf_event_attr__fprintf()
Dparse-events.c909 ADD_CONFIG_TERM(INHERIT, inherit, term->val.num ? 1 : 0); in get_config_terms()
912 ADD_CONFIG_TERM(INHERIT, inherit, term->val.num ? 0 : 1); in get_config_terms()
/linux-4.4.14/samples/bpf/
Dtracex6_user.c25 .inherit = 0, in test_bpf_perf_event()
/linux-4.4.14/tools/perf/tests/
Dtask-exit.c86 evsel->attr.inherit = 0; in test__task_exit()
Dattr.c97 WRITE_ASS(inherit, "d"); in store_event()
/linux-4.4.14/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c64 event.attr.inherit = 1; in event_attributes()
/linux-4.4.14/Documentation/devicetree/bindings/pci/
Dpci-keystone.txt4 It shares common functions with PCIe Designware core driver and inherit
/linux-4.4.14/tools/perf/Documentation/
Dperf-trace.txt65 --no-inherit::
66 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.txt102 --inherit.
124 --no-inherit::
125 Child tasks do not inherit counters.
Dintel-pt.txt201 inherit 1
580 inherit 1
598 inherit 1
615 inherit 1
/linux-4.4.14/Documentation/devicetree/bindings/iio/
Diio-bindings.txt60 Empty property indicating that child nodes can inherit named
/linux-4.4.14/include/uapi/linux/
Dperf_event.h300 inherit : 1, /* children inherit it */ member
/linux-4.4.14/net/ipv6/
Dexthdrs.c738 int inherit, in ipv6_renew_option() argument
742 if (inherit) { in ipv6_renew_option()
/linux-4.4.14/kernel/bpf/
Darraymap.c303 if (attr->inherit) in perf_event_fd_array_get_ptr()
/linux-4.4.14/tools/perf/
Ddesign.txt51 inherit : 1, /* children inherit it */
199 The 'inherit' bit, if set, specifies that this counter should count
Dbuiltin-stat.c162 attr->inherit = !no_inherit; in create_perf_stat_counter()
Dbuiltin-trace.c2628 perf_evlist__first(evlist)->attr.inherit; in trace__run()
/linux-4.4.14/fs/xfs/
DKconfig67 to applications via the inherit-realtime directory inode flag.
/linux-4.4.14/Documentation/devicetree/bindings/clock/
Dclock-bindings.txt76 clock-ranges: Empty property indicating that child nodes can inherit named
/linux-4.4.14/Documentation/powerpc/
Dpmu-ebb.txt73 An EBB event must NOT set any of the "inherit", "sample_period", "freq" or
/linux-4.4.14/Documentation/filesystems/
Dlogfs.txt138 accordingly. New inodes will inherit the compression flag of the
/linux-4.4.14/kernel/events/
Dcore.c2375 if (event->attr.inherit || !is_sampling_event(event)) in _perf_event_refresh()
3321 WARN_ON_ONCE(event->attr.inherit); in perf_event_read_local()
4748 if (event->cpu == -1 && event->attr.inherit) in perf_mmap()
7941 if (attr->inherit && (attr->read_format & PERF_FORMAT_GROUP)) in perf_event_alloc()
8315 group_leader->attr.inherit != attr.inherit) { in SYSCALL_DEFINE5()
9137 if (!event->attr.inherit) { in inherit_task_group()
/linux-4.4.14/Documentation/DocBook/
Dnetworking.xml.db388 API-eth-hw-addr-inherit
/linux-4.4.14/drivers/ata/
Dlibata-core.c5930 void **inherit = (void **)cur; in ata_finalize_port_ops() local
5932 for (pp = begin; pp < end; pp++, inherit++) in ata_finalize_port_ops()
5934 *pp = *inherit; in ata_finalize_port_ops()
/linux-4.4.14/arch/powerpc/perf/
Dcore-book3s.c527 event->attr.inherit || in ebb_event_check()
/linux-4.4.14/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.4.14/Documentation/kbuild/
Dkconfig-language.txt221 "Network device support". All subentries inherit the dependencies from
/linux-4.4.14/Documentation/cgroups/
Dcpusets.txt329 When new cpusets are created, they inherit the memory spread settings