summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/netdev-times-report
blob: 8f759291da86c07435a62e7fa044f8c75f9c2749 (plain)
1
2
3
4
5
#!/bin/bash
# description: display a process of packet and processing time
# args: [tx] [rx] [dev=] [debug]

perf script -s "$PERF_EXEC_PATH"/scripts/python/netdev-times.py $@
ernel/commit/kernel/Makefile?id=13610aa908dcfce77135bb799c0a10d0172da6ba'>kernel/configs: use .incbin directive to embed config_data.gzMasahiro Yamada 2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada 2018-12-28Merge tag 'y2038-for-4.21' of ssh://gitolite.kernel.org:/pub/scm/linux/kernel...Linus Torvalds 2018-12-07y2038: futex: Move compat implementation into futex.cArnd Bergmann 2018-11-19audit: remove WATCH and TREE config optionsRichard Guy Briggs 2018-09-04x86/entry: Add STACKLEAK erasing the kernel stack at the end of syscallsAlexander Popov 2018-07-18kbuild: move bin2c back to scripts/ from scripts/basic/Masahiro Yamada 2018-06-14dma-mapping: move all DMA mapping code to kernel/dmaChristoph Hellwig 2018-06-10Merge branch 'core-rseq-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds 2018-06-06rseq: Introduce restartable sequences system callMathieu Desnoyers 2018-05-15memremap: split devm_memremap_pages() and memremap() infrastructureDan Williams 2018-01-12error-injection: Support fault injection frameworkMasami Hiramatsu 2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman 2017-09-08kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez 2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez 2017-08-17membarrier: Provide expedited private commandMathieu Desnoyers 2017-07-12kernel/watchdog: split up config optionsNicholas Piggin 2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini 2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo 2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2016-12-14kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger 2016-12-14Remove last traces of ikconfig.hPaul Bolle 2016-08-08userns: Add per user namespace sysctls.Eric W. Biederman