mirror of
https://github.com/torvalds/linux.git
synced 2026-04-26 18:42:25 -04:00
Some monitor files like the main header and the Kconfig are missing the license identifier. Add it to those and make sure the automatic generation script includes the line in newly created monitors. Cc: Masami Hiramatsu <mhiramat@kernel.org> Cc: Ingo Molnar <mingo@redhat.com> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Juri Lelli <juri.lelli@redhat.com> Link: https://lore.kernel.org/20250218123121.253551-3-gmonaco@redhat.com Signed-off-by: Gabriele Monaco <gmonaco@redhat.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
15 lines
400 B
Plaintext
15 lines
400 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
config RV_MON_WIP
|
|
depends on RV
|
|
depends on PREEMPT_TRACER
|
|
select DA_MON_EVENTS_IMPLICIT
|
|
bool "wip monitor"
|
|
help
|
|
Enable wip (wakeup in preemptive) sample monitor that illustrates
|
|
the usage of per-cpu monitors, and one limitation of the
|
|
preempt_disable/enable events.
|
|
|
|
For further information, see:
|
|
Documentation/trace/rv/monitor_wip.rst
|