Searched defs:print (Results 1 - 5 of 5) sorted by relevance

/kernel/trace/
H A Dtrace_mmiotrace.c259 struct print_entry *print = (struct print_entry *)entry; local
260 const char *msg = print->buf;
H A Dtrace_probe.h118 print_type_func_t print; /* Print functions */ member in struct:fetch_type
209 .print = PRINT_TYPE_FUNC_NAME(ptype), \
H A Dblktrace.c1342 int (*print)(struct trace_seq *s, const struct trace_entry *ent); member in struct:__anon46
1388 ret = what2act[what].print(s, iter->ent);
H A Dtrace.h67 #define FTRACE_ENTRY(name, struct_name, id, tstruct, print, filter) \
80 #define FTRACE_ENTRY_REG(name, struct_name, id, tstruct, print, \
82 FTRACE_ENTRY(name, struct_name, id, PARAMS(tstruct), PARAMS(print), \
1146 * @print: The callback function invoked to have the trigger print
1157 int (*print)(struct seq_file *m, member in struct:event_trigger_ops
1289 * to do the manipulation, as well as saves the print formats
1299 #define FTRACE_ENTRY(call, struct_name, id, tstruct, print, filter) \
1303 #define FTRACE_ENTRY_DUP(call, struct_name, id, tstruct, print, filter) \
1304 FTRACE_ENTRY(call, struct_name, id, PARAMS(tstruct), PARAMS(print), \
[all...]
/kernel/
H A Daudit.c257 int print; local
261 print = (audit_failure == AUDIT_FAIL_PANIC || !audit_rate_limit);
263 if (!print) {
267 print = 1;
273 if (print) {
1622 /* This is a helper-function to print the escaped d_path */

Completed in 1083 milliseconds