Searched refs:json (Results 1 – 25 of 47) sorted by relevance
12
/linux-6.1.9/tools/testing/selftests/drivers/net/netdevsim/ |
D | ethtool-pause.sh | 19 s=$(ethtool --json -a $NSIM_NETDEV | jq '.[].statistics') 22 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics') 27 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics | length') 30 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.tx_pause_frames') 35 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics | length') 38 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.rx_pause_frames') 40 s=$(ethtool -I --json -a $NSIM_NETDEV | jq '.[].statistics.tx_pause_frames')
|
D | ethtool-fec.sh | 69 $ETHTOOL --json --show-fec $NSIM_NETDEV | jq empty >>/dev/null 2>&1 74 s=$($ETHTOOL --json --show-fec $NSIM_NETDEV | jq '.[].config[]') 76 s=$($ETHTOOL --json --show-fec $NSIM_NETDEV | jq '.[].active[]') 82 s=$($ETHTOOL --json --show-fec $NSIM_NETDEV | jq '.[].config[]') 85 s=$($ETHTOOL --json --show-fec $NSIM_NETDEV | jq '.[].active[]')
|
/linux-6.1.9/tools/testing/selftests/bpf/ |
D | test_bpftool.py | 6 import json 28 def _bpftool(args, json=True): argument 30 if json: 38 return _bpftool(args, json=False).decode("utf-8") 43 return json.loads(res)
|
D | test_bpftool_metadata.sh | 67 bpftool prog --json | grep '"metadata":{"a":"foo","b":1}' > /dev/null 79 bpftool prog --json | grep '"metadata":{"a":"bar","b":2}' > /dev/null
|
/linux-6.1.9/tools/perf/pmu-events/ |
D | README | 11 - Regular files with '.json' extension in the name are assumed to be 28 the topic. Eg: "Floating-point.json". 34 cache.json memory.json virtual-memory.json 35 frontend.json pipeline.json 46 is derived from JSON file name, 'power8.json'). 128 File/path/name.json.
|
D | Build | 4 find $(JDIR) -name '*.json' -o -name 'mapfile.csv') 7 find $(JDIR_TEST) -name '*.json')
|
/linux-6.1.9/tools/testing/selftests/net/ |
D | devlink_port_split.py | 5 import json 60 ports = json.loads(stdout)['port'] 82 values = list(json.loads(stdout)['port'].values())[0] 100 values = list(json.loads(stdout)['port'].values())[0] 243 devs = json.loads(stdout)['dev']
|
/linux-6.1.9/Documentation/devicetree/bindings/ |
D | writing-schema.rst | 3 Writing Devicetree Bindings in json-schema 6 Devicetree bindings are written using json-schema vocabulary. Schema files are 16 Each schema doc is a structured json-schema which is defined by a set of 18 top-level json-schema properties used are: 21 A json-schema unique identifier string. The string must be a valid 47 Optional. A json-schema used to match nodes for applying the 84 binding. Each property contains a set of constraints using json-schema 101 The default for arrays in json-schema is they are variable-sized and allow more 143 schema for the schema) to ensure they are both valid json-schema and valid 171 json-schema Resources [all …]
|
D | Makefile | 67 $(obj)/processed-schema.json: $(DT_DOCS) $(src)/.yamllint check_dtschema_version FORCE 70 always-y += processed-schema.json 79 dt_compatible_check: $(obj)/processed-schema.json
|
D | .gitignore | 4 /processed-schema*.json
|
/linux-6.1.9/tools/testing/kunit/ |
D | kunit.py | 51 json: Optional[str] 214 if request.json: 218 if request.json == 'stdout': 221 with open(request.json, 'w') as f: 224 os.path.abspath(request.json)) 448 json=cli_args.json, 485 json=cli_args.json, 505 json=cli_args.json)
|
D | kunit_json.py | 10 import json 63 return json.dumps(test_group, indent=4)
|
/linux-6.1.9/tools/cgroup/ |
D | iocost_monitor.py | 15 import json 199 table_fmt = not args.json 203 if args.json: 249 output += json.dumps(iocstat.dict(now)) 266 output += '\n' + json.dumps(iocg_stat.dict(now, path))
|
/linux-6.1.9/scripts/clang-tools/ |
D | run-clang-tools.py | 13 import json 70 datastore = json.load(f)
|
D | gen_compile_commands.py | 11 import json 224 json.dump(compile_commands, f, indent=2, sort_keys=True)
|
/linux-6.1.9/tools/perf/scripts/python/ |
D | flamegraph.py | 26 import json 121 stacks_json = json.dumps(self.stack, default=lambda x: x.to_json()) 129 options_json = json.dumps(options)
|
/linux-6.1.9/scripts/ |
D | generate_rust_analyzer.py | 7 import json 132 json.dump(rust_project, sys.stdout, sort_keys=True, indent=4)
|
/linux-6.1.9/tools/testing/selftests/tc-testing/creating-testcases/ |
D | AddingTestCases.txt | 10 template.json for the required JSON format for test cases. 16 directories named with the -D option) for .json files. Any test case 23 when defining the match pattern. Refer to the supplied json test files 24 for examples when in doubt. The match pattern is written in json, and 26 expression, but should be written using json syntax.
|
/linux-6.1.9/tools/perf/tests/shell/lib/ |
D | perf_json_output_lint.py | 7 import json 75 for item in json.loads(input):
|
/linux-6.1.9/Documentation/networking/devlink/ |
D | iosm.rst | 108 * - ``report.json`` 128 $ devlink region new pci/0000:02:00.0/report.json 130 $ devlink region dump pci/0000:02:00.0/report.json snapshot 0 132 $ devlink region del pci/0000:02:00.0/report.json snapshot 0
|
/linux-6.1.9/tools/testing/selftests/drivers/net/mlxsw/ |
D | sharedbuffer_configuration.py | 5 import json as j 121 def run_cmd(cmd, json=False): argument 123 if json: 129 return run_cmd(cmd, json=True)
|
/linux-6.1.9/rust/ |
D | .gitignore | 3 target.json
|
D | Makefile | 3 always-$(CONFIG_RUST) += target.json 4 no-clean-files += target.json 227 $(obj)/target.json: $(objtree)/include/config/auto.conf FORCE 351 $(RUST_LIB_SRC) > $(objtree)/rust-project.json 356 $(obj)/core.o: $(RUST_LIB_SRC)/core/src/lib.rs $(obj)/target.json FORCE
|
/linux-6.1.9/tools/bpf/bpftool/Documentation/ |
D | substitutions.rst | 3 .. |COMMON_OPTIONS| replace:: { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-d** | **--…
|
/linux-6.1.9/ |
D | .gitignore | 164 /compile_commands.json 170 /rust-project.json
|
12