Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_exynos9820
/
cd84c2ac6d6425dd4d1b80a2231e534b9b03df18
/
.
/
tools
/
perf
/
util
/
debug.h
blob: 2ae9090108d3be5bd1ed6ba0390d9d35ff89945d [
file
] [
log
] [
blame
]
/* For debugging general purposes */
extern
int
verbose
;
int
eprintf
(
const
char
*
fmt
,
...)
__attribute__
((
format
(
printf
,
1
,
2
)));