Home
last modified time | relevance | path

Searched refs:JSON (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/tools/perf/pmu-events/arch/powerpc/
Dmapfile.csv2 # PVR,Version,JSON/file/pathname,Type
6 # Version could be used to track version of of JSON file
8 # JSON/file/pathname is the path to JSON file, relative
12 # Multiple PVRs could map to a single JSON file.
/Linux-v4.19/tools/perf/pmu-events/arch/arm64/
Dmapfile.csv2 # MIDR,Version,JSON/file/pathname,Type
7 # Version could be used to track version of of JSON file
9 # JSON/file/pathname is the path to JSON file, relative
/Linux-v4.19/tools/perf/pmu-events/
DREADME8 The 'jevents' program tries to locate and process JSON files in the directory
12 JSON files, each of which describes a set of PMU events.
19 - To reduce JSON event duplication per architecture, platform JSONs may
27 should be placed in a separate JSON file - where the file name identifies
30 All the topic JSON files for a CPU model/family should be in a separate
41 Using the JSON files and the mapfile, 'jevents' generates the C source file,
45 (one table like the following, per JSON file; table name 'pme_power8'
46 is derived from JSON file name, 'power8.json').
80 JSON file. Hence several entries in the pmu_events_map[] could map
137 is the pathname to the directory containing the CPU's JSON
[all …]
DBuild7 JSON = $(shell [ -d $(JDIR) ] && \
11 # Locate/process JSON files in pmu-events/arch/
14 $(OUTPUT)pmu-events/pmu-events.c: $(JSON) $(JEVENTS)
/Linux-v4.19/tools/testing/selftests/bpf/
Dtest_offload.py136 def tool(name, args, flags, JSON=True, ns="", fail=True, include_stderr=False): argument
138 if JSON:
151 if JSON and len(stdout.strip()) != 0:
161 def bpftool(args, JSON=True, ns="", fail=True, include_stderr=False): argument
162 return tool("bpftool", args, {"json":"-p"}, JSON=JSON, ns=ns,
166 _, progs = bpftool("prog show", JSON=True, ns=ns, fail=True)
178 _, maps = bpftool("map show", JSON=True, ns=ns, fail=True)
220 def ip(args, force=False, JSON=True, ns="", fail=True, include_stderr=False): argument
223 return tool("ip", args, {"json":"-j"}, JSON=JSON, ns=ns,
226 def tc(args, JSON=True, ns="", fail=True, include_stderr=False): argument
[all …]
/Linux-v4.19/tools/bpf/bpftool/Documentation/
Dbpftool.rst52 Generate JSON output. For commands that cannot produce JSON, this
56 Generate human-readable JSON output. Implies **-j**.
Dbpftool-perf.rst50 Generate JSON output. For commands that cannot produce JSON, this
54 Generate human-readable JSON output. Implies **-j**.
Dbpftool-cgroup.rst106 Generate JSON output. For commands that cannot produce JSON, this
110 Generate human-readable JSON output. Implies **-j**.
Dbpftool-map.rst108 Generate JSON output. For commands that cannot produce JSON, this
112 Generate human-readable JSON output. Implies **-j**.
Dbpftool-prog.rst105 Generate JSON output. For commands that cannot produce JSON, this
109 Generate human-readable JSON output. Implies **-j**.
/Linux-v4.19/tools/testing/selftests/tc-testing/creating-testcases/
DAddingTestCases.txt8 User-defined tests should be added by defining a separate JSON file. This
10 template.json for the required JSON format for test cases.
22 Be aware of required escape characters in the JSON data - particularly
/Linux-v4.19/tools/testing/selftests/tc-testing/
DREADME5 tdc is a Python script to load tc unit tests from a separate JSON file and