Lines Matching refs:field
105 a description of each field in a logged event. This information can
107 find the field names that can be used in event filters (see section 5).
118 Each field in the format has the form:
120 field:field-type field-name; offset:N; size:N;
122 where offset is the offset of the field in the trace record and size
133 field:unsigned short common_type; offset:0; size:2;
134 field:unsigned char common_flags; offset:2; size:1;
135 field:unsigned char common_preempt_count; offset:3; size:1;
136 field:int common_pid; offset:4; size:4;
137 field:int common_tgid; offset:8; size:4;
139 field:char comm[TASK_COMM_LEN]; offset:12; size:16;
140 field:pid_t pid; offset:28; size:4;
141 field:int prio; offset:32; size:4;
142 field:int success; offset:36; size:4;
143 field:int cpu; offset:40; size:4;
158 associated with that event type. An event with field values that
169 simply a clause that compares the value of a field contained within a
171 on whether the field value matched (1) or didn't match (0):
173 field-name relational-operator value
179 The field-names available for use in filters can be found in the
182 The relational-operators depend on the type of the field being tested:
250 event within the subsystem lacks a field specified in the subsystem
280 Attempt to set a filter using a non-common field for all events in the
281 sched subsystem (all events but those that have a prev_pid field retain