/titanic_44/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 | 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…
|
/titanic_44/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 | 32 out = json(in, ss); \
|
/titanic_44/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)
|
/titanic_44/usr/src/cmd/dtrace/test/tst/common/privs/ |
H A D | tst.func_access.ksh | 68 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 D | tst.subr.d | 104 STRFUNC(json("{\"systemtap\": false}", "systemtap"))
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-dtrace-tests.mf | 74 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 D | dtrace.c | 3491 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()
|