Home
last modified time | relevance | path

Searched defs:print (Results 1 – 25 of 46) sorted by relevance

12

/linux/include/trace/
H A Dtrace_events.h39 #define TRACE_EVENT(name, proto, args, tstruct, assign, print) \ argument
49 #define TRACE_EVENT_SYSCALL(name, proto, args, tstruct, assign, print, reg, unreg) \ argument
61 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) \ argument
83 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
89 assign, print, reg, unreg) \ argument
95 assign, print, reg, unreg) \ argument
128 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument
140 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument
203 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument
231 DEFINE_EVENT_PRINT(template,call,proto,args,print) global() argument
261 DECLARE_EVENT_CLASS(call,proto,args,tstruct,func,print) global() argument
270 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument
277 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument
404 __DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument
433 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument
443 DECLARE_EVENT_SYSCALL_CLASS(call,proto,args,tstruct,assign,print) global() argument
475 DECLARE_EVENT_CLASS(call,proto,args,tstruct,assign,print) global() argument
507 DEFINE_EVENT_PRINT(template,call,proto,args,print) global() argument
[all...]
H A Dtrace_custom_events.h27 #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 Dperf.h16 #define __DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
65 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
107 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
78 DECLARE_EVENT_SYSCALL_CLASS(call,proto,args,tstruct,assign,print) global() argument
H A Ddefine_trace.h27 #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_SYSCALL(name, proto, args, struct, assign, print, reg, unreg) \ argument
54 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) argument
68 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
H A Dbpf_probe.h53 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
67 #define DECLARE_EVENT_SYSCALL_CLASS(call, proto, args, tstruct, assign, print) \ argument
117 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
H A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
/linux/arch/alpha/kernel/
H A Derr_titan.c27 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 Derr_ev6.c23 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()
H A Derr_marvel.c69 marvel_process_680_frame(struct ev7_lf_subpackets *lf_subpackets, int print) in marvel_process_680_frame()
903 marvel_process_io_error(struct ev7_lf_subpackets *lf_subpackets, int print) in marvel_process_io_error()
1011 marvel_process_logout_frame(struct ev7_lf_subpackets *lf_subpackets, int print) in marvel_process_logout_frame()
/linux/kernel/trace/
H A Dtrace_export.c32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
73 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
86 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument
139 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
180 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument
201 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
H A Dtrace.h109 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
119 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
123 #define FTRACE_ENTRY_PACKED(name, struct_name, id, tstruct, print) \ argument
1246 int (*print)(struct seq_file *m, member
2089 int (*print)(struct seq_file *m, member
2189 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument
2193 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument
2196 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
H A Dtrace_mmiotrace.c247 struct print_entry *print = (struct print_entry *)entry; in mmio_print_mark() local
/linux/include/linux/
H A Dtracepoint.h619 DECLARE_EVENT_CLASS(name,proto,args,tstruct,assign,print) global() argument
624 DEFINE_EVENT_PRINT(template,name,proto,args,print) global() argument
631 TRACE_EVENT(name,proto,args,struct,assign,print) global() argument
634 TRACE_EVENT_FN(name,proto,args,struct,assign,print,reg,unreg) global() argument
637 TRACE_EVENT_FN_COND(name,proto,args,cond,struct,assign,print,reg,unreg) global() argument
641 TRACE_EVENT_CONDITION(name,proto,args,cond,struct,assign,print) global() argument
645 TRACE_EVENT_SYSCALL(name,proto,args,struct,assign,print,reg,unreg) global() argument
660 TRACE_EVENT_NOP(name,proto,args,struct,assign,print) global() argument
663 DECLARE_EVENT_CLASS_NOP(name,proto,args,tstruct,assign,print) global() argument
/linux/net/mac80211/
H A Dtrace.c30 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 Ddebug.h98 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
102 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
111 #define _sdata_dbg(print, sdata, fmt, ...) \ argument
124 #define _wiphy_dbg(print, wiphy, fmt, ...) \ argument
166 #define _link_id_dbg(print, sdata, link_id, fmt, ...) \ argument
/linux/tools/testing/selftests/size/
H A Dget_size.c35 static int print(const char *s) in print() function
/linux/fs/cachefiles/
H A Dkey.c42 unsigned int b64len, len, print, pad; in cachefiles_cook_key() local
/linux/tools/testing/kunit/
H A Dkunit_printer.py26 def print(self, message: str) -> None: member in Printer
/linux/drivers/gpu/drm/loongson/
H A Dlsdc_pixpll.h63 void (*print)(struct lsdc_pixpll * const this, member
H A Dlsdc_gfxpll.h31 void (*print)(struct loongson_gfxpll * const this, member
/linux/rust/syn/
H A Dlib.rs507 mod print; module
/linux/drivers/infiniband/ulp/rtrs/
H A Drtrs-pri.h403 #define STAT_SHOW_FUNC(type, get_value, print) \ argument
413 #define STAT_ATTR(type, stat, print, reset) \ argument
/linux/tools/perf/ui/browsers/
H A Dhists.c849 print_callchain_entry_fn print, in hist_browser__show_callchain_list()
913 print_callchain_entry_fn print, in hist_browser__show_callchain_flat()
1017 print_callchain_entry_fn print, in hist_browser__show_callchain_folded()
1102 print_callchain_entry_fn print, in hist_browser__show_callchain_graph()
1167 print_callchain_entry_fn print, in hist_browser__show_callchain()
/linux/tools/perf/util/
H A Dheader.h126 void (*print)(struct feat_fd *ff, FILE *fp); member
/linux/lib/kunit/
H A Dattributes.c42 enum print_ops print; member

12