</td>
<td style="vertical-align: top;">
0.34<br>
+0.35<br>
<td style="vertical-align: top;">
obsolete<br>
</td>
LTTng 0.6.72 fixes regression on alpha.<br>
ltt-usertrace 0.27 fixes a signal race.<br>
LTTng 0.6.77 puts all process events in medium rate process channel.<br>
+ltt-control 0.35 adds the Xen facility.<br>
<td style="vertical-align: top;">
ARM, mips, mipsel, powerpc64, i386, sparc64, m68k, ia64, s390, sparc, alpha.<br>
</td>
Min wrap : 100HZ system, each 3 timer ticks : 0.03s (32-4 MSB for 4 GHZ : 0.26s)
(heartbeat each 100HZ, to be safe)
Number of MSB to skip :
- 32 - find_first_bit(( (expected_longest_interrupt_latency()[ms] + max_timer_interval[ms]) / cpu_khz )) - 1
+ 32 - find_first_bit(( (expected_longest_interrupt_latency()[ms] +
+ max_timer_interval[ms]) * cpu_khz[kcycles/s] )) - 1
(the last -1 is to make sure we remove less or exact amount of bits, round
near to 0, not round up).