cregit-Linux how code gets into the kernel

Release 4.12 tools/perf/builtin-version.c

Directory: tools/perf
#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 Poimboeuf3284.21%150.00%
Arnaldo Carvalho de Melo615.79%150.00%
Total38100.00%2100.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.