OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:pr_fmt
(Results
1 - 1
of
1
) sorted by null
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/include/linux/
kernel.h
106
#ifndef
pr_fmt
107
#define
pr_fmt
(fmt) fmt
macro
111
eprintf(0,
pr_fmt
(fmt), ##__VA_ARGS__)
113
eprintf(0,
pr_fmt
(fmt), ##__VA_ARGS__)
115
eprintf(0,
pr_fmt
(fmt), ##__VA_ARGS__)
117
eprintf(1,
pr_fmt
(fmt), ##__VA_ARGS__)
119
eprintf(n,
pr_fmt
(fmt), ##__VA_ARGS__)
120
#define pr_debug2(fmt, ...) pr_debugN(2,
pr_fmt
(fmt), ##__VA_ARGS__)
121
#define pr_debug3(fmt, ...) pr_debugN(3,
pr_fmt
(fmt), ##__VA_ARGS__)
122
#define pr_debug4(fmt, ...) pr_debugN(4,
pr_fmt
(fmt), ##__VA_ARGS__
[
all
...]
Completed in 61 milliseconds