#!/bin/bash # description: system-wide syscall counts # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/python/syscall-counts.py $comm 21E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/net/ethtool/common.h
AgeCommit message (Expand)Author
2023-01-23net: ethtool: netlink: retrieve stats from multiple sources (eMAC, pMAC)Vladimir Oltean
2022-11-08ethtool: Fail number of channels change when it conflicts with rxnfcGal Pressman
2022-10-03ethtool: add interface to interact with Ethernet Power EquipmentOleksij Rempel
2021-04-11net: ethtool: Export helpers for getting EEPROM infoAndrew Lunn
2021-02-03ethtool: Get link mode in use instead of speed and duplex parametersDanielle Ratson
2020-07-10ethtool: add tunnel info interfaceJakub Kicinski
2020-07-07net: ethtool: Introduce ethtool_phy_opsFlorian Fainelli