Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dtask-analyzer.py433 align_helper = self.AlignmentHelper(pid, tid, comm, no_executed, time_sum,
444 align_helper.out_in = timespans.max_out_in
445 align_helper.inter_at = timespans.max_at
446 align_helper.out_out = timespans.max_out_out
447 align_helper.in_in = timespans.max_in_in
448 align_helper.in_out = timespans.max_in_out
449 self._calc_alignments_summary(align_helper)
502 def _calc_alignments_summary(self, align_helper): argument
507 if len(str(getattr(align_helper, key))) > db["task_info"][key]:
508 db["task_info"][key] = len(str(getattr(align_helper, key)))
[all …]