Home
last modified time | relevance | path

Searched refs:jq (Results 1 – 25 of 37) sorted by relevance

12

/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Ddevlink_lib.sh9 | jq -r '.port | keys[]' | cut -d/ -f-2)
76 devlink -j resource show "$DEVLINK_DEV" | jq "$resource_name"
81 local size=$(devlink_resource_get "$@" | jq '.["size_new"]')
84 devlink_resource_get "$@" | jq '.["size"]'
103 devlink_resource_get "$@" | jq '.["occ"]'
132 | jq '.port_pool."'"$port"'"[].threshold'
172 | jq -r '.pool[][] | (.size, .thtype)'
213 | jq -r '.tc_bind[][] | (.pool, .threshold)'
255 devlink -j trap | jq '.[]["'$DEVLINK_DEV'"] | length'
260 devlink -j trap | jq -r '.[]["'$DEVLINK_DEV'"][].name'
[all …]
H A Dlib.sh91 require_command jq
367 output=$(echo $output | jq -r $jq_opts "$jq_exp")
604 ip -j link show dev $if_name | jq -r '.[]["master"]'
614 | jq '.[]["stats64"]["'$dir'"]["'$stat'"]'
635 | jq ".[1].options.actions[].stats$selector"
645 | jq ".[] | select(.options.handle == $handle) | \
664 | jq '.[] | select(.handle == "'"$handle"'") | '"$selector"
674 | jq '.[] | select(.parent == "'"$parent"'") | '"$selector"
713 ip -j link show dev $if_name | jq -r '.[]["address"]'
723 | jq '.[]["linkinfo"]["info_data"]["ageing_time"]')
[all …]
H A Dtc_chains.sh94 echo $output | jq -e ".[] | select(.chain == 0)" &> /dev/null
103 echo $output | jq -e ".[] | select(.chain == 1)" &> /dev/null
109 echo $output | jq -e ".[] | select(.chain == 0)" &> /dev/null
112 echo $output | jq -e ".[] | select(.chain == 1)" &> /dev/null
H A Dbridge_sticky_fdb.sh56 | jq -e ".[] | select(.mac == \"$TEST_MAC\")" &> /dev/null
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/netdevsim/
H A Dethtool-pause.sh78 s=$(ethtool --json -a $NSIM_NETDEV | jq '.[].statistics')
81 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics')
86 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics | length')
89 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.tx_pause_frames')
94 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics | length')
97 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.rx_pause_frames')
99 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.tx_pause_frames')
H A Ddevlink.sh121 size=$(devlink region show $DL_HANDLE/$name -j | jq -e -r '.[][].size')
134 count=$(devlink region show $DL_HANDLE/$name -j | jq -e -r '.[][].snapshot | length')
190 sid=$(devlink -j region new $DL_HANDLE/dummy | jq '.[][][][]')
400 local show=$(devlink health show $DL_HANDLE reporter $name -j | jq -e -r ".[][][]")
403 local state=$(echo $show | jq -r ".state")
407 local error=$(echo $show | jq -r ".error")
411 local recover=`echo $show | jq -r ".recover"`
415 local grace_period=$(echo $show | jq -r ".grace_period")
420 local auto_recover=$(echo $show | jq -r ".auto_recover")
445 local dump_break_msg=$(echo $dump | jq -r ".break_message")
[all …]
/OK3568_Linux_fs/buildroot/package/jq/
H A DConfig.in2 bool "jq"
5 jq is like sed for JSON data - you can use it to slice and
9 http://stedolan.github.io/jq/
11 comment "jq needs a toolchain w/ threads"
H A DConfig.in.host2 bool "host jq"
4 jq is like sed for JSON data - you can use it to slice and
8 As a host tool, jq can be useful to create/edit/merge/check
11 http://stedolan.github.io/jq/
H A Djq.hash2 sha256 20249104d4df2247253df6df4a980b8be1f5232f03fef7cd41bacb7e6eab04fd jq-a17dd3248a666d01be75f6…
H A Djq.mk8 JQ_SITE = $(call github,stedolan,jq,$(JQ_VERSION))
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/jq/
H A Djq_git.bb2 DESCRIPTION = "jq is like sed for JSON data, you can use it to slice and \
5 HOMEPAGE = "https://stedolan.github.io/jq/"
6 BUGTRACKER = "https://github.com/stedolan/jq/issues"
12 SRC_URI = "git://github.com/stedolan/jq;protocol=https;branch=master"
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/spectrum/
H A Ddevlink_lib_spectrum.sh23 size=$(devlink_resource_get kvd "$i" | jq '.["size_min"]')
29 jq '.["size_min"]')
40 local size=$(echo "${KVD_DEFAULTS[kvd_$i]}" | jq '.["size"]')
51 jq '.["size"]')
H A Ddevlink_resources.sh53 size=$(devlink_resource_get kvd "$i" | jq '.["size_min"]')
86 jq '.["size_min"]')
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/net/mlxsw/
H A Dsharedbuffer.sh51 | jq -e ".[][][\"pool\"][\"$pool\"][\"max\"]")
70 | jq -e ".[][][\"itc\"][\"$itc\"][\"max\"]")
89 | jq -e ".[][][\"etc\"][\"$etc\"][\"max\"]")
H A Dtc_flower_scale.sh98 jq -r '[ .[] | select(.kind == "flower") |
99 .options | .in_hw ]' | jq .[] | wc -l)
H A Dtc_action_hw_stats.sh49 local orig_occ=$(devlink_resource_get "counters" "flow" | jq '.["occ"]')
55 local new_occ=$(devlink_resource_get "counters" "flow" | jq '.["occ"]')
H A Dmlxsw_lib.sh8 MLXSW_CHIP=$(devlink -j dev info $DEVLINK_DEV | jq -r '.[][]["driver"]')
H A Dtc_police_scale.sh64 jq "[.[] | select(.options.in_hw == true)] | length")
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/
H A Daltnames.sh26 name=$(echo $output | jq -e -r ".[0].altnames[0]")
41 name=$(echo $output | jq -e -r ".[0].altnames[1]")
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/sysdig/
H A Dsysdig_0.28.0.bb22 tbb jq openssl elfutils protobuf protobuf-native jq-native valijson"
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tc_redirect.sh30 command -v jq >/dev/null 2>&1 || \
193 progs=$(ip netns exec ${NS_FWD} bpftool net --json | jq -r '.[] | .tc | map(.id) | .[]')
195 map=$(bpftool prog show id $prog --json | jq -r '.map_ids | .? | .[]')
/OK3568_Linux_fs/buildroot/package/sysdig/
H A Dsysdig.mk17 jq \
H A DConfig.in6 depends on BR2_TOOLCHAIN_HAS_THREADS # elfutils, jq
/OK3568_Linux_fs/u-boot/arch/powerpc/include/asm/
H A Dfsl_liodn.h222 offsetof(struct ccsr_raide, jq[jqNum].ring[rNum].cfg1) + \
224 offsetof(struct ccsr_raide, jq[jqNum].ring[rNum].cfg0) + \
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/mycroft/files/
H A D0004-dev_setup.sh-Ignore-missing-package-manager.patch18 …libffi libjpg openssl autoconf bison swig glib2.0 portaudio19 mpg123 flac curl fann g++ jq\n$RESET"

12