mirror of
https://github.com/torvalds/linux.git
synced 2026-05-01 04:52:32 -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>
14 lines
404 B
Plaintext
14 lines
404 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
#
|
|
config RV_MON_WWNR
|
|
depends on RV
|
|
select DA_MON_EVENTS_ID
|
|
bool "wwnr monitor"
|
|
help
|
|
Enable wwnr (wakeup while not running) sample monitor, this is a
|
|
sample monitor that illustrates the usage of per-task monitor.
|
|
The model is borken on purpose: it serves to test reactors.
|
|
|
|
For further information, see:
|
|
Documentation/trace/rv/monitor_wwnr.rst
|