Release 4.14 tools/perf/builtin-version.c
// SPDX-License-Identifier: GPL-2.0
#include "builtin.h"
#include "perf.h"
#include <linux/compiler.h>
#include <stdio.h>
int cmd_version(int argc __maybe_unused, const char **argv __maybe_unused)
{
printf("perf version %s\n", perf_version_string);
return 0;
}
Contributors
Person | Tokens | Prop | Commits | CommitProp |
Josh Poimboeuf | 26 | 100.00% | 1 | 100.00% |
Total | 26 | 100.00% | 1 | 100.00% |
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Josh Poimboeuf | 32 | 82.05% | 1 | 33.33% |
Arnaldo Carvalho de Melo | 6 | 15.38% | 1 | 33.33% |
Greg Kroah-Hartman | 1 | 2.56% | 1 | 33.33% |
Total | 39 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.