summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/net_dropmonitor-report
blob: 8d698f5a06aad713a7f7d0e2137c4b90a35068a6 (plain)
1
2
3
4
#!/bin/bash
# description: display a table of dropped frames

perf script -s "$PERF_EXEC_PATH"/scripts/python/net_dropmonitor.py $@
t/arch/arm/mach-ebsa110?h=linux-6.6.y&id=9e4db1c3eed55c22328d8022c2c80adb3093833f'>Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds 2012-03-06ARM: ebsa110: use runtime ioremap hookRob Herring 2012-02-22Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Russell King 2012-02-21ARM: remove disable_fiq and arch_ret_to_user macrosRob Herring 2012-02-02ARM: ebsa110: provide TRICK?_SIZE macrosRussell King 2012-02-02ARM: ebsa110: move platform definitions out of mach/hardware.hRussell King 2012-01-20ARM: big removal of now unused arch_idle()Nicolas Pitre 2012-01-20ARM: mach-ebsa110: move special idle code out of lineNicolas Pitre 2012-01-05Merge branch 'restart' into for-linusRussell King 2012-01-05ARM: restart: remove the now empty arch_reset()Russell King 2012-01-05ARM: restart: ebsa110: use new restart hookRussell King 2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Russell King 2011-11-26ARM: big removal of now unused vmalloc.h filesNicolas Pitre 2011-11-21ARM: restart: only perform setup for restart when soft-restartingRussell King 2011-11-10ARM: restart: allow platforms more flexibility specifying restart modeRussell King 2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds 2011-10-25Merge branch 'misc' into for-linusRussell King 2011-10-17ARM: 7022/1: allow to detect conflicting zreladdrsSascha Hauer 2011-09-26ARM: add an extra temp register to the low level debugging addruart macroNicolas Pitre 2011-08-21ARM: mach-ebsa110: convert boot_params to atag_offsetNicolas Pitre 2011-08-17ARM: io: remove IO_SPACE_LIMIT from platforms with ISA/PCI and 64K windowRussell King 2011-03-29arm: Fold irq_set_chip/irq_set_handlerThomas Gleixner 2011-03-29arm: Cleanup the irq namespaceThomas Gleixner 2011-02-17ARM: P2V: separate PHYS_OFFSET from platform definitionsRussell King 2011-01-13ARM: ebsa110: irq_data conversion.Lennert Buytenhek 2010-11-21ARM: 6484/1: fix compile warning in mm/init.cAnand Gadiyar 2010-10-20arm: remove machine_desc.io_pg_offst and .phys_ioNicolas Pitre 2010-10-20arm: return both physical and virtual addresses from addruartJeremy Kerr 2010-10-01ARM: do not define VMALLOC_END relative to PAGE_OFFSETNicolas Pitre 2010-02-12ARM: 5910/1: ARM: Add tmp register for addruart and loadspTony Lindgren 2009-03-19[ARM] pass reboot command line to arch_reset()Russell King 2008-11-29[ARM] Hide ISA DMA API when ISA_DMA_API is unsetRussell King 2008-11-28[ARM] remove a common set of __virt_to_bus definitionsNicolas Pitre 2008-09-06[ARM] Convert asm/io.h to linux/io.hRussell King 2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King 2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King 2008-01-28[ARM] Fix timer damage from d3d74453c34f8fd87674a8cf5b8a327c68f22e99Russell King 2007-05-11[ARM] EBSA110: fix build errors caused by missing "const"Russell King 2007-05-08Add IRQF_IRQPOLL flag on armBernhard Walle