Home
last modified time | relevance | path

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

123

/Linux-v4.19/samples/bpf/
Dtracex6_user.c104 .inherit = 0, in test_bpf_perf_event()
113 .inherit = 0, in test_bpf_perf_event()
122 .inherit = 0, in test_bpf_perf_event()
132 .inherit = 0, in test_bpf_perf_event()
144 .inherit = 0, in test_bpf_perf_event()
156 .inherit = 0, in test_bpf_perf_event()
Dtrace_event_user.c142 attr->inherit = 0; in test_perf_event_all_cpu()
178 attr->inherit = 1; in test_perf_event_task()
Dsampleip_user.c50 .inherit = 1, in sampling_start()
/Linux-v4.19/tools/perf/tests/attr/
Dtest-record-group-sampling11 inherit=0
32 # inherit is disabled for group sampling
33 inherit=0
Dtest-record-no-inherit8 inherit=0
Dtest-stat-no-inherit7 inherit=0
Dbase-record14 inherit=1
Dbase-stat14 inherit=1
DREADME53 perf record -i kill (test-record-no-inherit)
64 perf stat -i -e cycles kill (test-stat-no-inherit)
/Linux-v4.19/tools/testing/selftests/drivers/net/mlxsw/
Dmirror_gre.sh21 ttl 100 tos inherit allow-localremote \
48 ttl 100 tos inherit allow-localremote
120 ip link set dev $tundev type $type ttl inherit
144 ip link set dev $tundev type $type tos inherit
Dmirror_gre_scale.sh71 ttl 100 tos inherit allow-localremote
/Linux-v4.19/tools/testing/selftests/net/forwarding/
Dmirror_gre_topo_lib.sh64 ttl 100 tos inherit
67 ttl 100 tos inherit allow-localremote
Dgre_multipath.sh85 tunnel_create g1a gre 192.0.2.65 192.0.2.66 tos inherit dev v$ol1
89 tunnel_create g1b gre 192.0.2.81 192.0.2.82 tos inherit dev v$ol1
131 tunnel_create g2a gre 192.0.2.66 192.0.2.65 tos inherit dev v$ol2
135 tunnel_create g2b gre 192.0.2.82 192.0.2.81 tos inherit dev v$ol2
Dmirror_gre_bound.sh125 ttl 100 tos inherit dev ul
130 ttl 100 tos inherit dev ul allow-localremote
/Linux-v4.19/Documentation/sphinx-static/
Dtheme_overrides.css79 color: inherit;
82 background: inherit;
87 color: inherit;
/Linux-v4.19/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-v4.19/fs/btrfs/
Dqgroup.c2241 u64 objectid, struct btrfs_qgroup_inherit *inherit) in btrfs_qgroup_inherit() argument
2262 if (inherit) { in btrfs_qgroup_inherit()
2263 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2264 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies + in btrfs_qgroup_inherit()
2265 2 * inherit->num_excl_copies; in btrfs_qgroup_inherit()
2291 if (inherit) { in btrfs_qgroup_inherit()
2292 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2293 for (i = 0; i < inherit->num_qgroups; ++i, ++i_qgroups) { in btrfs_qgroup_inherit()
2317 if (inherit && inherit->flags & BTRFS_QGROUP_INHERIT_SET_LIMITS) { in btrfs_qgroup_inherit()
2318 dstgroup->lim_flags = inherit->lim.flags; in btrfs_qgroup_inherit()
[all …]
Dqgroup.h245 u64 objectid, struct btrfs_qgroup_inherit *inherit);
Dtransaction.h138 struct btrfs_qgroup_inherit *inherit; member
/Linux-v4.19/tools/perf/util/
Dpython.c721 inherit = 0, in pyrf_evsel__init() local
745 &attr.read_format, &disabled, &inherit, in pyrf_evsel__init()
764 attr.inherit = inherit; in pyrf_evsel__init()
801 int group = 0, inherit = 0; in pyrf_evsel__open() local
805 &pcpus, &pthreads, &group, &inherit)) in pyrf_evsel__open()
814 evsel->attr.inherit = inherit; in pyrf_evsel__open()
Dparse-events.l272 inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_INHERIT); }
273 no-inherit { return term(yyscanner, PARSE_EVENTS__TERM_TYPE_NOINHERIT); }
/Linux-v4.19/tools/perf/tests/
Dtask-exit.c93 evsel->attr.inherit = 0; in test__task_exit()
Dattr.c106 WRITE_ASS(inherit, "d"); in store_event()
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/
Devent_attributes_test.c64 event.attr.inherit = 1; in event_attributes()

123