aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorArkadi Sharshevsky <arkadis@mellanox.com>2018-02-20 08:44:22 +0100
committerDavid S. Miller <davem@davemloft.net>2018-02-20 13:38:55 -0500
commit51d3c08e33712e4867970fc5bafc73df3265ed04 (patch)
tree6145e6fa303c7edbd930a5fe2188f8075c3a8183 /tools/perf/scripts/python/event_analyzing_sample.py
parentdevlink: Perform cleanup of resource_set cb (diff)
mlxsw: spectrum_kvdl: Add support for linear division resources
The linear part of the KVD memory is sub-divided into multiple parts. This patch exposes this internal partitions via the resource interface. Signed-off-by: Arkadi Sharshevsky <arkadis@mellanox.com> Signed-off-by: Jiri Pirko <jiri@mellanox.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions
'>2017-03-17vmbus: remove unnecessary initializationStephen Hemminger1-8/+5 2017-03-17vmbus: remove useless return'sStephen Hemminger1-2/+0 2017-03-06vmbus: introduce in-place packet iteratorstephen hemminger1-1/+93 2017-02-14vmbus: replace modulus operation with subtractionStephen Hemminger1-3/+6 2017-02-14vmbus: constify parameters where possibleStephen Hemminger1-12/+10 2017-02-14vmbus: expose hv_begin/end_readStephen Hemminger1-20/+0 2017-02-14vmbus: remove conditional locking of vmbus_writeStephen Hemminger1-7/+4 2017-02-10vmbus: drop no longer used kick_q argumentStephen Hemminger1-5/+3 2017-02-06Merge 4.10-rc7 into char-misc-nextGreg Kroah-Hartman1-0/+1 2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui1-0/+1 2017-01-10Drivers: hv: vmbus: Prevent sending data on a rescinded channelK. Y. Srinivasan1-0/+7 2016-11-07Drivers: hv: vmbus: On the read path cleanup the logic to interrupt the hostK. Y. Srinivasan1-3/+4 2016-11-07Drivers: hv: vmbus: On write cleanup the logic to interrupt the hostK. Y. Srinivasan1-9/+21 2016-11-07Drivers: hv: vmbus: Base host signaling strictly on the ring stateK. Y. Srinivasan1-7/+0 2016-09-02Drivers: hv: ring_buffer: use wrap around mappings in hv_copy{from, to}_ringbuffer()Vitaly Kuznetsov1-20/+2 2016-09-02Drivers: hv: ring_buffer: wrap around mappings for ring buffersVitaly Kuznetsov1-6/+33 2016-08-31Drivers: hv: vmbus: Enable explicit signaling policy for NIC channelsK. Y. Srinivasan1-3/+12 2016-04-30Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packetsK. Y. Srinivasan1-0/+1 2016-04-30Drivers: hv: vmbus: Move some ring buffer functions to hyperv.hK. Y. Srinivasan1-55/+0 2016-04-30Drivers: hv: vmbus: Use the new virt_xx barrier codeK. Y. Srinivasan1-7/+7 2016-04-30Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatileK. Y. Srinivasan1-3/+3 2016-04-30Drivers: hv: vmbus: Introduce functions for estimating room in the ring bufferK. Y. Srinivasan1-21/+4 2016-04-30Drivers: hv: vmbus: Fix signaling logic in hv_need_to_signal_on_read()K. Y. Srinivasan1-6/+20 2016-02-07Drivers: hv: vmbus: Give control over how the ring access is serializedK. Y. Srinivasan1-5/+8 2016-02-07Drivers: hv: vmbus: Eliminate the spin lock on the read pathK. Y. Srinivasan1-13/+5 2015-12-14Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()Vitaly Kuznetsov1-28/+37 2015-12-14Drivers: hv: ring_buffer: remove code duplication from hv_ringbuffer_peek/read()Vitaly Kuznetsov1-43/+25 2015-12-14Drivers: hv: ring_buffer.c: fix comment styleVitaly Kuznetsov1-109/+26 2015-08-05Drivers: hv_vmbus: Fix signal to host conditionChristopher Oo1-11/+3 2014-09-23Drivers: hv: vmbus: Enable interrupt driven flow controlK. Y. Srinivasan1-0/+5 2014-02-07Drivers: hv: vmbus: Cleanup the packet send pathK. Y. Srinivasan1-10/+7 2013-06-24drivers: hv: check interrupt mask before read_indexJason Wang1-0/+2 2013-06-18drivers: hv: switch to use mb() instead of smp_mb()Jason Wang1-5/+5 2013-04-01Drivers: hv: vmbus: Fix a bug in hv_need_to_signal()K. Y. Srinivasan1-0/+1 2013-01-17Drivers: hv: Implement flow management on the send sideK. Y. Srinivasan1-1/+50 2013-01-17Drivers: hv: Get rid of hv_get_ringbuffer_interrupt_mask()K. Y. Srinivasan1-13/+0 2013-01-17Drivers: hv: Optimize the signaling on the write pathK. Y. Srinivasan1-3/+39 2013-01-17Drivers: hv: Implement routines for read side signaling optimizationK. Y. Srinivasan1-0/+24 2012-04-03net/hyperv: Add flow control based on hi/low watermarkHaiyang Zhang1-31/+0 2011-10-11Staging: hv: remove last user of DPRINT() macroGreg Kroah-Hartman1-31/+0 2011-10-10Staging: hv: move hyperv code out of staging directoryGreg Kroah-Hartman1-0/+527