libata: implement ZBC IN translation
[linux-2.6-block.git] / include / trace / events / libata.h
CommitLineData
255c03d1
HR
1#undef TRACE_SYSTEM
2#define TRACE_SYSTEM libata
3
4#if !defined(_TRACE_LIBATA_H) || defined(TRACE_HEADER_MULTI_READ)
5#define _TRACE_LIBATA_H
6
7#include <linux/ata.h>
8#include <linux/libata.h>
9#include <linux/tracepoint.h>
10#include <linux/trace_seq.h>
11
12#define ata_opcode_name(opcode) { opcode, #opcode }
13#define show_opcode_name(val) \
14 __print_symbolic(val, \
15 ata_opcode_name(ATA_CMD_DEV_RESET), \
16 ata_opcode_name(ATA_CMD_CHK_POWER), \
17 ata_opcode_name(ATA_CMD_STANDBY), \
18 ata_opcode_name(ATA_CMD_IDLE), \
19 ata_opcode_name(ATA_CMD_EDD), \
20 ata_opcode_name(ATA_CMD_DOWNLOAD_MICRO), \
21 ata_opcode_name(ATA_CMD_DOWNLOAD_MICRO_DMA), \
22 ata_opcode_name(ATA_CMD_NOP), \
23 ata_opcode_name(ATA_CMD_FLUSH), \
24 ata_opcode_name(ATA_CMD_FLUSH_EXT), \
25 ata_opcode_name(ATA_CMD_ID_ATA), \
26 ata_opcode_name(ATA_CMD_ID_ATAPI), \
27 ata_opcode_name(ATA_CMD_SERVICE), \
28 ata_opcode_name(ATA_CMD_READ), \
29 ata_opcode_name(ATA_CMD_READ_EXT), \
30 ata_opcode_name(ATA_CMD_READ_QUEUED), \
31 ata_opcode_name(ATA_CMD_READ_STREAM_EXT), \
32 ata_opcode_name(ATA_CMD_READ_STREAM_DMA_EXT), \
33 ata_opcode_name(ATA_CMD_WRITE), \
34 ata_opcode_name(ATA_CMD_WRITE_EXT), \
35 ata_opcode_name(ATA_CMD_WRITE_QUEUED), \
36 ata_opcode_name(ATA_CMD_WRITE_STREAM_EXT), \
37 ata_opcode_name(ATA_CMD_WRITE_STREAM_DMA_EXT), \
38 ata_opcode_name(ATA_CMD_WRITE_FUA_EXT), \
39 ata_opcode_name(ATA_CMD_WRITE_QUEUED_FUA_EXT), \
40 ata_opcode_name(ATA_CMD_FPDMA_READ), \
41 ata_opcode_name(ATA_CMD_FPDMA_WRITE), \
661ce1f0 42 ata_opcode_name(ATA_CMD_NCQ_NON_DATA), \
255c03d1
HR
43 ata_opcode_name(ATA_CMD_FPDMA_SEND), \
44 ata_opcode_name(ATA_CMD_FPDMA_RECV), \
45 ata_opcode_name(ATA_CMD_PIO_READ), \
46 ata_opcode_name(ATA_CMD_PIO_READ_EXT), \
47 ata_opcode_name(ATA_CMD_PIO_WRITE), \
48 ata_opcode_name(ATA_CMD_PIO_WRITE_EXT), \
49 ata_opcode_name(ATA_CMD_READ_MULTI), \
50 ata_opcode_name(ATA_CMD_READ_MULTI_EXT), \
51 ata_opcode_name(ATA_CMD_WRITE_MULTI), \
52 ata_opcode_name(ATA_CMD_WRITE_MULTI_EXT), \
53 ata_opcode_name(ATA_CMD_WRITE_MULTI_FUA_EXT), \
54 ata_opcode_name(ATA_CMD_SET_FEATURES), \
55 ata_opcode_name(ATA_CMD_SET_MULTI), \
56 ata_opcode_name(ATA_CMD_PACKET), \
57 ata_opcode_name(ATA_CMD_VERIFY), \
58 ata_opcode_name(ATA_CMD_VERIFY_EXT), \
59 ata_opcode_name(ATA_CMD_WRITE_UNCORR_EXT), \
60 ata_opcode_name(ATA_CMD_STANDBYNOW1), \
61 ata_opcode_name(ATA_CMD_IDLEIMMEDIATE), \
62 ata_opcode_name(ATA_CMD_SLEEP), \
63 ata_opcode_name(ATA_CMD_INIT_DEV_PARAMS), \
64 ata_opcode_name(ATA_CMD_READ_NATIVE_MAX), \
65 ata_opcode_name(ATA_CMD_READ_NATIVE_MAX_EXT), \
66 ata_opcode_name(ATA_CMD_SET_MAX), \
67 ata_opcode_name(ATA_CMD_SET_MAX_EXT), \
68 ata_opcode_name(ATA_CMD_READ_LOG_EXT), \
69 ata_opcode_name(ATA_CMD_WRITE_LOG_EXT), \
70 ata_opcode_name(ATA_CMD_READ_LOG_DMA_EXT), \
71 ata_opcode_name(ATA_CMD_WRITE_LOG_DMA_EXT), \
72 ata_opcode_name(ATA_CMD_TRUSTED_NONDATA), \
73 ata_opcode_name(ATA_CMD_TRUSTED_RCV), \
74 ata_opcode_name(ATA_CMD_TRUSTED_RCV_DMA), \
75 ata_opcode_name(ATA_CMD_TRUSTED_SND), \
76 ata_opcode_name(ATA_CMD_TRUSTED_SND_DMA), \
77 ata_opcode_name(ATA_CMD_PMP_READ), \
78 ata_opcode_name(ATA_CMD_PMP_READ_DMA), \
79 ata_opcode_name(ATA_CMD_PMP_WRITE), \
80 ata_opcode_name(ATA_CMD_PMP_WRITE_DMA), \
81 ata_opcode_name(ATA_CMD_CONF_OVERLAY), \
82 ata_opcode_name(ATA_CMD_SEC_SET_PASS), \
83 ata_opcode_name(ATA_CMD_SEC_UNLOCK), \
84 ata_opcode_name(ATA_CMD_SEC_ERASE_PREP), \
85 ata_opcode_name(ATA_CMD_SEC_ERASE_UNIT), \
86 ata_opcode_name(ATA_CMD_SEC_FREEZE_LOCK), \
87 ata_opcode_name(ATA_CMD_SEC_DISABLE_PASS), \
88 ata_opcode_name(ATA_CMD_CONFIG_STREAM), \
89 ata_opcode_name(ATA_CMD_SMART), \
90 ata_opcode_name(ATA_CMD_MEDIA_LOCK), \
91 ata_opcode_name(ATA_CMD_MEDIA_UNLOCK), \
92 ata_opcode_name(ATA_CMD_DSM), \
93 ata_opcode_name(ATA_CMD_CHK_MED_CRD_TYP), \
94 ata_opcode_name(ATA_CMD_CFA_REQ_EXT_ERR), \
95 ata_opcode_name(ATA_CMD_CFA_WRITE_NE), \
96 ata_opcode_name(ATA_CMD_CFA_TRANS_SECT), \
97 ata_opcode_name(ATA_CMD_CFA_ERASE), \
98 ata_opcode_name(ATA_CMD_CFA_WRITE_MULT_NE), \
99 ata_opcode_name(ATA_CMD_REQ_SENSE_DATA), \
100 ata_opcode_name(ATA_CMD_SANITIZE_DEVICE), \
28a3fc22 101 ata_opcode_name(ATA_CMD_ZAC_MGMT_IN), \
255c03d1
HR
102 ata_opcode_name(ATA_CMD_RESTORE), \
103 ata_opcode_name(ATA_CMD_READ_LONG), \
104 ata_opcode_name(ATA_CMD_READ_LONG_ONCE), \
105 ata_opcode_name(ATA_CMD_WRITE_LONG), \
106 ata_opcode_name(ATA_CMD_WRITE_LONG_ONCE))
107
108#define ata_error_name(result) { result, #result }
109#define show_error_name(val) \
110 __print_symbolic(val, \
111 ata_error_name(ATA_ICRC), \
112 ata_error_name(ATA_UNC), \
113 ata_error_name(ATA_MC), \
114 ata_error_name(ATA_IDNF), \
115 ata_error_name(ATA_MCR), \
116 ata_error_name(ATA_ABORTED), \
117 ata_error_name(ATA_TRK0NF), \
118 ata_error_name(ATA_AMNF))
119
120#define ata_protocol_name(proto) { proto, #proto }
121#define show_protocol_name(val) \
122 __print_symbolic(val, \
123 ata_protocol_name(ATA_PROT_UNKNOWN), \
124 ata_protocol_name(ATA_PROT_NODATA), \
125 ata_protocol_name(ATA_PROT_PIO), \
126 ata_protocol_name(ATA_PROT_DMA), \
127 ata_protocol_name(ATA_PROT_NCQ), \
128 ata_protocol_name(ATAPI_PROT_NODATA), \
129 ata_protocol_name(ATAPI_PROT_PIO), \
130 ata_protocol_name(ATAPI_PROT_DMA))
131
132const char *libata_trace_parse_status(struct trace_seq*, unsigned char);
133#define __parse_status(s) libata_trace_parse_status(p, s)
134
135const char *libata_trace_parse_eh_action(struct trace_seq *, unsigned int);
136#define __parse_eh_action(a) libata_trace_parse_eh_action(p, a)
137
138const char *libata_trace_parse_eh_err_mask(struct trace_seq *, unsigned int);
139#define __parse_eh_err_mask(m) libata_trace_parse_eh_err_mask(p, m)
140
141const char *libata_trace_parse_qc_flags(struct trace_seq *, unsigned int);
142#define __parse_qc_flags(f) libata_trace_parse_qc_flags(p, f)
143
a5703849
HR
144const char *libata_trace_parse_subcmd(struct trace_seq *, unsigned char,
145 unsigned char, unsigned char);
146#define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h)
147
255c03d1
HR
148TRACE_EVENT(ata_qc_issue,
149
150 TP_PROTO(struct ata_queued_cmd *qc),
151
152 TP_ARGS(qc),
153
154 TP_STRUCT__entry(
155 __field( unsigned int, ata_port )
156 __field( unsigned int, ata_dev )
157 __field( unsigned int, tag )
158 __field( unsigned char, cmd )
159 __field( unsigned char, dev )
160 __field( unsigned char, lbal )
161 __field( unsigned char, lbam )
162 __field( unsigned char, lbah )
163 __field( unsigned char, nsect )
164 __field( unsigned char, feature )
165 __field( unsigned char, hob_lbal )
166 __field( unsigned char, hob_lbam )
167 __field( unsigned char, hob_lbah )
168 __field( unsigned char, hob_nsect )
169 __field( unsigned char, hob_feature )
170 __field( unsigned char, ctl )
171 __field( unsigned char, proto )
172 __field( unsigned long, flags )
173 ),
174
175 TP_fast_assign(
176 __entry->ata_port = qc->ap->print_id;
177 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
178 __entry->tag = qc->tag;
179 __entry->proto = qc->tf.protocol;
180 __entry->cmd = qc->tf.command;
181 __entry->dev = qc->tf.device;
182 __entry->lbal = qc->tf.lbal;
183 __entry->lbam = qc->tf.lbam;
184 __entry->lbah = qc->tf.lbah;
185 __entry->hob_lbal = qc->tf.hob_lbal;
186 __entry->hob_lbam = qc->tf.hob_lbam;
187 __entry->hob_lbah = qc->tf.hob_lbah;
188 __entry->feature = qc->tf.feature;
189 __entry->hob_feature = qc->tf.hob_feature;
190 __entry->nsect = qc->tf.nsect;
191 __entry->hob_nsect = qc->tf.hob_nsect;
192 ),
193
a5703849 194 TP_printk("ata_port=%u ata_dev=%u tag=%d proto=%s cmd=%s%s " \
255c03d1
HR
195 " tf=(%02x/%02x:%02x:%02x:%02x:%02x/%02x:%02x:%02x:%02x:%02x/%02x)",
196 __entry->ata_port, __entry->ata_dev, __entry->tag,
197 show_protocol_name(__entry->proto),
198 show_opcode_name(__entry->cmd),
a5703849 199 __parse_subcmd(__entry->cmd, __entry->feature, __entry->hob_nsect),
255c03d1
HR
200 __entry->cmd, __entry->feature, __entry->nsect,
201 __entry->lbal, __entry->lbam, __entry->lbah,
202 __entry->hob_feature, __entry->hob_nsect,
203 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
204 __entry->dev)
205);
206
207DECLARE_EVENT_CLASS(ata_qc_complete_template,
208
209 TP_PROTO(struct ata_queued_cmd *qc),
210
211 TP_ARGS(qc),
212
213 TP_STRUCT__entry(
214 __field( unsigned int, ata_port )
215 __field( unsigned int, ata_dev )
216 __field( unsigned int, tag )
217 __field( unsigned char, status )
218 __field( unsigned char, dev )
219 __field( unsigned char, lbal )
220 __field( unsigned char, lbam )
221 __field( unsigned char, lbah )
222 __field( unsigned char, nsect )
223 __field( unsigned char, error )
224 __field( unsigned char, hob_lbal )
225 __field( unsigned char, hob_lbam )
226 __field( unsigned char, hob_lbah )
227 __field( unsigned char, hob_nsect )
228 __field( unsigned char, hob_feature )
229 __field( unsigned char, ctl )
230 __field( unsigned long, flags )
231 ),
232
233 TP_fast_assign(
234 __entry->ata_port = qc->ap->print_id;
235 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
236 __entry->tag = qc->tag;
237 __entry->status = qc->result_tf.command;
238 __entry->dev = qc->result_tf.device;
239 __entry->lbal = qc->result_tf.lbal;
240 __entry->lbam = qc->result_tf.lbam;
241 __entry->lbah = qc->result_tf.lbah;
242 __entry->hob_lbal = qc->result_tf.hob_lbal;
243 __entry->hob_lbam = qc->result_tf.hob_lbam;
244 __entry->hob_lbah = qc->result_tf.hob_lbah;
245 __entry->error = qc->result_tf.feature;
246 __entry->hob_feature = qc->result_tf.hob_feature;
247 __entry->nsect = qc->result_tf.nsect;
248 __entry->hob_nsect = qc->result_tf.hob_nsect;
249 ),
250
251 TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s status=%s " \
252 " res=(%02x/%02x:%02x:%02x:%02x:%02x/%02x:%02x:%02x:%02x:%02x/%02x)",
253 __entry->ata_port, __entry->ata_dev, __entry->tag,
254 __parse_qc_flags(__entry->flags),
255 __parse_status(__entry->status),
256 __entry->status, __entry->error, __entry->nsect,
257 __entry->lbal, __entry->lbam, __entry->lbah,
258 __entry->hob_feature, __entry->hob_nsect,
259 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
260 __entry->dev)
261);
262
263DEFINE_EVENT(ata_qc_complete_template, ata_qc_complete_internal,
264 TP_PROTO(struct ata_queued_cmd *qc),
265 TP_ARGS(qc));
266
267DEFINE_EVENT(ata_qc_complete_template, ata_qc_complete_failed,
268 TP_PROTO(struct ata_queued_cmd *qc),
269 TP_ARGS(qc));
270
271DEFINE_EVENT(ata_qc_complete_template, ata_qc_complete_done,
272 TP_PROTO(struct ata_queued_cmd *qc),
273 TP_ARGS(qc));
274
275TRACE_EVENT(ata_eh_link_autopsy,
276
277 TP_PROTO(struct ata_device *dev, unsigned int eh_action, unsigned int eh_err_mask),
278
279 TP_ARGS(dev, eh_action, eh_err_mask),
280
281 TP_STRUCT__entry(
282 __field( unsigned int, ata_port )
283 __field( unsigned int, ata_dev )
284 __field( unsigned int, eh_action )
285 __field( unsigned int, eh_err_mask)
286 ),
287
288 TP_fast_assign(
289 __entry->ata_port = dev->link->ap->print_id;
290 __entry->ata_dev = dev->link->pmp + dev->devno;
291 __entry->eh_action = eh_action;
292 __entry->eh_err_mask = eh_err_mask;
293 ),
294
295 TP_printk("ata_port=%u ata_dev=%u eh_action=%s err_mask=%s",
296 __entry->ata_port, __entry->ata_dev,
297 __parse_eh_action(__entry->eh_action),
298 __parse_eh_err_mask(__entry->eh_err_mask))
299);
300
301TRACE_EVENT(ata_eh_link_autopsy_qc,
302
303 TP_PROTO(struct ata_queued_cmd *qc),
304
305 TP_ARGS(qc),
306
307 TP_STRUCT__entry(
308 __field( unsigned int, ata_port )
309 __field( unsigned int, ata_dev )
310 __field( unsigned int, tag )
311 __field( unsigned int, qc_flags )
312 __field( unsigned int, eh_err_mask)
313 ),
314
315 TP_fast_assign(
316 __entry->ata_port = qc->ap->print_id;
317 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
318 __entry->tag = qc->tag;
319 __entry->qc_flags = qc->flags;
320 __entry->eh_err_mask = qc->err_mask;
321 ),
322
323 TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s err_mask=%s",
324 __entry->ata_port, __entry->ata_dev, __entry->tag,
325 __parse_qc_flags(__entry->qc_flags),
326 __parse_eh_err_mask(__entry->eh_err_mask))
327);
328
329#endif /* _TRACE_LIBATA_H */
330
331/* This part must be outside protection */
332#include <trace/define_trace.h>