perf-buildid-list(1) ==================== NAME ---- perf-buildid-list - List the buildids in a perf.data file SYNOPSIS -------- [verse] 'perf buildid-list ' DESCRIPTION ----------- This command displays the buildids found in a perf.data file, so that other tools can be used to fetch packages with matching symbol tables for use by perf report. It can also be used to show the build id of the running kernel or in an ELF file using -i/--input. OPTIONS ------- -H:: --with-hits:: Show only DSOs with hits. -i:: --input=:: Input file name. (default: perf.data unless stdin is a fifo) -f:: --force:: Don't do ownership validation. -k:: --kernel:: Show running kernel build id. -v:: --verbose:: Be more verbose. SEE ALSO -------- linkperf:perf-record[1], linkperf:perf-top[1], linkperf:perf-report[1] inux/net-next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/sound/soc/img
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2016-10-20 15:44:19 +0200
committerTobias Klauser <tklauser@distanz.ch>2017-02-15 10:34:18 +0100
commit5db4992d8f040b8d8db0b86d42806e0c417f7ccf (patch)
tree5b06e952af482d45f3ade64e77824662e34b7fa2 /sound/soc/img
parent370ebb0ef6255132373ed35d13e7b1d8d2eb7003 (diff)
usbnet: pegasus: Use net_device_stats from struct net_devicends-private-remove
Instead of using a private copy of struct net_device_stats in struct pegasus, use stats from struct net_device. Also remove the now unnecessary .ndo_get_stats function. Cc: Petko Manolov <petkan@nucleusys.com> Cc: linux-usb@vger.kernel.org Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'sound/soc/img')