• Paul E. McKenney's avatar
    rcuscale: Add minruntime module parameter · 7221f493
    Paul E. McKenney authored
    By default, rcuscale collects only 100 points of data per writer, but
    arranging for all kthreads to be actively collecting (if not recording)
    data during the time that any kthread might be recording.  This works
    well, but does not allow much time to bring external performance tools
    to bear.  This commit therefore adds a minruntime module parameter
    that specifies a minimum data-collection interval in seconds.
    Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
    7221f493
rcuscale.c 25.7 KB