/Linux-v4.19/samples/bpf/ |
D | tracex6_user.c | 104 .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()
|
D | trace_event_user.c | 142 attr->inherit = 0; in test_perf_event_all_cpu() 178 attr->inherit = 1; in test_perf_event_task()
|
D | sampleip_user.c | 50 .inherit = 1, in sampling_start()
|
/Linux-v4.19/tools/perf/tests/attr/ |
D | test-record-group-sampling | 11 inherit=0 32 # inherit is disabled for group sampling 33 inherit=0
|
D | test-record-no-inherit | 8 inherit=0
|
D | test-stat-no-inherit | 7 inherit=0
|
D | base-record | 14 inherit=1
|
D | base-stat | 14 inherit=1
|
D | README | 53 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/ |
D | mirror_gre.sh | 21 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
|
D | mirror_gre_scale.sh | 71 ttl 100 tos inherit allow-localremote
|
/Linux-v4.19/tools/testing/selftests/net/forwarding/ |
D | mirror_gre_topo_lib.sh | 64 ttl 100 tos inherit 67 ttl 100 tos inherit allow-localremote
|
D | gre_multipath.sh | 85 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
|
D | mirror_gre_bound.sh | 125 ttl 100 tos inherit dev ul 130 ttl 100 tos inherit dev ul allow-localremote
|
/Linux-v4.19/Documentation/sphinx-static/ |
D | theme_overrides.css | 79 color: inherit; 82 background: inherit; 87 color: inherit;
|
/Linux-v4.19/Documentation/devicetree/bindings/memory-controllers/ |
D | arm,pl172.txt | 23 - 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
|
D | ti-aemif.txt | 50 - 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/ |
D | qgroup.c | 2241 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 …]
|
D | qgroup.h | 245 u64 objectid, struct btrfs_qgroup_inherit *inherit);
|
D | transaction.h | 138 struct btrfs_qgroup_inherit *inherit; member
|
/Linux-v4.19/tools/perf/util/ |
D | python.c | 721 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()
|
D | parse-events.l | 272 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/ |
D | task-exit.c | 93 evsel->attr.inherit = 0; in test__task_exit()
|
D | attr.c | 106 WRITE_ASS(inherit, "d"); in store_event()
|
/Linux-v4.19/tools/testing/selftests/powerpc/pmu/ebb/ |
D | event_attributes_test.c | 64 event.attr.inherit = 1; in event_attributes()
|