Commit ee037040 authored by Marc Koderer's avatar Marc Koderer Committed by Jonathan Corbet

samples/kprobes: Remove misleading comment

The example file supports many architectures not only x86 and PPC.
Signed-off-by: default avatarMarc Koderer <marc@koderer.com>
Cc: trivial@kernel.org
Link: https://lore.kernel.org/r/20201228060415.2194-1-marc@koderer.comSigned-off-by: default avatarJonathan Corbet <corbet@lwn.net>
parent 7594bb08
// SPDX-License-Identifier: GPL-2.0-only
/*
* NOTE: This example is works on x86 and powerpc.
* Here's a sample kernel module showing the use of kprobes to dump a
* stack trace and selected registers when kernel_clone() is called.
*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment