Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/include/trace/
A Dtrace_events.h39 #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 …]
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
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_NOP(name, proto, args, struct, assign, print) argument
64 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
A Dperf.h16 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
72 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
A Dbpf_probe.h52 #define DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) \ argument
102 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
A Ddefine_custom_trace.h27 #define TRACE_CUSTOM_EVENT(name, proto, args, tstruct, assign, print) argument
/linux-6.3-rc2/arch/alpha/kernel/
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()
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()
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-6.3-rc2/kernel/trace/
A Dtrace_export.c32 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
67 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
80 #define FTRACE_ENTRY_DUP(name, struct_name, id, tstruct, print) \ argument
127 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
162 #define FTRACE_ENTRY_REG(call, struct_name, etype, tstruct, print, regfn) \ argument
183 #define FTRACE_ENTRY(call, struct_name, etype, tstruct, print) \ argument
A Dtrace.h93 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print) \ argument
103 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, regfn) \ argument
107 #define FTRACE_ENTRY_PACKED(name, struct_name, id, tstruct, print) \ argument
1053 int (*print)(struct seq_file *m, member
1684 int (*print)(struct seq_file *m, member
1884 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print) \ argument
1888 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print) \ argument
1891 #define FTRACE_ENTRY_PACKED(call, struct_name, id, tstruct, print) \ argument
A Dtrace_mmiotrace.c247 struct print_entry *print = (struct print_entry *)entry; in mmio_print_mark() local
/linux-6.3-rc2/include/linux/
A Dtracepoint.h551 #define DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) argument
556 #define DEFINE_EVENT_PRINT(template, name, proto, args, print) \ argument
563 #define TRACE_EVENT(name, proto, args, struct, assign, print) \ argument
566 assign, print, reg, unreg) \ argument
569 assign, print, reg, unreg) \ argument
573 struct, assign, print) \ argument
589 #define TRACE_EVENT_NOP(name, proto, args, struct, assign, print) \ argument
592 #define DECLARE_EVENT_CLASS_NOP(name, proto, args, tstruct, assign, print) argument
/linux-6.3-rc2/net/mac80211/
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()
A Ddebug.h97 #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
/linux-6.3-rc2/tools/testing/selftests/size/
A Dget_size.c35 static int print(const char *s) in print() function
/linux-6.3-rc2/fs/cachefiles/
A Dkey.c42 unsigned int b64len, len, print, pad; in cachefiles_cook_key() local
/linux-6.3-rc2/rust/kernel/
A Dlib.rs34 pub mod print; module
/linux-6.3-rc2/tools/testing/kunit/
A Dkunit_printer.py22 def print(self, message: str) -> None: member in Printer
/linux-6.3-rc2/arch/x86/mm/pat/
A Dcpa-test.c22 static __read_mostly int print = 1; variable
/linux-6.3-rc2/drivers/auxdisplay/
A Dcharlcd.h80 int (*print)(struct charlcd *lcd, int c); member
/linux-6.3-rc2/drivers/infiniband/ulp/rtrs/
A Drtrs-pri.h391 #define STAT_SHOW_FUNC(type, get_value, print) \ argument
401 #define STAT_ATTR(type, stat, print, reset) \ argument
/linux-6.3-rc2/tools/perf/util/
A Dheader.h106 void (*print)(struct feat_fd *ff, FILE *fp); member
/linux-6.3-rc2/tools/perf/ui/browsers/
A Dhists.c858 print_callchain_entry_fn print, in hist_browser__show_callchain_list()
922 print_callchain_entry_fn print, in hist_browser__show_callchain_flat()
1026 print_callchain_entry_fn print, in hist_browser__show_callchain_folded()
1111 print_callchain_entry_fn print, in hist_browser__show_callchain_graph()
1176 print_callchain_entry_fn print, in hist_browser__show_callchain()
/linux-6.3-rc2/tools/power/x86/intel-speed-select/
A Disst-display.c240 int print = 0, j; in _isst_fact_display_information() local

Completed in 36 milliseconds

12