#!/bin/sh # # stackcollapse.py can cover all type of perf samples including # the tracepoints, so no special record requirements, just record what # you want to analyze. # perf record "$@" ef='https://universe.0xinfinity.dev/distro/kernel/atom/drivers/net/ethernet/dlink/dl2k.c?h=linux-6.12.y' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/dlink/dl2k.c
AgeCommit message (Expand)Author
2019-02-14net:dl2k: Replace dev_kfree_skb_irq by dev_consume_skb_irqHuang Zijiang
2019-02-14net:dl2k: Modify the code style escaping the warningHuang Zijiang
2018-12-05net: documentation: build a directory structure for driversJakub Kicinski
2017-11-02net: dl2k: remove redundant re-assignment to npColin Ian King
2017-10-18net: dl2k: Convert timers to use timer_setup()Kees Cook