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;
}
10 15:56:07 -0500'>2017-02-10bpf: Use bpf_map_delete_elem() from the libraryMickaël Salaün1-1/+1 2017-02-10bpf: Use bpf_map_lookup_elem() from the libraryMickaël Salaün1-1/+1 2017-02-10bpf: Use bpf_map_update_elem() from the libraryMickaël Salaün1-1/+1 2017-02-10bpf: Use bpf_load_program() from the libraryMickaël Salaün1-2/+2