Home
last modified time | relevance | path

Searched refs:to_c_string (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/scripts/qapi/
H A Dintrospect.py152 to_c_string(key),
167 def to_c_string(string: str) -> str: function
/openbmc/linux/tools/perf/pmu-events/
H A Djevents.py396 def to_c_string(self, metric: bool) -> str: member in JsonEvent
485 _args.output_file.write(event.to_c_string(metric=False))
540 _args.output_file.write(metric.to_c_string(metric=True))