Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
note that lttng-modules 2.0 can build on a Linux kernel patched with the LTTng
0.x patchset, but the lttng-modules 2.0 replace the lttng-modules 0.x, so both
tracers cannot be installed at the same time for a given kernel version.
+
+* Note about Perf PMU counters support
+
+Each PMU counter has its zero value set when it is attached to a context with
+add-context. Therefore, it is normal that the same counters attached to both the
+stream context and event context show different values for a given event; what
+matters is that they increment at the same rate.