/openbmc/linux/include/trace/ |
H A D | trace_events.h | 39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 51 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 70 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 76 assign, print, reg, unreg) \ argument 82 assign, print, reg, unreg) \ argument 115 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 124 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument 212 #define DEFINE_EVENT_PRINT(template, call, proto, args, print) \ argument 242 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument 248 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) argument [all …]
|
H A D | trace_custom_events.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) \ argument 41 #define DECLARE_CUSTOM_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument 62 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 77 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 108 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, func, print) \ argument 120 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 140 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 188 #define DECLARE_CUSTOM_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
|
H A D | define_trace.h | 27 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument 31 #define TRACE_EVENT_CONDITION(name, proto, args, cond, tstruct, assign, print) \ argument 41 assign, print, reg, unreg) \ argument 46 assign, print, reg, unreg) \ argument 50 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument 64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
H A D | perf.h | 16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
H A D | define_custom_trace.h | 27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
|
H A D | bpf_probe.h | 54 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument 104 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
|
/openbmc/linux/arch/alpha/kernel/ |
H A D | err_titan.c | 27 titan_parse_c_misc(u64 c_misc, int print) in titan_parse_c_misc() 74 titan_parse_p_serror(int which, u64 serror, int print) in titan_parse_p_serror() 141 titan_parse_p_perror(int which, int port, u64 perror, int print) in titan_parse_p_perror() 275 titan_parse_p_agperror(int which, u64 agperror, int print) in titan_parse_p_agperror() 359 u64 aperror, u64 agperror, int print) in titan_parse_p_chip() 370 titan_process_logout_frame(struct el_common *mchk_header, int print) in titan_process_logout_frame() 590 privateer_process_680_frame(struct el_common *mchk_header, int print) in privateer_process_680_frame() 631 privateer_process_logout_frame(struct el_common *mchk_header, int print) in privateer_process_logout_frame()
|
H A D | err_ev6.c | 23 ev6_parse_ibox(u64 i_stat, int print) in ev6_parse_ibox() 43 ev6_parse_mbox(u64 mm_stat, u64 d_stat, u64 c_stat, int print) in ev6_parse_mbox() 91 u64 c_stat, u64 c_sts, int print) in ev6_parse_cbox() 187 ev6_process_logout_frame(struct el_common *mchk_header, int print) in ev6_process_logout_frame()
|
/openbmc/linux/include/linux/ |
H A D | tracepoint.h | 553 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument 558 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument 565 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument 568 assign, print, reg, unreg) \ argument 571 assign, print, reg, unreg) \ argument 575 struct, assign, print) \ argument 591 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument 594 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
|
/openbmc/linux/kernel/trace/ |
H A D | trace_export.c | 32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument 70 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 83 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument 133 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument 171 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument 192 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
|
/openbmc/linux/net/mac80211/ |
H A D | trace.c | 30 void __sdata_dbg(bool print, const char *fmt, ...) in __sdata_dbg() 61 void __wiphy_dbg(struct wiphy *wiphy, bool print, const char *fmt, ...) in __wiphy_dbg()
|
H A D | debug.h | 97 #define _sdata_dbg(print, sdata, fmt, ...) \ argument 101 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument 110 #define _sdata_dbg(print, sdata, fmt, ...) \ argument 123 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
|
/openbmc/qemu/tests/migration/ppc64/ |
H A D | a-b-kernel.S | 11 .macro print ch macro
|
/openbmc/qemu/disas/ |
H A D | capstone.c | 108 fprintf_function print = info->fprintf_func; in cap_dump_insn_units() local 147 fprintf_function print = info->fprintf_func; in cap_dump_insn() local
|
/openbmc/u-boot/include/ |
H A D | eeprom_field.h | 19 void (*print)(const struct eeprom_field *eeprom_field); member
|
H A D | eeprom_layout.h | 22 void (*print)(const struct eeprom_layout *eeprom_layout); member
|
H A D | video_osd.h | 113 int (*print)(struct udevice *dev, uint col, uint row, ulong color, member
|
/openbmc/linux/tools/testing/selftests/size/ |
H A D | get_size.c | 35 static int print(const char *s) in print() function
|
/openbmc/linux/fs/cachefiles/ |
H A D | key.c | 42 unsigned int b64len, len, print, pad; in cachefiles_cook_key() local
|
/openbmc/linux/tools/testing/kunit/ |
H A D | kunit_printer.py | 22 def print(self, message: str) -> None: member in Printer
|
/openbmc/openbmc/poky/meta/recipes-devtools/apt/apt/ |
H A D | triehash | 691 sub print { subroutine
|
/openbmc/u-boot/tools/ |
H A D | mtk_image.c | 414 static int mtk_image_verify_gen_header(const uint8_t *ptr, int print) in mtk_image_verify_gen_header() 464 static int mtk_image_verify_nand_header(const uint8_t *ptr, int print) in mtk_image_verify_nand_header()
|
/openbmc/linux/rust/kernel/ |
H A D | lib.rs | 40 pub mod print; module
|
/openbmc/linux/drivers/gpu/drm/loongson/ |
H A D | lsdc_pixpll.h | 63 void (*print)(struct lsdc_pixpll * const this, member
|
H A D | lsdc_gfxpll.h | 31 void (*print)(struct loongson_gfxpll * const this, member
|