aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/sched-migration.py
diff options
context:
space:
mode:
authorSteven Rostedt <[email protected]>2011-07-01 23:04:40 -0400
committerMichal Simek <[email protected]>2011-07-25 09:07:45 +0200
commita2f526994e92ea54be181efccda261c4b1a6ae8d (patch)
treee8bae84b519b91983d9b03dc627d910e97083370 /tools/perf/scripts/python/sched-migration.py
parent02f8c6aee8df3cdc935e9bdd4f2d020306035dbe (diff)
microblaze/irqs: Do not trace arch_local_{*,irq_*} functions
Do not trace arch_local_save_flags(), arch_local_irq_*() and friends. Although they are marked inline, gcc may still make a function out of them and add it to the pool of functions that are traced by the function tracer. This can cause undesirable results (kernel panic, triple faults, etc). Add the notrace notation to prevent them from ever being traced. Cc: Michal Simek <[email protected]> Signed-off-by: Steven Rostedt <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/sched-migration.py')
0 files changed, 0 insertions, 0 deletions