summaryrefslogtreecommitdiff
path: root/tools/perf/builtin-version.c
blob: 9b10cda6b6dcca3ef7ffedb95aec802851401464 (plain)
1
2
3
4
5
6
7
8
9
10
#include "util/util.h"
#include "builtin.h"
#include "perf.h"

int cmd_version(int argc __maybe_unused, const char **argv __maybe_unused,
		const char *prefix __maybe_unused)
{
	printf("perf version %s\n", perf_version_string);
	return 0;
}
='/cgit.cgi/linux/net-next.git/commit/net/wireless/nl80211.c?h=nds-private-remove&id=bee427b86217b78a0a5fc85575cc155e4c32bbf9'>cfg80211: Pass new RSSI level in CQM RSSI notificationAndrzej Zaborowski1-2/+7 2017-02-08nl80211: fix validation of scheduled scan info for wowlan netdetectArend Van Spriel1-4/+6 2017-02-08nl80211: add HT/VHT capabilities to AP parametersJohannes Berg1-1/+46 2017-02-08cfg80211: make rdev assignment clearer in nl80211_testmode_dump()Luca Coelho1-7/+6 2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller