scripts/tags.sh: Include trace_*_rcuidle() in tags
authorStephen Boyd <sboyd@codeaurora.org>
Wed, 17 Jun 2015 01:00:37 +0000 (18:00 -0700)
committerMichal Marek <mmarek@suse.com>
Wed, 19 Aug 2015 13:26:30 +0000 (15:26 +0200)
commit3c42f0b803613c4888aa2214e86d6ea746cb94de
treed47e97d081d2713cb1d63521aeef81e45a5684ed
parent21a59991ce0cd9a0b54b135305e3fcf880f2aaf1
scripts/tags.sh: Include trace_*_rcuidle() in tags

Every tracepoint creates two functions, the usual one 'trace_*()'
and the rcuidle one 'trace_*_rcuidle()'. Add regex for the
rcuidle variant so that we can jump to the tracepoints that use
rcuidle.

Cc: Steven Rostedt <rostedt@goodmis.org>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Michal Marek <mmarek@suse.com>
scripts/tags.sh