Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/pmu-events/
Djevents.py430 def to_c_string(self, metric: bool) -> str: member in JsonEvent
529 _args.output_file.write(event.to_c_string(metric=False))
585 _args.output_file.write(metric.to_c_string(metric=True))