Home
last modified time | relevance | path

Searched refs:json (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/tools/perf/pmu-events/
DREADME11 - 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.
DBuild3 jevents-y += json.o jsmn.o jevents.o
8 find $(JDIR) -name '*.json' -o -name 'mapfile.csv')
Djevents.c229 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/
DAddingTestCases.txt10 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/
Dbpftool.rst22 | { **-j** | **--json** } [{ **-p** | **--pretty** }] }
51 -j, --json
Dbpftool-perf.rst15 *OPTIONS* := { [{ **-j** | **--json** }] [{ **-p** | **--pretty** }] }
49 -j, --json
Dbpftool-prog.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } }
104 -j, --json
123 **# bpftool --json --pretty prog show**
Dbpftool-cgroup.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } }
105 -j, --json
Dbpftool-map.rst15 *OPTIONS* := { { **-j** | **--json** } [{ **-p** | **--pretty** }] | { **-f** | **--bpffs** } }
107 -j, --json
/Linux-v4.19/tools/testing/selftests/tc-testing/
Dtdc.py15 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/
Dbpftool187 local c='--version --json --pretty --bpffs'
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_offload.py18 import json
152 out = json.loads(stdout)
/Linux-v4.19/Documentation/scheduler/
Dsched-deadline.txt723 More interestingly, configurations can be described with a json file that
726 # rt-app my_config.json
730 details (<rt-app-sources>/doc/*.json).