Searched defs:to_json (Results 1 – 2 of 2) sorted by relevance
/linux/tools/perf/ | ||
H A D | builtin-data.c | 31 const char *to_json; variable |
/linux/tools/perf/scripts/python/ | ||
H A D | flamegraph.py | 61 def to_json(self) -> Dict[str, Union[str, int, list[Dict]]]: member in Node |