Home
last modified time | relevance | path

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

/illumos-gate/usr/src/data/perfmon/
H A Dmapfile.csv2 GenuineIntel-6-2E,V2,/NHM-EX/NehalemEX_core_V2.json,core
3 GenuineIntel-6-1E,V2,/NHM-EP/NehalemEP_core_V2.json,core
4 GenuineIntel-6-1F,V2,/NHM-EP/NehalemEP_core_V2.json,core
5 GenuineIntel-6-1A,V2,/NHM-EP/NehalemEP_core_V2.json,core
6 GenuineIntel-6-2F,V2,/WSM-EX/WestmereEX_core_V2.json,core
7 GenuineIntel-6-25,V2,/WSM-EP-SP/WestmereEP-SP_core_V2.json,core
8 GenuineIntel-6-2C,V2,/WSM-EP-DP/WestmereEP-DP_core_V2.json,core
9 GenuineIntel-6-37,V14,/SLM/Silvermont_core_V14.json,core
10 GenuineIntel-6-37,V14,/SLM/Silvermont_matrix_V14.json,offcore
11 GenuineIntel-6-4D,V14,/SLM/Silvermont_core_V14.json,core
[all …]
H A DTHIRDPARTYLICENSE5 - All .json files
H A Dreadme.txt8 Json (.json)
32 - All .json files
184 This field is specific to the json format. There is only 1 file for core and offcore events in this…
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile79 json/tst.usdt.o: json/usdt.h
81 json/usdt.h: json/usdt.d
82 $(DTRACE) -h -s json/usdt.d -o json/usdt.h
84 CLOBBERFILES += json/usdt.h
86 json/usdt.o: json/usdt.d json/tst.usdt.o
87 $(COMPILE.d) -o json/usdt.o -s json/usdt.d json/tst.usdt.o
89 json/tst.usdt.exe: json/tst.usdt.o json/usdt.o
90 $(LINK.c) -o json/tst.usdt.exe json/tst.usdt.o json/usdt.o $(LDLIBS)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.d39 /json(this->j, "finished") == NULL && json(this->j, "action") != "ignore"/
41 this->index = strtoll(json(this->j, "index"));
42 this->size = json(this->j, "sizes[2]");
43 this->odd = json(this->j, "facts.odd");
44 this->even = json(this->j, "facts.even");
50 /json(this->j, "finished") != NULL/
H A Dtst.usdt.c46 char *odd, *even, *json, *action; in main() local
53 asprintf(&json, FMT, size, idx, odd, even, action); in main()
54 BUNYAN_FAKE_LOG_DEBUG(json); in main()
55 free(json); in main()
H A Dtst.strsize.d30 out = json(in, "a");
34 out = json(in, "a");
38 out = json(in, "b");
42 out = json(in, "b");
H A Dtst.general.d37 out = json(in, ss); \
/illumos-gate/usr/src/cmd/pptadm/
H A Dpptadm.c110 boolean_t json = B_FALSE; in list() local
126 json = B_TRUE; in list()
144 if (json && (parsable || fields_str != NULL)) in list()
160 if (json) { in list()
170 if (json) { in list()
182 if (json) { in list()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.kpriv.ksh64 CANTREAD2(json, "doogle")
65 CANTREAD2ARG1(json, "doogle")
H A Dtst.func_access.ksh68 BEGIN { j = "{\"/sbin/init\":\"uh oh\"}"; trace(json(j, `initname)); }
69 BEGIN { trace(json(`initname, "x")); }
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/
H A Dparser.py3 import json
139 json.dump(implicit_dependencies, self.output_file)
141 json.dump(verbose_impl_dep, self.output_file_verbose)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d104 STRFUNC(json("{\"systemtap\": false}", "systemtap"))
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_program/
H A Dzfs_program_json.ksh131 if python -m json.tool --sort-keys <<< "{}"; then
/illumos-gate/usr/src/test/zfs-tests/tests/perf/
H A Dperf.shlib418 [[ -f $PERF_DATA_DIR/config.json ]] || get_system_config config.json
/illumos-gate/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.p5m883 dir path=opt/SUNWdtrt/tst/common/json
884 file path=opt/SUNWdtrt/tst/common/json/tst.general.d mode=0444
885 file path=opt/SUNWdtrt/tst/common/json/tst.general.d.out mode=0444
886 file path=opt/SUNWdtrt/tst/common/json/tst.strsize.d mode=0444
887 file path=opt/SUNWdtrt/tst/common/json/tst.strsize.d.out mode=0444
888 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.d mode=0444
889 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.d.out mode=0444
890 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.exe mode=0555
/illumos-gate/usr/src/uts/common/dtrace/
H A Ddtrace.c3704 dtrace_json(uint64_t size, uintptr_t json, char *elemlist, int nelems, in dtrace_json() argument
3720 for (cur = json; cur < json + size; cur++) { in dtrace_json()
4777 uintptr_t json = tupregs[0].dttk_value; in dtrace_dif_subr() local
4778 size_t jsonlen = dtrace_strlen((char *)json, size); in dtrace_dif_subr()
4788 if (!dtrace_canload(json, jsonlen + 1, mstate, vstate) || in dtrace_dif_subr()
4828 if ((regs[rd] = (uintptr_t)dtrace_json(size, json, elemlist, in dtrace_dif_subr()