Merge tag 'vfio-v6.3-rc1' of https://github.com/awilliam/linux-vfio
[platform/kernel/linux-rpi.git] / samples / Kconfig
index 44a09df..30ef8bd 100644 (file)
@@ -46,6 +46,13 @@ config SAMPLE_FTRACE_DIRECT_MULTI
          that hooks to wake_up_process and schedule, and prints
          the function addresses.
 
+config SAMPLE_FTRACE_OPS
+       tristate "Build custom ftrace ops example"
+       depends on FUNCTION_TRACER
+       help
+         This builds an ftrace ops example that hooks two functions and
+         measures the time taken to invoke one function a number of times.
+
 config SAMPLE_TRACE_ARRAY
         tristate "Build sample module for kernel access to Ftrace instancess"
        depends on EVENT_TRACING && m
@@ -210,7 +217,7 @@ config SAMPLE_VFIO_MDEV_MDPY_FB
          Guest fbdev driver for the virtual display sample driver.
 
 config SAMPLE_VFIO_MDEV_MBOCHS
-       tristate "Build VFIO mdpy example mediated device sample code"
+       tristate "Build VFIO mbochs example mediated device sample code"
        depends on VFIO
        select VFIO_MDEV
        select DMA_SHARED_BUFFER