Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1337460 > unrolled thread
| Started by | "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> |
|---|---|
| First post | 2016-02-18 16:30 +0100 |
| Last post | 2016-02-18 21:20 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] scripts/tags.sh: add regex to map kprobe helpers "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> - 2016-02-18 16:30 +0100
Re: [PATCH] scripts/tags.sh: add regex to map kprobe helpers Michal Marek <mmarek@suse.com> - 2016-02-18 21:20 +0100
| From | "Naveen N. Rao" <naveen.n.rao@linux.vnet.ibm.com> |
|---|---|
| Date | 2016-02-18 16:30 +0100 |
| Subject | [PATCH] scripts/tags.sh: add regex to map kprobe helpers |
| Message-ID | <r3yGK-7yp-3@gated-at.bofh.it> |
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
[toc] | [next] | [standalone]
| From | Michal Marek <mmarek@suse.com> |
|---|---|
| Date | 2016-02-18 21:20 +0100 |
| Message-ID | <r3Ddn-2wj-3@gated-at.bofh.it> |
| In reply to | #1337460 |
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
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web