summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorMikulas Patocka <mpatocka@redhat.com>2019-10-04 10:17:37 -0400
committerMike Snitzer <snitzer@redhat.com>2019-11-05 14:35:42 -0500
commit6ca43ed8376a51afec790dd484a51804ade4352a (patch)
tree24740639a9d64462e0ab8ec29e6ed73231e818ab /tools/perf/scripts/python/export-to-sqlite.py
parentc1005322ff02110a4df7f0033368ea015062b583 (diff)
dm clone: replace spin_lock_irqsave with spin_lock_irq
If we are in a place where it is known that interrupts are enabled, functions spin_lock_irq/spin_unlock_irq should be used instead of spin_lock_irqsave/spin_unlock_irqrestore. spin_lock_irq and spin_unlock_irq are faster because they don't need to push and pop the flags register. Signed-off-by: Mikulas Patocka <mpatocka@redhat.com> Signed-off-by: Nikos Tsironis <ntsironis@arrikto.com> Signed-off-by: Mike Snitzer <snitzer@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions