Blame doc/examples/getcpu-override/README

Packit c04fcb
This getcpu override example shows how to implement and load a getcpu
Packit c04fcb
override plugin for LTTng-UST. This can be useful in cases where direct
Packit c04fcb
hardware access is available for architecture-specific registers holding
Packit c04fcb
the CPU number, and where it should be used rather than the Linux kernel
Packit c04fcb
sched_getcpu() vDSO/syscall.