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)
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>

No differences found