Searched refs:debug_data_convert (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/tools/perf/util/ |
H A D | debug.c | 40 int debug_data_convert; variable 222 { .name = "data-convert", .value_ptr = &debug_data_convert },
|
H A D | debug.h | 15 extern int debug_data_convert;
|
H A D | data-convert-bt.c | 43 eprintf(n, debug_data_convert, fmt, ##__VA_ARGS__) 48 #define pr_time2(t, fmt, ...) pr_time_N(2, debug_data_convert, t, pr_fmt(fmt), ##__VA_ARGS__)
|