|
#define | TRACE_EVENT(name, proto, args, tstruct, assign, print) |
|
#define | __field(type, item) type item; |
|
#define | __field_ext(type, item, filter_type) type item; |
|
#define | __array(type, item, len) type item[len]; |
|
#define | __dynamic_array(type, item, len) u32 __data_loc_##item; |
|
#define | __string(item, src) __dynamic_array(char, item, -1) |
|
#define | TP_STRUCT__entry(args...) args |
|
#define | DECLARE_EVENT_CLASS(name, proto, args, tstruct, assign, print) |
|
#define | DEFINE_EVENT(template, name, proto, args) |
|
#define | DEFINE_EVENT_PRINT(template, name, proto, args, print) DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) |
|
#define | TRACE_EVENT_FN(name, proto, args, tstruct,assign, print, reg, unreg) |
|
#define | TRACE_EVENT_FLAGS(name, value) __TRACE_EVENT_FLAGS(name, value) |
|
#define | __field(type, item) |
|
#define | __field_ext(type, item, filter_type) |
|
#define | __array(type, item, len) |
|
#define | __dynamic_array(type, item, len) u32 item; |
|
#define | __string(item, src) __dynamic_array(char, item, -1) |
|
#define | DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) |
|
#define | DEFINE_EVENT(template, name, proto, args) |
|
#define | DEFINE_EVENT_PRINT(template, name, proto, args, print) DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) |
|
#define | TRACE_EVENT_FLAGS(event, flag) |
|
#define | __entry field |
|
#define | TP_printk(fmt, args...) fmt "\n", args |
|
#define | __get_dynamic_array(field) ((void *)__entry + (__entry->__data_loc_##field & 0xffff)) |
|
#define | __get_str(field) (char *)__get_dynamic_array(field) |
|
#define | __print_flags(flag, delim, flag_array...) |
|
#define | __print_symbolic(value, symbol_array...) |
|
#define | __print_symbolic_u64(value, symbol_array...) __print_symbolic(value, symbol_array) |
|
#define | __print_hex(buf, buf_len) ftrace_print_hex_seq(p, buf, buf_len) |
|
#define | DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) |
|
#define | DEFINE_EVENT_PRINT(template, call, proto, args, print) |
|
#define | __field_ext(type, item, filter_type) |
|
#define | __field(type, item) __field_ext(type, item, FILTER_OTHER) |
|
#define | __array(type, item, len) |
|
#define | __dynamic_array(type, item, len) |
|
#define | __string(item, src) __dynamic_array(char, item, -1) |
|
#define | DECLARE_EVENT_CLASS(call, proto, args, tstruct, func, print) |
|
#define | DEFINE_EVENT(template, name, proto, args) |
|
#define | DEFINE_EVENT_PRINT(template, name, proto, args, print) DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) |
|
#define | __entry entry |
|
#define | __field(type, item) |
|
#define | __field_ext(type, item, filter_type) |
|
#define | __array(type, item, len) |
|
#define | __dynamic_array(type, item, len) |
|
#define | __string(item, src) __dynamic_array(char, item, strlen(src) + 1) |
|
#define | DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) |
|
#define | DEFINE_EVENT(template, name, proto, args) |
|
#define | DEFINE_EVENT_PRINT(template, name, proto, args, print) DEFINE_EVENT(template, name, PARAMS(proto), PARAMS(args)) |
|
#define | _TRACE_PERF_PROTO(call, proto) |
|
#define | _TRACE_PERF_INIT(call) |
|
#define | __entry entry |
|
#define | __field(type, item) |
|
#define | __array(type, item, len) |
|
#define | __dynamic_array(type, item, len) __entry->__data_loc_##item = __data_offsets.item; |
|
#define | __string(item, src) __dynamic_array(char, item, -1) \ |
|
#define | __assign_str(dst, src) strcpy(__get_str(dst), src); |
|
#define | TP_fast_assign(args...) args |
|
#define | TP_perf_assign(args...) |
|
#define | DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) |
|
#define | DEFINE_EVENT(template, call, proto, args) |
|
#define | DEFINE_EVENT_PRINT(template, name, proto, args, print) |
|
#define | __entry REC |
|
#define | TP_printk(fmt, args...) "\"" fmt "\", " __stringify(args) |
|
#define | DECLARE_EVENT_CLASS(call, proto, args, tstruct, assign, print) |
|
#define | DEFINE_EVENT(template, call, proto, args) |
|
#define | DEFINE_EVENT_PRINT(template, call, proto, args, print) |
|