/kernel/linux/linux-5.10/tools/testing/selftests/size/ |
H A D | get_size.c | 21 * number output and print routines, and using __builtin_strlen() 35 static int print(const char *s) in print() function 65 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num() 73 print(s); in print_k_value() 79 print("\n"); in print_k_value() 91 print("TAP version 13\n"); in _start() 92 print("# Testing system size.\n"); in _start() 96 print("not ok 1"); in _start() 97 print(test_name); in _start() 98 print(" in _start() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/size/ |
H A D | get_size.c | 21 * number output and print routines, and using __builtin_strlen() 35 static int print(const char *s) in print() function 65 return print(num_to_str(num, num_buf, sizeof(num_buf))); in print_num() 73 print(s); in print_k_value() 79 print("\n"); in print_k_value() 91 print("TAP version 13\n"); in _start() 92 print("# Testing system size.\n"); in _start() 96 print("not ok 1"); in _start() 97 print(test_name); in _start() 98 print(" in _start() [all...] |
/kernel/linux/linux-6.6/include/trace/ |
H A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ 45 PARAMS(print)); \ 51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ 70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ 76 assign, print, reg, unreg) \ 78 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 82 assign, print, reg, unreg) \ 84 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ 124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) [all...] |
H A D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ 33 PARAMS(print)); \ 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ 72 /* Stage 3 create the way to print the custom event */ 77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ 93 trace_event_printf(iter, print); \ 108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ 120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ 140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ [all...] |
H A D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ 37 PARAMS(print)) 41 assign, print, reg, unreg) \ 46 assign, print, reg, unreg) \ 50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) 64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
H A D | err_titan.c | 27 titan_parse_c_misc(u64 c_misc, int print) in titan_parse_c_misc() argument 43 if (!print) in titan_parse_c_misc() 74 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() argument 112 if (!print) in titan_parse_p_serror() 141 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() argument 229 if (!print) in titan_parse_p_perror() 275 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument 318 if (!print) in titan_parse_p_agperror() 359 u64 aperror, u64 agperror, int print) in titan_parse_p_chip() 362 status |= titan_parse_p_serror(which, serror, print); in titan_parse_p_chip() 358 titan_parse_p_chip(int which, u64 serror, u64 gperror, u64 aperror, u64 agperror, int print) titan_parse_p_chip() argument 370 titan_process_logout_frame(struct el_common *mchk_header, int print) titan_process_logout_frame() argument 590 privateer_process_680_frame(struct el_common *mchk_header, int print) privateer_process_680_frame() argument 631 privateer_process_logout_frame(struct el_common *mchk_header, int print) privateer_process_logout_frame() argument [all...] |
H A D | err_ev6.c | 23 ev6_parse_ibox(u64 i_stat, int print) in ev6_parse_ibox() argument 33 if (!print) in ev6_parse_ibox() 43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument 64 if (!print) in ev6_parse_mbox() 91 u64 c_stat, u64 c_sts, int print) in ev6_parse_cbox() 133 if (!print) in ev6_parse_cbox() 187 ev6_process_logout_frame(struct el_common *mchk_header, int print) in ev6_process_logout_frame() argument 193 status |= ev6_parse_ibox(ev6mchk->I_STAT, print); in ev6_process_logout_frame() 195 ev6mchk->C_STAT, print); in ev6_process_logout_frame() 198 ev6mchk->C_STS, print); in ev6_process_logout_frame() 90 ev6_parse_cbox(u64 c_addr, u64 c1_syn, u64 c2_syn, u64 c_stat, u64 c_sts, int print) ev6_parse_cbox() argument [all...] |
/kernel/linux/linux-6.6/arch/alpha/kernel/ |
H A D | err_titan.c | 27 titan_parse_c_misc(u64 c_misc, int print) in titan_parse_c_misc() argument 43 if (!print) in titan_parse_c_misc() 74 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() argument 112 if (!print) in titan_parse_p_serror() 141 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() argument 229 if (!print) in titan_parse_p_perror() 275 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() argument 318 if (!print) in titan_parse_p_agperror() 359 u64 aperror, u64 agperror, int print) in titan_parse_p_chip() 362 status |= titan_parse_p_serror(which, serror, print); in titan_parse_p_chip() 358 titan_parse_p_chip(int which, u64 serror, u64 gperror, u64 aperror, u64 agperror, int print) titan_parse_p_chip() argument 370 titan_process_logout_frame(struct el_common *mchk_header, int print) titan_process_logout_frame() argument 590 privateer_process_680_frame(struct el_common *mchk_header, int print) privateer_process_680_frame() argument 631 privateer_process_logout_frame(struct el_common *mchk_header, int print) privateer_process_logout_frame() argument [all...] |
H A D | err_ev6.c | 23 ev6_parse_ibox(u64 i_stat, int print) in ev6_parse_ibox() argument 33 if (!print) in ev6_parse_ibox() 43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() argument 64 if (!print) in ev6_parse_mbox() 91 u64 c_stat, u64 c_sts, int print) in ev6_parse_cbox() 133 if (!print) in ev6_parse_cbox() 187 ev6_process_logout_frame(struct el_common *mchk_header, int print) in ev6_process_logout_frame() argument 193 status |= ev6_parse_ibox(ev6mchk->I_STAT, print); in ev6_process_logout_frame() 195 ev6mchk->C_STAT, print); in ev6_process_logout_frame() 198 ev6mchk->C_STS, print); in ev6_process_logout_frame() 90 ev6_parse_cbox(u64 c_addr, u64 c1_syn, u64 c2_syn, u64 c_stat, u64 c_sts, int print) ev6_parse_cbox() argument [all...] |
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | debug.h | 86 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3); 88 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) 93 #define _sdata_dbg(print, sdata, fmt, ...) \ 94 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__) 97 #define _wiphy_dbg(print, wiphy, fmt, ...) \ 98 __wiphy_dbg(wiphy, print, fmt, ##__VA_ARGS__) 106 #define _sdata_dbg(print, sdata, fmt, ...) \ 108 if (print) \ 119 #define _wiphy_dbg(print, wiphy, fmt, ...) \ 121 if (print) \ [all...] |
H A D | trace.c | 30 void __sdata_dbg(bool print, const char *fmt, ...) in __sdata_dbg() argument 40 if (print) in __sdata_dbg() 61 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg() argument 71 if (print) in __wiphy_dbg()
|
/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_export.c | 32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ 33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 67 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ 76 printk(print); \ 80 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ 81 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 126 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ 161 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ 175 .print_fmt = print, \ 182 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ [all...] |
H A D | trace_functions.c | 596 .print = ftrace_traceon_print, 603 .print = ftrace_traceoff_print, 610 .print = ftrace_stacktrace_print, 617 .print = ftrace_dump_print, 624 .print = ftrace_cpudump_print, 629 .print = ftrace_traceon_print, 634 .print = ftrace_traceoff_print, 639 .print = ftrace_stacktrace_print,
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_export.c | 32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ 33 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 70 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ 79 printk(print); \ 83 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ 84 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print)) 133 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ 171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ 185 .print_fmt = print, \ 192 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ [all...] |
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | print.rs | 161 $crate::print::call_printk( 172 $crate::print::call_printk_cont( 202 /// Mimics the interface of [`std::print!`]. See [`core::fmt`] and 206 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 216 $crate::print_macro!($crate::print::format_strings::EMERG, false, $($arg)*) 226 /// Mimics the interface of [`std::print!`]. See [`core::fmt`] and 230 /// [`std::print!`]: https://doc.rust-lang.org/std/macro.print.html 240 $crate::print_macro!($crate::print [all...] |
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | debug.h | 90 void __sdata_dbg(bool print, const char *fmt, ...) __printf(2, 3); 92 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) 97 #define _sdata_dbg(print, sdata, fmt, ...) \ 98 __sdata_dbg(print, "%s: " fmt, (sdata)->name, ##__VA_ARGS__) 101 #define _wiphy_dbg(print, wiphy, fmt, ...) \ 102 __wiphy_dbg(wiphy, print, fmt, ##__VA_ARGS__) 110 #define _sdata_dbg(print, sdata, fmt, ...) \ 112 if (print) \ 123 #define _wiphy_dbg(print, wiphy, fmt, ...) \ 125 if (print) \ [all...] |
H A D | trace.c | 30 void __sdata_dbg(bool print, const char *fmt, ...) in __sdata_dbg() argument 40 if (print) in __sdata_dbg() 61 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg() argument 71 if (print) in __wiphy_dbg()
|
/kernel/linux/linux-5.10/include/trace/ |
H A D | trace_events.h | 74 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ 80 PARAMS(print)); \ 112 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ 131 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ 137 assign, print, reg, unreg) \ 139 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 143 assign, print, reg, unreg) \ 145 PARAMS(tstruct), PARAMS(assign), PARAMS(print)) \ 204 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ 213 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) [all...] |
H A D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ 37 PARAMS(print)) 41 assign, print, reg, unreg) \ 46 assign, print, reg, unreg) \ 50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) 64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \
|
/kernel/linux/linux-5.10/fs/cachefiles/ |
H A D | key.c | 38 int loop, len, max, seg, mark, print; in cachefiles_cook_key() local 45 print = 1; in cachefiles_cook_key() 49 print &= cachefiles_filecharmap[ch]; in cachefiles_cook_key() 52 if (print) { in cachefiles_cook_key() 88 if (print) { in cachefiles_cook_key()
|
/kernel/linux/linux-5.10/arch/x86/mm/pat/ |
H A D | cpa-test.c | 20 * Only print the results of the first pass: 22 static __read_mostly int print = 1; variable 93 if (print) { in print_split() 127 if (print) in pageattr_test() 246 if (print) in pageattr_test() 259 if (print) in do_pageattr_test() 260 print--; in do_pageattr_test()
|
/kernel/linux/linux-6.6/arch/x86/mm/pat/ |
H A D | cpa-test.c | 20 * Only print the results of the first pass: 22 static __read_mostly int print = 1; variable 93 if (print) { in print_split() 127 if (print) in pageattr_test() 246 if (print) in pageattr_test() 259 if (print) in do_pageattr_test() 260 print--; in do_pageattr_test()
|
/kernel/linux/linux-6.6/fs/cachefiles/ |
H A D | key.c | 42 unsigned int b64len, len, print, pad; in cachefiles_cook_key() local 49 print = 1; in cachefiles_cook_key() 52 print &= cachefiles_filecharmap[ch]; in cachefiles_cook_key() 56 if (print) { in cachefiles_cook_key()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | tracepoint.h | 543 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) 548 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ 555 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ 558 assign, print, reg, unreg) \ 561 assign, print, reg, unreg) \ 565 struct, assign, print) \ 581 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ 584 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | tracepoint.h | 553 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) 558 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ 565 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ 568 assign, print, reg, unreg) \ 571 assign, print, reg, unreg) \ 575 struct, assign, print) \ 591 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ 594 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print)
|