repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
xfs: try to avoid blowing out the transaction reservation when bunmaping a shared...
[linux/fpc-iii.git]
/
tools
/
perf
/
builtin-version.c
blob
9b10cda6b6dcca3ef7ffedb95aec802851401464
1
#include
"util/util.h"
2
#include
"builtin.h"
3
#include
"perf.h"
4
5
int
cmd_version
(
int
argc __maybe_unused
,
const char
**
argv __maybe_unused
,
6
const char
*
prefix __maybe_unused
)
7
{
8
printf
(
"perf version %s
\n
"
,
perf_version_string
);
9
return
0
;
10
}