/illumos-gate/usr/src/data/perfmon/ |
H A D | mapfile.csv | 2 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 D | THIRDPARTYLICENSE | 5 - All .json files
|
H A D | readme.txt | 8 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/json/ |
H A D | tst.usdt.d | 39 /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 D | tst.usdt.c | 46 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 D | tst.strsize.d | 30 out = json(in, "a"); 34 out = json(in, "a"); 38 out = json(in, "b"); 42 out = json(in, "b");
|
H A D | tst.general.d | 37 out = json(in, ss); \
|
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/ |
H A D | Makefile | 81 json/tst.usdt.o: json/usdt.h 83 json/usdt.h: json/usdt.d 84 $(DTRACE) -h -s json/usdt.d -o json/usdt.h 86 CLOBBERFILES += json/usdt.h 88 json/usdt.o: json/usdt.d json/tst.usdt.o 89 $(COMPILE.d) -o json/usdt.o -s json/usdt.d json/tst.usdt.o 91 json/tst.usdt.exe: json/tst.usdt.o json/usdt.o 92 $(LINK.c) -o json/tst.usdt.exe json/tst.usdt.o json/usdt.o $(LDLIBS)
|
/illumos-gate/usr/src/cmd/pptadm/ |
H A D | pptadm.c | 110 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 D | tst.kpriv.ksh | 64 CANTREAD2(json, "doogle") 65 CANTREAD2ARG1(json, "doogle")
|
H A D | tst.func_access.ksh | 68 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 D | parser.py | 3 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 D | tst.subr.d | 104 STRFUNC(json("{\"systemtap\": false}", "systemtap"))
|
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_program/ |
H A D | zfs_program_json.ksh | 131 if python -m json.tool --sort-keys <<< "{}"; then
|
/illumos-gate/usr/src/test/zfs-tests/tests/perf/ |
H A D | perf.shlib | 418 [[ -f $PERF_DATA_DIR/config.json ]] || get_system_config config.json
|
/illumos-gate/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.p5m | 884 dir path=opt/SUNWdtrt/tst/common/json 885 file path=opt/SUNWdtrt/tst/common/json/tst.general.d mode=0444 886 file path=opt/SUNWdtrt/tst/common/json/tst.general.d.out mode=0444 887 file path=opt/SUNWdtrt/tst/common/json/tst.strsize.d mode=0444 888 file path=opt/SUNWdtrt/tst/common/json/tst.strsize.d.out mode=0444 889 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.d mode=0444 890 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.d.out mode=0444 891 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.exe mode=0555
|
/illumos-gate/usr/src/uts/common/dtrace/ |
H A D | dtrace.c | 3704 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()
|