Searched refs:json (Results 1 – 13 of 13) sorted by relevance
| /Linux-v4.19/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 | 3 jevents-y += json.o jsmn.o jevents.o 8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
|
| D | jevents.c | 229 const char *json; member 245 for (i = 0; table[i].json; i++) { in field_to_perf() 246 if (json_streq(map, val, table[i].json)) in field_to_perf()
|
| /Linux-v4.19/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-v4.19/tools/bpf/bpftool/Documentation/ |
| D | bpftool.rst | 22 | { **-j** | **--json** } [{ **-p** | **--pretty** }] } 51 -j, --json
|
| D | bpftool-perf.rst | 15 *OPTIONS* := { [{ **-j** | **--json** }] [{ **-p** | **--pretty** }] } 49 -j, --json
|
| D | bpftool-prog.rst | 15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } } 104 -j, --json 123 **# bpftool --json --pretty prog show**
|
| D | bpftool-cgroup.rst | 15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } } 105 -j, --json
|
| D | bpftool-map.rst | 15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } } 107 -j, --json
|
| /Linux-v4.19/tools/testing/selftests/tc-testing/ |
| D | tdc.py | 15 import json 351 testlist = json.load(test_data, object_pairs_hook=OrderedDict) 352 except json.JSONDecodeError as jde: 492 json.dump(testlist, outfile, indent=4)
|
| /Linux-v4.19/tools/bpf/bpftool/bash-completion/ |
| D | bpftool | 187 local c='--version --json --pretty --bpffs'
|
| /Linux-v4.19/tools/testing/selftests/bpf/ |
| D | test_offload.py | 18 import json 152 out = json.loads(stdout)
|
| /Linux-v4.19/Documentation/scheduler/ |
| D | sched-deadline.txt | 723 More interestingly, configurations can be described with a json file that 726 # rt-app my_config.json 730 details (<rt-app-sources>/doc/*.json).
|