trace.c 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391
  1. /*
  2. * Copyright(c) 2015 - 2018 Intel Corporation.
  3. *
  4. * This file is provided under a dual BSD/GPLv2 license. When using or
  5. * redistributing this file, you may do so under either license.
  6. *
  7. * GPL LICENSE SUMMARY
  8. *
  9. * This program is free software; you can redistribute it and/or modify
  10. * it under the terms of version 2 of the GNU General Public License as
  11. * published by the Free Software Foundation.
  12. *
  13. * This program is distributed in the hope that it will be useful, but
  14. * WITHOUT ANY WARRANTY; without even the implied warranty of
  15. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
  16. * General Public License for more details.
  17. *
  18. * BSD LICENSE
  19. *
  20. * Redistribution and use in source and binary forms, with or without
  21. * modification, are permitted provided that the following conditions
  22. * are met:
  23. *
  24. * - Redistributions of source code must retain the above copyright
  25. * notice, this list of conditions and the following disclaimer.
  26. * - Redistributions in binary form must reproduce the above copyright
  27. * notice, this list of conditions and the following disclaimer in
  28. * the documentation and/or other materials provided with the
  29. * distribution.
  30. * - Neither the name of Intel Corporation nor the names of its
  31. * contributors may be used to endorse or promote products derived
  32. * from this software without specific prior written permission.
  33. *
  34. * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
  35. * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
  36. * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
  37. * A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
  38. * OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
  39. * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
  40. * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
  41. * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
  42. * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
  43. * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
  44. * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  45. *
  46. */
  47. #define CREATE_TRACE_POINTS
  48. #include "trace.h"
  49. static u8 __get_ib_hdr_len(struct ib_header *hdr)
  50. {
  51. struct ib_other_headers *ohdr;
  52. u8 opcode;
  53. if (ib_get_lnh(hdr) == HFI1_LRH_BTH)
  54. ohdr = &hdr->u.oth;
  55. else
  56. ohdr = &hdr->u.l.oth;
  57. opcode = ib_bth_get_opcode(ohdr);
  58. return hdr_len_by_opcode[opcode] == 0 ?
  59. 0 : hdr_len_by_opcode[opcode] - (12 + 8);
  60. }
  61. static u8 __get_16b_hdr_len(struct hfi1_16b_header *hdr)
  62. {
  63. struct ib_other_headers *ohdr;
  64. u8 opcode;
  65. if (hfi1_16B_get_l4(hdr) == OPA_16B_L4_IB_LOCAL)
  66. ohdr = &hdr->u.oth;
  67. else
  68. ohdr = &hdr->u.l.oth;
  69. opcode = ib_bth_get_opcode(ohdr);
  70. return hdr_len_by_opcode[opcode] == 0 ?
  71. 0 : hdr_len_by_opcode[opcode] - (12 + 8 + 8);
  72. }
  73. u8 hfi1_trace_packet_hdr_len(struct hfi1_packet *packet)
  74. {
  75. if (packet->etype != RHF_RCV_TYPE_BYPASS)
  76. return __get_ib_hdr_len(packet->hdr);
  77. else
  78. return __get_16b_hdr_len(packet->hdr);
  79. }
  80. u8 hfi1_trace_opa_hdr_len(struct hfi1_opa_header *opa_hdr)
  81. {
  82. if (!opa_hdr->hdr_type)
  83. return __get_ib_hdr_len(&opa_hdr->ibh);
  84. else
  85. return __get_16b_hdr_len(&opa_hdr->opah);
  86. }
  87. const char *hfi1_trace_get_packet_l4_str(u8 l4)
  88. {
  89. if (l4)
  90. return "16B";
  91. else
  92. return "9B";
  93. }
  94. const char *hfi1_trace_get_packet_l2_str(u8 l2)
  95. {
  96. switch (l2) {
  97. case 0:
  98. return "0";
  99. case 1:
  100. return "1";
  101. case 2:
  102. return "16B";
  103. case 3:
  104. return "9B";
  105. }
  106. return "";
  107. }
  108. #define IMM_PRN "imm:%d"
  109. #define RETH_PRN "reth vaddr:0x%.16llx rkey:0x%.8x dlen:0x%.8x"
  110. #define AETH_PRN "aeth syn:0x%.2x %s msn:0x%.8x"
  111. #define DETH_PRN "deth qkey:0x%.8x sqpn:0x%.6x"
  112. #define IETH_PRN "ieth rkey:0x%.8x"
  113. #define ATOMICACKETH_PRN "origdata:%llx"
  114. #define ATOMICETH_PRN "vaddr:0x%llx rkey:0x%.8x sdata:%llx cdata:%llx"
  115. #define OP(transport, op) IB_OPCODE_## transport ## _ ## op
  116. static const char *parse_syndrome(u8 syndrome)
  117. {
  118. switch (syndrome >> 5) {
  119. case 0:
  120. return "ACK";
  121. case 1:
  122. return "RNRNAK";
  123. case 3:
  124. return "NAK";
  125. }
  126. return "";
  127. }
  128. void hfi1_trace_parse_9b_bth(struct ib_other_headers *ohdr,
  129. u8 *ack, bool *becn, bool *fecn, u8 *mig,
  130. u8 *se, u8 *pad, u8 *opcode, u8 *tver,
  131. u16 *pkey, u32 *psn, u32 *qpn)
  132. {
  133. *ack = ib_bth_get_ackreq(ohdr);
  134. *becn = ib_bth_get_becn(ohdr);
  135. *fecn = ib_bth_get_fecn(ohdr);
  136. *mig = ib_bth_get_migreq(ohdr);
  137. *se = ib_bth_get_se(ohdr);
  138. *pad = ib_bth_get_pad(ohdr);
  139. *opcode = ib_bth_get_opcode(ohdr);
  140. *tver = ib_bth_get_tver(ohdr);
  141. *pkey = ib_bth_get_pkey(ohdr);
  142. *psn = mask_psn(ib_bth_get_psn(ohdr));
  143. *qpn = ib_bth_get_qpn(ohdr);
  144. }
  145. void hfi1_trace_parse_16b_bth(struct ib_other_headers *ohdr,
  146. u8 *ack, u8 *mig, u8 *opcode,
  147. u8 *pad, u8 *se, u8 *tver,
  148. u32 *psn, u32 *qpn)
  149. {
  150. *ack = ib_bth_get_ackreq(ohdr);
  151. *mig = ib_bth_get_migreq(ohdr);
  152. *opcode = ib_bth_get_opcode(ohdr);
  153. *pad = ib_bth_get_pad(ohdr);
  154. *se = ib_bth_get_se(ohdr);
  155. *tver = ib_bth_get_tver(ohdr);
  156. *psn = mask_psn(ib_bth_get_psn(ohdr));
  157. *qpn = ib_bth_get_qpn(ohdr);
  158. }
  159. void hfi1_trace_parse_9b_hdr(struct ib_header *hdr, bool sc5,
  160. u8 *lnh, u8 *lver, u8 *sl, u8 *sc,
  161. u16 *len, u32 *dlid, u32 *slid)
  162. {
  163. *lnh = ib_get_lnh(hdr);
  164. *lver = ib_get_lver(hdr);
  165. *sl = ib_get_sl(hdr);
  166. *sc = ib_get_sc(hdr) | (sc5 << 4);
  167. *len = ib_get_len(hdr);
  168. *dlid = ib_get_dlid(hdr);
  169. *slid = ib_get_slid(hdr);
  170. }
  171. void hfi1_trace_parse_16b_hdr(struct hfi1_16b_header *hdr,
  172. u8 *age, bool *becn, bool *fecn,
  173. u8 *l4, u8 *rc, u8 *sc,
  174. u16 *entropy, u16 *len, u16 *pkey,
  175. u32 *dlid, u32 *slid)
  176. {
  177. *age = hfi1_16B_get_age(hdr);
  178. *becn = hfi1_16B_get_becn(hdr);
  179. *fecn = hfi1_16B_get_fecn(hdr);
  180. *l4 = hfi1_16B_get_l4(hdr);
  181. *rc = hfi1_16B_get_rc(hdr);
  182. *sc = hfi1_16B_get_sc(hdr);
  183. *entropy = hfi1_16B_get_entropy(hdr);
  184. *len = hfi1_16B_get_len(hdr);
  185. *pkey = hfi1_16B_get_pkey(hdr);
  186. *dlid = hfi1_16B_get_dlid(hdr);
  187. *slid = hfi1_16B_get_slid(hdr);
  188. }
  189. #define LRH_PRN "len:%d sc:%d dlid:0x%.4x slid:0x%.4x "
  190. #define LRH_9B_PRN "lnh:%d,%s lver:%d sl:%d"
  191. #define LRH_16B_PRN "age:%d becn:%d fecn:%d l4:%d " \
  192. "rc:%d sc:%d pkey:0x%.4x entropy:0x%.4x"
  193. const char *hfi1_trace_fmt_lrh(struct trace_seq *p, bool bypass,
  194. u8 age, bool becn, bool fecn, u8 l4,
  195. u8 lnh, const char *lnh_name, u8 lver,
  196. u8 rc, u8 sc, u8 sl, u16 entropy,
  197. u16 len, u16 pkey, u32 dlid, u32 slid)
  198. {
  199. const char *ret = trace_seq_buffer_ptr(p);
  200. trace_seq_printf(p, LRH_PRN, len, sc, dlid, slid);
  201. if (bypass)
  202. trace_seq_printf(p, LRH_16B_PRN,
  203. age, becn, fecn, l4, rc, sc, pkey, entropy);
  204. else
  205. trace_seq_printf(p, LRH_9B_PRN,
  206. lnh, lnh_name, lver, sl);
  207. trace_seq_putc(p, 0);
  208. return ret;
  209. }
  210. #define BTH_9B_PRN \
  211. "op:0x%.2x,%s se:%d m:%d pad:%d tver:%d pkey:0x%.4x " \
  212. "f:%d b:%d qpn:0x%.6x a:%d psn:0x%.8x"
  213. #define BTH_16B_PRN \
  214. "op:0x%.2x,%s se:%d m:%d pad:%d tver:%d " \
  215. "qpn:0x%.6x a:%d psn:0x%.8x"
  216. const char *hfi1_trace_fmt_bth(struct trace_seq *p, bool bypass,
  217. u8 ack, bool becn, bool fecn, u8 mig,
  218. u8 se, u8 pad, u8 opcode, const char *opname,
  219. u8 tver, u16 pkey, u32 psn, u32 qpn)
  220. {
  221. const char *ret = trace_seq_buffer_ptr(p);
  222. if (bypass)
  223. trace_seq_printf(p, BTH_16B_PRN,
  224. opcode, opname,
  225. se, mig, pad, tver, qpn, ack, psn);
  226. else
  227. trace_seq_printf(p, BTH_9B_PRN,
  228. opcode, opname,
  229. se, mig, pad, tver, pkey, fecn, becn,
  230. qpn, ack, psn);
  231. trace_seq_putc(p, 0);
  232. return ret;
  233. }
  234. const char *parse_everbs_hdrs(
  235. struct trace_seq *p,
  236. u8 opcode,
  237. void *ehdrs)
  238. {
  239. union ib_ehdrs *eh = ehdrs;
  240. const char *ret = trace_seq_buffer_ptr(p);
  241. switch (opcode) {
  242. /* imm */
  243. case OP(RC, SEND_LAST_WITH_IMMEDIATE):
  244. case OP(UC, SEND_LAST_WITH_IMMEDIATE):
  245. case OP(RC, SEND_ONLY_WITH_IMMEDIATE):
  246. case OP(UC, SEND_ONLY_WITH_IMMEDIATE):
  247. case OP(RC, RDMA_WRITE_LAST_WITH_IMMEDIATE):
  248. case OP(UC, RDMA_WRITE_LAST_WITH_IMMEDIATE):
  249. trace_seq_printf(p, IMM_PRN,
  250. be32_to_cpu(eh->imm_data));
  251. break;
  252. /* reth + imm */
  253. case OP(RC, RDMA_WRITE_ONLY_WITH_IMMEDIATE):
  254. case OP(UC, RDMA_WRITE_ONLY_WITH_IMMEDIATE):
  255. trace_seq_printf(p, RETH_PRN " " IMM_PRN,
  256. get_ib_reth_vaddr(&eh->rc.reth),
  257. be32_to_cpu(eh->rc.reth.rkey),
  258. be32_to_cpu(eh->rc.reth.length),
  259. be32_to_cpu(eh->rc.imm_data));
  260. break;
  261. /* reth */
  262. case OP(RC, RDMA_READ_REQUEST):
  263. case OP(RC, RDMA_WRITE_FIRST):
  264. case OP(UC, RDMA_WRITE_FIRST):
  265. case OP(RC, RDMA_WRITE_ONLY):
  266. case OP(UC, RDMA_WRITE_ONLY):
  267. trace_seq_printf(p, RETH_PRN,
  268. get_ib_reth_vaddr(&eh->rc.reth),
  269. be32_to_cpu(eh->rc.reth.rkey),
  270. be32_to_cpu(eh->rc.reth.length));
  271. break;
  272. case OP(RC, RDMA_READ_RESPONSE_FIRST):
  273. case OP(RC, RDMA_READ_RESPONSE_LAST):
  274. case OP(RC, RDMA_READ_RESPONSE_ONLY):
  275. case OP(RC, ACKNOWLEDGE):
  276. trace_seq_printf(p, AETH_PRN, be32_to_cpu(eh->aeth) >> 24,
  277. parse_syndrome(be32_to_cpu(eh->aeth) >> 24),
  278. be32_to_cpu(eh->aeth) & IB_MSN_MASK);
  279. break;
  280. /* aeth + atomicacketh */
  281. case OP(RC, ATOMIC_ACKNOWLEDGE):
  282. trace_seq_printf(p, AETH_PRN " " ATOMICACKETH_PRN,
  283. be32_to_cpu(eh->at.aeth) >> 24,
  284. parse_syndrome(be32_to_cpu(eh->at.aeth) >> 24),
  285. be32_to_cpu(eh->at.aeth) & IB_MSN_MASK,
  286. ib_u64_get(&eh->at.atomic_ack_eth));
  287. break;
  288. /* atomiceth */
  289. case OP(RC, COMPARE_SWAP):
  290. case OP(RC, FETCH_ADD):
  291. trace_seq_printf(p, ATOMICETH_PRN,
  292. get_ib_ateth_vaddr(&eh->atomic_eth),
  293. eh->atomic_eth.rkey,
  294. get_ib_ateth_swap(&eh->atomic_eth),
  295. get_ib_ateth_compare(&eh->atomic_eth));
  296. break;
  297. /* deth */
  298. case OP(UD, SEND_ONLY):
  299. case OP(UD, SEND_ONLY_WITH_IMMEDIATE):
  300. trace_seq_printf(p, DETH_PRN,
  301. be32_to_cpu(eh->ud.deth[0]),
  302. be32_to_cpu(eh->ud.deth[1]) & RVT_QPN_MASK);
  303. break;
  304. /* ieth */
  305. case OP(RC, SEND_LAST_WITH_INVALIDATE):
  306. case OP(RC, SEND_ONLY_WITH_INVALIDATE):
  307. trace_seq_printf(p, IETH_PRN,
  308. be32_to_cpu(eh->ieth));
  309. break;
  310. }
  311. trace_seq_putc(p, 0);
  312. return ret;
  313. }
  314. const char *parse_sdma_flags(
  315. struct trace_seq *p,
  316. u64 desc0, u64 desc1)
  317. {
  318. const char *ret = trace_seq_buffer_ptr(p);
  319. char flags[5] = { 'x', 'x', 'x', 'x', 0 };
  320. flags[0] = (desc1 & SDMA_DESC1_INT_REQ_FLAG) ? 'I' : '-';
  321. flags[1] = (desc1 & SDMA_DESC1_HEAD_TO_HOST_FLAG) ? 'H' : '-';
  322. flags[2] = (desc0 & SDMA_DESC0_FIRST_DESC_FLAG) ? 'F' : '-';
  323. flags[3] = (desc0 & SDMA_DESC0_LAST_DESC_FLAG) ? 'L' : '-';
  324. trace_seq_printf(p, "%s", flags);
  325. if (desc0 & SDMA_DESC0_FIRST_DESC_FLAG)
  326. trace_seq_printf(p, " amode:%u aidx:%u alen:%u",
  327. (u8)((desc1 >> SDMA_DESC1_HEADER_MODE_SHIFT) &
  328. SDMA_DESC1_HEADER_MODE_MASK),
  329. (u8)((desc1 >> SDMA_DESC1_HEADER_INDEX_SHIFT) &
  330. SDMA_DESC1_HEADER_INDEX_MASK),
  331. (u8)((desc1 >> SDMA_DESC1_HEADER_DWS_SHIFT) &
  332. SDMA_DESC1_HEADER_DWS_MASK));
  333. return ret;
  334. }
  335. const char *print_u32_array(
  336. struct trace_seq *p,
  337. u32 *arr, int len)
  338. {
  339. int i;
  340. const char *ret = trace_seq_buffer_ptr(p);
  341. for (i = 0; i < len ; i++)
  342. trace_seq_printf(p, "%s%#x", i == 0 ? "" : " ", arr[i]);
  343. trace_seq_putc(p, 0);
  344. return ret;
  345. }
  346. __hfi1_trace_fn(AFFINITY);
  347. __hfi1_trace_fn(PKT);
  348. __hfi1_trace_fn(PROC);
  349. __hfi1_trace_fn(SDMA);
  350. __hfi1_trace_fn(LINKVERB);
  351. __hfi1_trace_fn(DEBUG);
  352. __hfi1_trace_fn(SNOOP);
  353. __hfi1_trace_fn(CNTR);
  354. __hfi1_trace_fn(PIO);
  355. __hfi1_trace_fn(DC8051);
  356. __hfi1_trace_fn(FIRMWARE);
  357. __hfi1_trace_fn(RCVCTRL);
  358. __hfi1_trace_fn(TID);
  359. __hfi1_trace_fn(MMU);
  360. __hfi1_trace_fn(IOCTL);