Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

scripts/tags.sh: add regex to map kprobe helpers

Add regex for [get|free]_[insn|optinsn|dmainsn]_slot() functions.

Signed-off-by: Naveen N. Rao <naveen.n.rao@linux.vnet.ibm.com>
Signed-off-by: Michal Marek <mmarek@suse.com>

authored by

Naveen N. Rao and committed by
Michal Marek
0a9e7da6 1b669e71

+2
+2
scripts/tags.sh
··· 163 163 '/^TRACE_EVENT(\([[:alnum:]_]*\).*/trace_\1_rcuidle/' 164 164 '/^DEFINE_EVENT([^,)]*, *\([[:alnum:]_]*\).*/trace_\1/' 165 165 '/^DEFINE_EVENT([^,)]*, *\([[:alnum:]_]*\).*/trace_\1_rcuidle/' 166 + '/^DEFINE_INSN_CACHE_OPS(\([[:alnum:]_]*\).*/get_\1_slot/' 167 + '/^DEFINE_INSN_CACHE_OPS(\([[:alnum:]_]*\).*/free_\1_slot/' 166 168 '/^PAGEFLAG(\([[:alnum:]_]*\).*/Page\1/' 167 169 '/^PAGEFLAG(\([[:alnum:]_]*\).*/SetPage\1/' 168 170 '/^PAGEFLAG(\([[:alnum:]_]*\).*/ClearPage\1/'