Lines Matching +full:spin +full:- +full:up
6 -------------
17 even know that they are occuring. SMIs are instead set up by BIOS code
36 ------
50 - width - time period to sample with CPUs held (usecs)
52 - window - total period of sampling, width being inside (usecs)
55 for every 1,000,000 usecs (1s) the hwlat detector will spin for 500,000 usecs
74 - tracing_threshold - minimum latency value to be considered (usecs)
75 - tracing_max_latency - maximum hardware latency actually observed (usecs)
76 - tracing_cpumask - the CPUs to move the hwlat thread across
77 - hwlat_detector/width - specified amount of time to spin within window (usecs)
78 - hwlat_detector/window - amount of time between (width) runs (usecs)
79 - hwlat_detector/mode - the thread mode
82 specified in cpumask at the beginning of a new window, in a round-robin
86 - none: do not force migration
87 - round-robin: migrate across each CPU specified in cpumask [default]
88 - per-cpu: create one thread for each cpu in tracing_cpumask