aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-postgresql.py
diff options
context:
space:
mode:
authorVitaly Kuznetsov <[email protected]>2016-02-26 15:13:15 -0800
committerGreg Kroah-Hartman <[email protected]>2016-03-01 16:57:20 -0800
commit7be3e169444d2c625f15a0b6639252b98d1f226a (patch)
treec26bf9fe6a7f9ccbd28fa41177cb35533827569c /tools/perf/scripts/python/export-to-postgresql.py
parentbec3c11bad0e7ac05fb90f204d0ab6f79945822b (diff)
Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
We must handle HVMSG_TIMER_EXPIRED messages in the interrupt context and we offload all the rest to vmbus_on_msg_dpc() tasklet. This functions loops to see if there are new messages pending. In case we'll ever see HVMSG_TIMER_EXPIRED message there we're going to lose it as we can't handle it from there. Avoid looping in vmbus_on_msg_dpc(), we're OK with handling one message per interrupt. Signed-off-by: Vitaly Kuznetsov <[email protected]> Reviewed-by: Radim Kr.má<[email protected]> Signed-off-by: K. Y. Srinivasan <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions