Home
last modified time | relevance | path

Searched defs:fmt (Results 1 – 12 of 12) sorted by relevance

/tools/perf/util/include/linux/
Dkernel.h61 vscnprintf(char *buf, size_t size, const char *fmt, va_list args) in vscnprintf()
71 static inline int scnprintf(char * buf, size_t size, const char * fmt, ...) in scnprintf()
94 #define pr_fmt(fmt) fmt argument
97 #define pr_err(fmt, ...) \ argument
99 #define pr_warning(fmt, ...) \ argument
101 #define pr_info(fmt, ...) \ argument
103 #define pr_debug(fmt, ...) \ argument
105 #define pr_debugN(n, fmt, ...) \ argument
107 #define pr_debug2(fmt, ...) pr_debugN(2, pr_fmt(fmt), ##__VA_ARGS__) argument
108 #define pr_debug3(fmt, ...) pr_debugN(3, pr_fmt(fmt), ##__VA_ARGS__) argument
[all …]
/tools/perf/util/
Dcolor.c171 const char *fmt, va_list args, const char *trail) in __color_vsnprintf()
195 static int __color_vfprintf(FILE *fp, const char *color, const char *fmt, in __color_vfprintf()
221 const char *fmt, va_list args) in color_vsnprintf()
226 int color_vfprintf(FILE *fp, const char *color, const char *fmt, va_list args) in color_vfprintf()
232 const char *fmt, ...) in color_snprintf()
243 int color_fprintf(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf()
254 int color_fprintf_ln(FILE *fp, const char *color, const char *fmt, ...) in color_fprintf_ln()
310 int percent_color_fprintf(FILE *fp, const char *fmt, double percent) in percent_color_fprintf()
321 int percent_color_snprintf(char *bf, size_t size, const char *fmt, double percent) in percent_color_snprintf()
Dpath.c58 static char *perf_vsnpath(char *buf, size_t n, const char *fmt, va_list args) in perf_vsnpath()
78 char *perf_pathdup(const char *fmt, ...) in perf_pathdup()
88 char *mkpath(const char *fmt, ...) in mkpath()
102 char *perf_path(const char *fmt, ...) in perf_path()
Ddebug.c18 int eprintf(int level, const char *fmt, ...) in eprintf()
35 int dump_printf(const char *fmt, ...) in dump_printf()
Dtop.c18 #define SNPRINTF(buf, size, fmt, args...) \ argument
Dstrbuf.c85 void strbuf_addf(struct strbuf *sb, const char *fmt, ...) in strbuf_addf()
Dsort.c19 static int repsep_snprintf(char *bf, size_t size, const char *fmt, ...) in repsep_snprintf()
Dtrace-event-parse.c2316 static struct print_arg *make_bprint_args(char *fmt, void *data, int size, struct event *event) in make_bprint_args()
/tools/perf/util/ui/
Dhelpline.c27 void ui_helpline__vpush(const char *fmt, va_list ap) in ui_helpline__vpush()
39 void ui_helpline__fpush(const char *fmt, ...) in ui_helpline__fpush()
/tools/power/cpupower/utils/helpers/
Dhelpers.h48 #define dprint(fmt, ...) { \ argument
55 static inline void dprint(const char *fmt, ...) { } in dprint()
/tools/perf/
Dbuiltin-stat.c591 const char *fmt = csv_output ? "%s%.6f%s%s" : "%s%18.6f%s%-25s"; in nsec_printout() local
780 const char *fmt; in abs_printout() local
/tools/usb/
Dffs-test.c58 static void _msg(unsigned level, const char *fmt, ...) in _msg()