#!/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 /driver-api/firmware?h=0x221E-v0.0-v7.0' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/Documentation/driver-api/firmware
AgeCommit message (Expand)Author
2022-08-04Merge tag 'driver-core-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-07-28docs: driver-api: firmware: add driver firmware guidelines. (v3)Dave Airlie
2022-06-29firmware: sysfb: Add sysfb_disable() helper functionJavier Martinez Canillas
2022-04-26firmware_loader: Add sysfs nodes to monitor fw_uploadRuss Weight
2022-04-26firmware_loader: Add firmware-upload supportRuss Weight
2020-09-08docs: driver-api: firmware: fallback-mechanisms: Fix rendering of bullet pointJonathan Neuschäfer