-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathchrony.json
114 lines (114 loc) · 1.79 KB
/
chrony.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
{
"ana": {
"activated": [
"expRelation",
"base",
"threadid",
"threadflag",
"threadreturn",
"escape",
"mutexEvents",
"mutex",
"access",
"mallocWrapper",
"mhp",
"symb_locks",
"var_eq",
"mallocFresh",
"race"
],
"ctx_insens": [
"var_eq"
],
"base": {
"privatization": "none",
"context": {
"non-ptr": false
}
},
"thread": {
"domain": "plain",
"include-node": false
},
"race": {
"free": false
},
"dead-code": {
"lines": true
},
"int": {
"interval": true,
"def_exc": true
},
"malloc": {
"wrappers": [
"Malloc",
"Realloc",
"Malloc2",
"Realloc2",
"ARR_CreateInstance",
"realloc_array",
"ARR_GetNewElement"
]
}
},
"sem": {
"unknown_function": {
"spawn": false,
"invalidate": {
"globals": false,
"args": false
}
}
},
"solvers": {
"td3": {
"restart": {
"wpoint": {
"enabled": false
}
}
}
},
"exp": {
"earlyglobs": true
},
"cil": {
"merge": {
"inlines": false
}
},
"dbg": {
"timing": {
"enabled": true
}
},
"warn": {
"assert": false,
"behavior": false,
"integer": false,
"cast": false,
"race": true,
"deadcode": true,
"analyzer": false,
"unsound": true,
"imprecise": false,
"unknown": false,
"error": false,
"warning": true,
"info": false,
"debug": false,
"success": true
},
"incremental": {
"postsolver": {
"enabled": false
},
"restart": {
"sided": {
"enabled": false
},
"write-only": true
}
}
}