Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/pmu-events/
Djevents.py429 def to_c_string(self, metric: bool) -> str: member in JsonEvent
521 _args.output_file.write(event.to_c_string(metric=False))
577 _args.output_file.write(metric.to_c_string(metric=True))