* [PATCH] scripts/tags.sh: add regex to map kprobe helpers
@ 2016-02-18 15:26 Naveen N. Rao
2016-02-18 20:19 ` Michal Marek
0 siblings, 1 reply; 2+ messages in thread
From: Naveen N. Rao @ 2016-02-18 15:26 UTC (permalink / raw)
To: mmarek, ananth, masami.hiramatsu.pt; +Cc: linux-kernel
Add regex for [get|free]_[insn|optinsn|dmainsn]_slot() functions.
Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
---
scripts/tags.sh | 2 ++
1 file changed, 2 insertions(+)
diff --git a/scripts/tags.sh b/scripts/tags.sh
index 23ba1c6..f72f48f 100755
--- a/scripts/tags.sh
+++ b/scripts/tags.sh
@@ -163,6 +163,8 @@ regex_c=(
'/^TRACE_EVENT(\([[:alnum:]_]*\).*/trace_\1_rcuidle/'
'/^DEFINE_EVENT([^,)]*, *\([[:alnum:]_]*\).*/trace_\1/'
'/^DEFINE_EVENT([^,)]*, *\([[:alnum:]_]*\).*/trace_\1_rcuidle/'
+ '/^DEFINE_INSN_CACHE_OPS(\([[:alnum:]_]*\).*/get_\1_slot/'
+ '/^DEFINE_INSN_CACHE_OPS(\([[:alnum:]_]*\).*/free_\1_slot/'
'/^PAGEFLAG(\([[:alnum:]_]*\).*/Page\1/'
'/^PAGEFLAG(\([[:alnum:]_]*\).*/SetPage\1/'
'/^PAGEFLAG(\([[:alnum:]_]*\).*/ClearPage\1/'
--
2.7.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] scripts/tags.sh: add regex to map kprobe helpers
2016-02-18 15:26 [PATCH] scripts/tags.sh: add regex to map kprobe helpers Naveen N. Rao
@ 2016-02-18 20:19 ` Michal Marek
0 siblings, 0 replies; 2+ messages in thread
From: Michal Marek @ 2016-02-18 20:19 UTC (permalink / raw)
To: Naveen N. Rao; +Cc: ananth, masami.hiramatsu.pt, linux-kernel
On Thu, Feb 18, 2016 at 08:56:31PM +0530, Naveen N. Rao wrote:
> Add regex for [get|free]_[insn|optinsn|dmainsn]_slot() functions.
>
> Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Applied to kbuild.git#misc, thanks.
Michal
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-02-18 20:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-18 15:26 [PATCH] scripts/tags.sh: add regex to map kprobe helpers Naveen N. Rao
2016-02-18 20:19 ` Michal Marek
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).