Lines Matching refs:index
12 TP_PROTO(int index, const char *attr_name, long val),
14 TP_ARGS(index, attr_name, val),
17 __field(int, index)
23 __entry->index = index;
29 __entry->index, __get_str(attr_name), __entry->val)
34 TP_PROTO(int index, const char *attr_name, long val),
36 TP_ARGS(index, attr_name, val)
41 TP_PROTO(int index, const char *attr_name, long val),
43 TP_ARGS(index, attr_name, val)
48 TP_PROTO(int index, const char *attr_name, const char *s),
50 TP_ARGS(index, attr_name, s),
53 __field(int, index)
59 __entry->index = index;
65 __entry->index, __get_str(attr_name), __get_str(label))