cregit-Linux how code gets into the kernel

Release 4.10 tools/perf/builtin-version.c

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

Contributors

PersonTokensPropCommitsCommitProp
josh poimboeufjosh poimboeuf32100.00%1100.00%
Total32100.00%1100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
josh poimboeufjosh poimboeuf41100.00%1100.00%
Total41100.00%1100.00%
Directory: tools/perf
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.