/tools/testing/selftests/ptp/ |
D | phc.sh | 36 phc_ctl $DEV get &> /dev/null 94 res=$(phc_ctl $DEV set 0 wait 120.5 get 2> /dev/null \ 105 res=$(phc_ctl $DEV set 0 adj 10 get 2> /dev/null \ 117 res=$(phc_ctl $DEV freq 10000000 set 0 wait 100.5 get 2> /dev/null \
|
/tools/testing/selftests/net/ |
D | fib_tests.sh | 105 $IP route get fibmatch 198.51.100.2 &> /dev/null 107 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null 115 $IP route get fibmatch 198.51.100.2 &> /dev/null 117 $IP -6 route get fibmatch 2001:db8:1::2 &> /dev/null 146 $IP route get fibmatch 203.0.113.1 &> /dev/null 148 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 156 $IP route get fibmatch 203.0.113.1 &> /dev/null 159 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 168 $IP -6 route get fibmatch 2001:db8:3::1 &> /dev/null 188 $IP route get fibmatch 198.51.100.2 &> /dev/null [all …]
|
D | rtnetlink.sh | 211 ip route get 127.0.0.1 > /dev/null 213 ip route get 127.0.0.1 dev "$devdummy" > /dev/null 215 ip route get ::1 > /dev/null 217 ip route get fe80::1 dev "$devdummy" > /dev/null 219 ip route get 127.0.0.1 from 127.0.0.1 oif lo tos 0x1 mark 0x1 > /dev/null 221 ip route get ::1 from ::1 iif lo oif lo tos 0x1 mark 0x1 > /dev/null 225 ip route get 10.23.7.11 from 10.23.7.12 iif "$devdummy" > /dev/null 232 ip route get 10.23.8.11 > /dev/null 235 ip route get 10.23.8.11 > /dev/null 671 lines=`ip x s get $ipsecid | grep $srcip | grep $dstip | wc -l` [all …]
|
D | fib_rule_tests.sh | 82 ip route get help 2>&1 | grep -q $2 109 $IP -6 route get $GW_IP6 $getmatch | grep -q "table $RTABLE" 178 $IP route get $GW_IP4 $getmatch | grep -q "table $RTABLE"
|
D | icmp_redirect.sh | 294 run_cmd ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} 295 run_cmd ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} 302 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 305 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 311 ip -netns h1 ro get ${H1_VRF_ARG} ${H2_N2_IP} | \ 318 ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} | \ 321 ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} | \ 327 ip -netns h1 -6 ro get ${H1_VRF_ARG} ${H2_N2_IP6} | \
|
D | fib_nexthop_multiprefix.sh | 181 ip -netns h0 ro get ${dst} 187 ip -netns h0 ro get ${dst} | \ 210 ip -netns h0 -6 ro get ${dst} 216 ip -netns h0 -6 ro get ${dst} | \
|
/tools/perf/scripts/python/ |
D | flamegraph.py | 85 pid = event.get("sample", {}).get("pid", 0) 98 name = entry.get("sym", {}).get("name", "[unknown]") 99 libtype = self.get_libtype_from_dso(entry.get("dso")) 102 name = event.get("symbol", "[unknown]") 103 libtype = self.get_libtype_from_dso(event.get("dso"))
|
D | stat-cpi.py | 31 def get(time, event, cpu, thread): function 56 cyc = get(time, "cycles", cpu, thread) 57 ins = get(time, "instructions", cpu, thread)
|
/tools/testing/selftests/mqueue/ |
D | mq_open_tests.c | 63 static inline int get(FILE *stream); 118 static inline int get(FILE *stream) in get() function 135 new_value = get(stream); in set() 289 saved_def_msgs = cur_def_msgs = get(def_msgs); in main() 290 saved_def_msgsize = cur_def_msgsize = get(def_msgsize); in main() 292 saved_max_msgs = cur_max_msgs = get(max_msgs); in main() 293 saved_max_msgsize = cur_max_msgsize = get(max_msgsize); in main()
|
D | mq_perf_tests.c | 157 static inline int get(FILE *stream); 238 static inline int get(FILE *stream) in get() function 254 new_value = get(stream); in set() 266 new_value = get(stream); in try_set() 532 cur_max_msgs = get(max_msgs); in increase_limits() 535 cur_max_msgsize = get(max_msgsize); in increase_limits() 650 saved_max_msgs = cur_max_msgs = get(max_msgs); in main() 651 saved_max_msgsize = cur_max_msgsize = get(max_msgsize); in main()
|
/tools/scripts/ |
D | utilities.mak | 158 # get-executable 160 # Usage: absolute-executable-path-or-empty = $(call get-executable,path) 162 # The goal is to get an absolute path for an executable; 168 get-executable = $(if $(1),$(if $(is-absolute),$(_ge-abspath),$(lookup))) 171 # get-supplied-or-default-executable 173 # Usage: absolute-executable-path-or-empty = $(call get-executable-or-default,variable,default) 175 define get-executable-or-default 178 _ge_attempt = $(if $(get-executable),$(get-executable),$(call _gea_err,$(2)))
|
/tools/lib/traceevent/Documentation/ |
D | Makefile | 48 _tmp_tool_path := $(call get-executable,$(ASCIIDOC)) 54 _tmp_tool_path := $(call get-executable,$(XMLTO))
|
D | libtraceevent-event_list.txt | 68 /* Failed to get the events, sorted by ID */ 79 /* Failed to get the events, sorted by name */
|
/tools/power/cpupower/bench/ |
D | README-BENCH | 49 Together you get following test: 61 on full performance and you get the overall performance loss. 74 sampling rate you get: 84 will always see 50% loads and you get worst performance impact never 116 -n, --cycles=<int> load/sleep cycles to get an average value to compare
|
/tools/testing/selftests/tpm2/ |
D | tpm2.py | 232 self.name = TPM2_FMT1_ERRORS.get(rc & 0x3f, "TPM_RC_UNKNOWN") 234 self.name = TPM2_WARN_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN") 236 self.name = TPM2_VER1_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN") 238 self.name = TPM2_VER0_ERRORS.get(rc & 0x7f, "TPM_RC_UNKNOWN") 325 ds = ALG_DIGEST_SIZE_MAP.get(alg) 332 f = ALG_HASH_FUNCTION_MAP.get(alg) 339 alg = NAME_ALG_MAP.get(name)
|
/tools/testing/selftests/netfilter/ |
D | nft_nat_zones.sh | 244 ip netns exec $gw nft get element inet raw inicmp "{ 10.1.0.3 . \"veth$i\" . 10.3.0.99 }" 1>&2 249 ip netns exec $gw nft get element inet raw inicmp "{ 10.3.0.99 . \"veth0\" . 10.3.0.1 }" | grep -q … 253 ip netns exec $gw nft get element inet raw inicmp "{ 10.3.99 . \"veth0\" . 10.3.0.1 }" 1>&2 292 …ip netns exec $gw nft get element inet raw inflows "{ 10.1.0.3 . 10000 . \"veth$i\" . 10.3.0.99 . … 303 ip netns exec $gw nft get element inet raw inflows "{ 10.3.0.99 . 5201 . \"veth0\" . 10.3.0.1 . 100…
|
/tools/testing/selftests/drivers/net/mlxsw/ |
D | rtnetlink.sh | 372 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 377 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 382 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 387 ip -6 route get fibmatch 2001:db8:1::2 dev br0.10 417 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 420 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 425 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 428 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 433 ip -6 route get fibmatch 2001:db8:1::2 dev bond1 436 ip -6 route get fibmatch 2001:db8:2::2 dev bond1.10 [all …]
|
/tools/perf/tests/ |
D | attr.py | 150 self.command = parser.get('config', 'command') 151 self.args = parser.get('config', 'args') 154 self.ret = parser.get('config', 'ret') 159 self.arch = parser.get('config', 'arch')
|
/tools/kvm/kvm_stat/ |
D | Makefile | 11 a2x_path := $(call get-executable,$(A2X))
|
D | kvm_stat | 825 if self._baseline.get(key, -1) == -1: 833 increment = value - self._baseline.get(key, 0) 936 def get(self, by_guest=0): member in Stats 949 oldval = self.values.get(key, EventStat(0, 0)).value 950 newval = new.get(key, 0) 978 self.get(to_pid) 1211 stats = self.stats.get(self._display_guests) 1491 s = stats.get() 1493 s = stats.get() 1571 values = stats.get() [all …]
|
/tools/testing/selftests/kvm/ |
D | .gitignore | 3 /aarch64/get-reg-list
|
/tools/perf/Documentation/ |
D | perf-test.txt | 18 To get a list of available tests use 'perf test list', specifying a test name
|
D | perf-data.txt | 21 It's possible to set data-convert debug variable to get debug messages from conversion,
|
/tools/lib/perf/Documentation/ |
D | libperf-sampling.txt | 11 The sampling interface provides API to measure and get count for specific perf events. 160 We will sleep for 3 seconds while the ring buffers get data from all CPUs, then we disable the even… 188 Each sample needs to get parsed:
|
/tools/hv/ |
D | lsvmbus | 67 dev_desc = vmbus_dev_dict.get(class_id, 'Unknown')
|