Lines Matching full:print
15 print(s, file=sys.stderr, flush=True)
33 print(f'ops : {ops.name.string_().decode()}')
34 print(f'enabled : {read_static_key("__scx_ops_enabled")}')
35 print(f'switching_all : {read_int("scx_switching_all")}')
36 print(f'switched_all : {read_static_key("__scx_switched_all")}')
37 print(f'enable_state : {ops_state_str(enable_state)} ({enable_state})')
38 print(f'in_softlockup : {prog["scx_in_softlockup"].value_()}')
39 print(f'breather_depth: {read_atomic("scx_ops_breather_depth")}')
40 print(f'bypass_depth : {prog["scx_ops_bypass_depth"].value_()}')
41 print(f'nr_rejected : {read_atomic("scx_nr_rejected")}')
42 print(f'enable_seq : {read_atomic("scx_enable_seq")}')