PerfEvent.Json
type t = [
| `Int of int
| `String of string
| `Assoc of (string * t) list
| `List of t list
]
only what we need for now