Home
last modified time | relevance | path

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

/linux/scripts/gdb/linux/
A Dtimerlist.py69 def print_cpu(hrtimer_bases, cpu, max_clock_bases): argument
76 for i in xrange(max_clock_bases):
187 max_clock_bases = gdb.parse_and_eval("HRTIMER_MAX_CLOCK_BASES")
190 text += "HRTIMER_MAX_CLOCK_BASES: {}\n".format(max_clock_bases)
194 text += print_cpu(hrtimer_bases, cpu, max_clock_bases)

Completed in 3 milliseconds