cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/builtin-version.c

Directory: tools/perf
// 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

PersonTokensPropCommitsCommitProp
Josh Poimboeuf26100.00%1100.00%
Total26100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Josh Poimboeuf3282.05%133.33%
Arnaldo Carvalho de Melo615.38%133.33%
Greg Kroah-Hartman12.56%133.33%
Total39100.00%3100.00%
Directory: tools/perf
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.