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
fix a kmap leak in virtio_console
[linux/fpc-iii.git]
/
tools
/
perf
/
util
/
fs.h
blob
5e09ce1bab0ec05ceaacce5979e92f65bd1b6b52
1
#ifndef __PERF_FS
2
#define __PERF_FS
3
4
const char
*
sysfs__mountpoint
(
void
);
5
const char
*
procfs__mountpoint
(
void
);
6
7
#endif
/* __PERF_FS */