Lines Matching full:format

38     text = " #{}: <{}>, {}, ".format(idx, timer, function)
39 text += "S:{:02x}\n".format(int(timer['state']))
40 text += " # expires at {}-{} nsecs [in {} to {} nsecs]\n".format(
55 text = " .base: {}\n".format(base.address)
56 text += " .index: {}\n".format(base['index'])
58 text += " .resolution: {} nsecs\n".format(constants.LX_hrtimer_resolution)
60 text += " .get_time: {}\n".format(base['get_time'])
62 text += " .offset: {} nsecs\n".format(base['offset'])
74 text = "cpu: {}\n".format(cpu)
76 text += " clock {}:\n".format(i)
86 text += "\n".join([s.format(f, cpu_base[f]) for s, f in fmts])
104 text += "\n".join([s.format(f, ts[f]) for s, f in fmts])
105 text += "\njiffies: {}\n".format(jiffies)
114 text = "Tick Device: mode: {}\n".format(td['mode'])
118 text += "Per CPU device: {}\n".format(cpu)
125 text += "{}\n".format(dev['name'])
126 text += " max_delta_ns: {}\n".format(dev['max_delta_ns'])
127 text += " min_delta_ns: {}\n".format(dev['min_delta_ns'])
128 text += " mult: {}\n".format(dev['mult'])
129 text += " shift: {}\n".format(dev['shift'])
130 text += " mode: {}\n".format(dev['state_use_accessors'])
131 text += " next_event: {} nsecs\n".format(dev['next_event'])
133 text += " set_next_event: {}\n".format(dev['set_next_event'])
142 text += fmt.format(dev[member])
144 text += " event_handler: {}\n".format(dev['event_handler'])
145 text += " retries: {}\n".format(dev['retries'])
191 text += "HRTIMER_MAX_CLOCK_BASES: {}\n".format(
193 text += "now at {} nsecs\n".format(ktime_get())
205 text += "tick_broadcast_mask: {}\n".format(mask)
209 text += "tick_broadcast_oneshot_mask: {}\n".format(mask)