libata: fixup ZAC device disabling
[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), \
101 ata_opcode_name(ATA_CMD_RESTORE), \
102 ata_opcode_name(ATA_CMD_READ_LONG), \
103 ata_opcode_name(ATA_CMD_READ_LONG_ONCE), \
104 ata_opcode_name(ATA_CMD_WRITE_LONG), \
105 ata_opcode_name(ATA_CMD_WRITE_LONG_ONCE))
106
107#define ata_error_name(result) { result, #result }
108#define show_error_name(val) \
109 __print_symbolic(val, \
110 ata_error_name(ATA_ICRC), \
111 ata_error_name(ATA_UNC), \
112 ata_error_name(ATA_MC), \
113 ata_error_name(ATA_IDNF), \
114 ata_error_name(ATA_MCR), \
115 ata_error_name(ATA_ABORTED), \
116 ata_error_name(ATA_TRK0NF), \
117 ata_error_name(ATA_AMNF))
118
119#define ata_protocol_name(proto) { proto, #proto }
120#define show_protocol_name(val) \
121 __print_symbolic(val, \
122 ata_protocol_name(ATA_PROT_UNKNOWN), \
123 ata_protocol_name(ATA_PROT_NODATA), \
124 ata_protocol_name(ATA_PROT_PIO), \
125 ata_protocol_name(ATA_PROT_DMA), \
126 ata_protocol_name(ATA_PROT_NCQ), \
127 ata_protocol_name(ATAPI_PROT_NODATA), \
128 ata_protocol_name(ATAPI_PROT_PIO), \
129 ata_protocol_name(ATAPI_PROT_DMA))
130
131const char *libata_trace_parse_status(struct trace_seq*, unsigned char);
132#define __parse_status(s) libata_trace_parse_status(p, s)
133
134const char *libata_trace_parse_eh_action(struct trace_seq *, unsigned int);
135#define __parse_eh_action(a) libata_trace_parse_eh_action(p, a)
136
137const char *libata_trace_parse_eh_err_mask(struct trace_seq *, unsigned int);
138#define __parse_eh_err_mask(m) libata_trace_parse_eh_err_mask(p, m)
139
140const char *libata_trace_parse_qc_flags(struct trace_seq *, unsigned int);
141#define __parse_qc_flags(f) libata_trace_parse_qc_flags(p, f)
142
a5703849
HR
143const char *libata_trace_parse_subcmd(struct trace_seq *, unsigned char,
144 unsigned char, unsigned char);
145#define __parse_subcmd(c,f,h) libata_trace_parse_subcmd(p, c, f, h)
146
255c03d1
HR
147TRACE_EVENT(ata_qc_issue,
148
149 TP_PROTO(struct ata_queued_cmd *qc),
150
151 TP_ARGS(qc),
152
153 TP_STRUCT__entry(
154 __field( unsigned int, ata_port )
155 __field( unsigned int, ata_dev )
156 __field( unsigned int, tag )
157 __field( unsigned char, cmd )
158 __field( unsigned char, dev )
159 __field( unsigned char, lbal )
160 __field( unsigned char, lbam )
161 __field( unsigned char, lbah )
162 __field( unsigned char, nsect )
163 __field( unsigned char, feature )
164 __field( unsigned char, hob_lbal )
165 __field( unsigned char, hob_lbam )
166 __field( unsigned char, hob_lbah )
167 __field( unsigned char, hob_nsect )
168 __field( unsigned char, hob_feature )
169 __field( unsigned char, ctl )
170 __field( unsigned char, proto )
171 __field( unsigned long, flags )
172 ),
173
174 TP_fast_assign(
175 __entry->ata_port = qc->ap->print_id;
176 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
177 __entry->tag = qc->tag;
178 __entry->proto = qc->tf.protocol;
179 __entry->cmd = qc->tf.command;
180 __entry->dev = qc->tf.device;
181 __entry->lbal = qc->tf.lbal;
182 __entry->lbam = qc->tf.lbam;
183 __entry->lbah = qc->tf.lbah;
184 __entry->hob_lbal = qc->tf.hob_lbal;
185 __entry->hob_lbam = qc->tf.hob_lbam;
186 __entry->hob_lbah = qc->tf.hob_lbah;
187 __entry->feature = qc->tf.feature;
188 __entry->hob_feature = qc->tf.hob_feature;
189 __entry->nsect = qc->tf.nsect;
190 __entry->hob_nsect = qc->tf.hob_nsect;
191 ),
192
a5703849 193 TP_printk("ata_port=%u ata_dev=%u tag=%d proto=%s cmd=%s%s " \
255c03d1
HR
194 " tf=(%02x/%02x:%02x:%02x:%02x:%02x/%02x:%02x:%02x:%02x:%02x/%02x)",
195 __entry->ata_port, __entry->ata_dev, __entry->tag,
196 show_protocol_name(__entry->proto),
197 show_opcode_name(__entry->cmd),
a5703849 198 __parse_subcmd(__entry->cmd, __entry->feature, __entry->hob_nsect),
255c03d1
HR
199 __entry->cmd, __entry->feature, __entry->nsect,
200 __entry->lbal, __entry->lbam, __entry->lbah,
201 __entry->hob_feature, __entry->hob_nsect,
202 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
203 __entry->dev)
204);
205
206DECLARE_EVENT_CLASS(ata_qc_complete_template,
207
208 TP_PROTO(struct ata_queued_cmd *qc),
209
210 TP_ARGS(qc),
211
212 TP_STRUCT__entry(
213 __field( unsigned int, ata_port )
214 __field( unsigned int, ata_dev )
215 __field( unsigned int, tag )
216 __field( unsigned char, status )
217 __field( unsigned char, dev )
218 __field( unsigned char, lbal )
219 __field( unsigned char, lbam )
220 __field( unsigned char, lbah )
221 __field( unsigned char, nsect )
222 __field( unsigned char, error )
223 __field( unsigned char, hob_lbal )
224 __field( unsigned char, hob_lbam )
225 __field( unsigned char, hob_lbah )
226 __field( unsigned char, hob_nsect )
227 __field( unsigned char, hob_feature )
228 __field( unsigned char, ctl )
229 __field( unsigned long, flags )
230 ),
231
232 TP_fast_assign(
233 __entry->ata_port = qc->ap->print_id;
234 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
235 __entry->tag = qc->tag;
236 __entry->status = qc->result_tf.command;
237 __entry->dev = qc->result_tf.device;
238 __entry->lbal = qc->result_tf.lbal;
239 __entry->lbam = qc->result_tf.lbam;
240 __entry->lbah = qc->result_tf.lbah;
241 __entry->hob_lbal = qc->result_tf.hob_lbal;
242 __entry->hob_lbam = qc->result_tf.hob_lbam;
243 __entry->hob_lbah = qc->result_tf.hob_lbah;
244 __entry->error = qc->result_tf.feature;
245 __entry->hob_feature = qc->result_tf.hob_feature;
246 __entry->nsect = qc->result_tf.nsect;
247 __entry->hob_nsect = qc->result_tf.hob_nsect;
248 ),
249
250 TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s status=%s " \
251 " res=(%02x/%02x:%02x:%02x:%02x:%02x/%02x:%02x:%02x:%02x:%02x/%02x)",
252 __entry->ata_port, __entry->ata_dev, __entry->tag,
253 __parse_qc_flags(__entry->flags),
254 __parse_status(__entry->status),
255 __entry->status, __entry->error, __entry->nsect,
256 __entry->lbal, __entry->lbam, __entry->lbah,
257 __entry->hob_feature, __entry->hob_nsect,
258 __entry->hob_lbal, __entry->hob_lbam, __entry->hob_lbah,
259 __entry->dev)
260);
261
262DEFINE_EVENT(ata_qc_complete_template, ata_qc_complete_internal,
263 TP_PROTO(struct ata_queued_cmd *qc),
264 TP_ARGS(qc));
265
266DEFINE_EVENT(ata_qc_complete_template, ata_qc_complete_failed,
267 TP_PROTO(struct ata_queued_cmd *qc),
268 TP_ARGS(qc));
269
270DEFINE_EVENT(ata_qc_complete_template, ata_qc_complete_done,
271 TP_PROTO(struct ata_queued_cmd *qc),
272 TP_ARGS(qc));
273
274TRACE_EVENT(ata_eh_link_autopsy,
275
276 TP_PROTO(struct ata_device *dev, unsigned int eh_action, unsigned int eh_err_mask),
277
278 TP_ARGS(dev, eh_action, eh_err_mask),
279
280 TP_STRUCT__entry(
281 __field( unsigned int, ata_port )
282 __field( unsigned int, ata_dev )
283 __field( unsigned int, eh_action )
284 __field( unsigned int, eh_err_mask)
285 ),
286
287 TP_fast_assign(
288 __entry->ata_port = dev->link->ap->print_id;
289 __entry->ata_dev = dev->link->pmp + dev->devno;
290 __entry->eh_action = eh_action;
291 __entry->eh_err_mask = eh_err_mask;
292 ),
293
294 TP_printk("ata_port=%u ata_dev=%u eh_action=%s err_mask=%s",
295 __entry->ata_port, __entry->ata_dev,
296 __parse_eh_action(__entry->eh_action),
297 __parse_eh_err_mask(__entry->eh_err_mask))
298);
299
300TRACE_EVENT(ata_eh_link_autopsy_qc,
301
302 TP_PROTO(struct ata_queued_cmd *qc),
303
304 TP_ARGS(qc),
305
306 TP_STRUCT__entry(
307 __field( unsigned int, ata_port )
308 __field( unsigned int, ata_dev )
309 __field( unsigned int, tag )
310 __field( unsigned int, qc_flags )
311 __field( unsigned int, eh_err_mask)
312 ),
313
314 TP_fast_assign(
315 __entry->ata_port = qc->ap->print_id;
316 __entry->ata_dev = qc->dev->link->pmp + qc->dev->devno;
317 __entry->tag = qc->tag;
318 __entry->qc_flags = qc->flags;
319 __entry->eh_err_mask = qc->err_mask;
320 ),
321
322 TP_printk("ata_port=%u ata_dev=%u tag=%d flags=%s err_mask=%s",
323 __entry->ata_port, __entry->ata_dev, __entry->tag,
324 __parse_qc_flags(__entry->qc_flags),
325 __parse_eh_err_mask(__entry->eh_err_mask))
326);
327
328#endif /* _TRACE_LIBATA_H */
329
330/* This part must be outside protection */
331#include <trace/define_trace.h>