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 $@
EVICE_FS_DAX and CONFIG_DEV_PAGEMAP_OPSDan Williams 2018-05-18mm: don't allow deferred pages with NEED_PER_CPU_KMPavel Tatashin 2018-05-09arch: remove the ARCH_PHYS_ADDR_T_64BIT config symbolChristoph Hellwig 2018-04-27docs/admin-guide/mm: start moving here files from Documentation/vmMike Rapoport 2018-04-16Merge branch 'mm-rst' into docs-nextJonathan Corbet 2018-04-16docs/vm: rename documentation files to .rstMike Rapoport 2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann 2018-02-23Drop a bunch of metag referencesJames Hogan 2018-01-31mm: relax deferred struct page requirementsPavel Tatashin 2017-11-17mm: add infrastructure for get_user_pages_fast() benchmarkingKirill A. Shutemov 2017-09-08mm/hmm: avoid bloating arch that do not make use of HMMJérôme Glisse 2017-09-08mm/device-public-memory: device memory cache coherent with CPUJérôme Glisse 2017-09-08mm/ZONE_DEVICE: new type of ZONE_DEVICE for unaddressable memoryJérôme Glisse 2017-09-08mm/hmm/mirror: mirror process address space on device with HMM helpersJérôme Glisse 2017-09-08mm/hmm: heterogeneous memory management (HMM for short)Jérôme Glisse 2017-09-08mm: thp: introduce CONFIG_ARCH_ENABLE_THP_MIGRATIONNaoya Horiguchi 2017-09-06mm, devm_memremap_pages: use multi-order radix for ZONE_DEVICE lookupsDan Williams