Home
last modified time | relevance | path

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

/titanic_44/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 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…
/titanic_44/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.d32 out = json(in, ss); \
/titanic_44/usr/src/cmd/dtrace/test/tst/common/
H A DMakefile81 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)
/titanic_44/usr/src/cmd/dtrace/test/tst/common/privs/
H A Dtst.func_access.ksh68 BEGIN { j = "{\"/sbin/init\":\"uh oh\"}"; trace(json(j, `initname)); }
69 BEGIN { trace(json(`initname, "x")); }
/titanic_44/usr/src/cmd/dtrace/test/tst/common/aggs/
H A Dtst.subr.d104 STRFUNC(json("{\"systemtap\": false}", "systemtap"))
/titanic_44/usr/src/pkg/manifests/
H A Dsystem-dtrace-tests.mf74 dir path=opt/SUNWdtrt/tst/common/json
977 file path=opt/SUNWdtrt/tst/common/json/tst.general.d mode=0444
978 file path=opt/SUNWdtrt/tst/common/json/tst.general.d.out mode=0444
979 file path=opt/SUNWdtrt/tst/common/json/tst.strsize.d mode=0444
980 file path=opt/SUNWdtrt/tst/common/json/tst.strsize.d.out mode=0444
981 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.d mode=0444
982 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.d.out mode=0444
983 file path=opt/SUNWdtrt/tst/common/json/tst.usdt.exe mode=0555
/titanic_44/usr/src/uts/common/dtrace/
H A Ddtrace.c3491 dtrace_json(uint64_t size, uintptr_t json, char *elemlist, int nelems, in dtrace_json() argument
3507 for (cur = json; cur < json + size; cur++) { in dtrace_json()
4555 uintptr_t json = tupregs[0].dttk_value; in dtrace_dif_subr() local
4556 size_t jsonlen = dtrace_strlen((char *)json, size); in dtrace_dif_subr()
4566 if (!dtrace_canload(json, jsonlen + 1, mstate, vstate) || in dtrace_dif_subr()
4606 if ((regs[rd] = (uintptr_t)dtrace_json(size, json, elemlist, in dtrace_dif_subr()