Lines Matching refs:buf_len
280 char *buf, size_t buf_len) in arm_spe_pkt_desc_event() argument
285 arm_spe_pkt_out_string(&err, &buf, &buf_len, "EV"); in arm_spe_pkt_desc_event()
288 arm_spe_pkt_out_string(&err, &buf, &buf_len, " EXCEPTION-GEN"); in arm_spe_pkt_desc_event()
290 arm_spe_pkt_out_string(&err, &buf, &buf_len, " RETIRED"); in arm_spe_pkt_desc_event()
292 arm_spe_pkt_out_string(&err, &buf, &buf_len, " L1D-ACCESS"); in arm_spe_pkt_desc_event()
294 arm_spe_pkt_out_string(&err, &buf, &buf_len, " L1D-REFILL"); in arm_spe_pkt_desc_event()
296 arm_spe_pkt_out_string(&err, &buf, &buf_len, " TLB-ACCESS"); in arm_spe_pkt_desc_event()
298 arm_spe_pkt_out_string(&err, &buf, &buf_len, " TLB-REFILL"); in arm_spe_pkt_desc_event()
300 arm_spe_pkt_out_string(&err, &buf, &buf_len, " NOT-TAKEN"); in arm_spe_pkt_desc_event()
302 arm_spe_pkt_out_string(&err, &buf, &buf_len, " MISPRED"); in arm_spe_pkt_desc_event()
304 arm_spe_pkt_out_string(&err, &buf, &buf_len, " LLC-ACCESS"); in arm_spe_pkt_desc_event()
306 arm_spe_pkt_out_string(&err, &buf, &buf_len, " LLC-REFILL"); in arm_spe_pkt_desc_event()
308 arm_spe_pkt_out_string(&err, &buf, &buf_len, " REMOTE-ACCESS"); in arm_spe_pkt_desc_event()
310 arm_spe_pkt_out_string(&err, &buf, &buf_len, " ALIGNMENT"); in arm_spe_pkt_desc_event()
312 arm_spe_pkt_out_string(&err, &buf, &buf_len, " TXN"); in arm_spe_pkt_desc_event()
314 arm_spe_pkt_out_string(&err, &buf, &buf_len, " SVE-PARTIAL-PRED"); in arm_spe_pkt_desc_event()
316 arm_spe_pkt_out_string(&err, &buf, &buf_len, " SVE-EMPTY-PRED"); in arm_spe_pkt_desc_event()
322 char *buf, size_t buf_len) in arm_spe_pkt_desc_op_type() argument
330 arm_spe_pkt_out_string(&err, &buf, &buf_len, "SVE-OTHER"); in arm_spe_pkt_desc_op_type()
333 arm_spe_pkt_out_string(&err, &buf, &buf_len, " EVLEN %d", in arm_spe_pkt_desc_op_type()
337 arm_spe_pkt_out_string(&err, &buf, &buf_len, " FP"); in arm_spe_pkt_desc_op_type()
339 arm_spe_pkt_out_string(&err, &buf, &buf_len, " PRED"); in arm_spe_pkt_desc_op_type()
341 arm_spe_pkt_out_string(&err, &buf, &buf_len, "OTHER"); in arm_spe_pkt_desc_op_type()
342 arm_spe_pkt_out_string(&err, &buf, &buf_len, " %s", in arm_spe_pkt_desc_op_type()
348 arm_spe_pkt_out_string(&err, &buf, &buf_len, in arm_spe_pkt_desc_op_type()
353 arm_spe_pkt_out_string(&err, &buf, &buf_len, " AT"); in arm_spe_pkt_desc_op_type()
355 arm_spe_pkt_out_string(&err, &buf, &buf_len, " EXCL"); in arm_spe_pkt_desc_op_type()
357 arm_spe_pkt_out_string(&err, &buf, &buf_len, " AR"); in arm_spe_pkt_desc_op_type()
362 arm_spe_pkt_out_string(&err, &buf, &buf_len, " SIMD-FP"); in arm_spe_pkt_desc_op_type()
365 arm_spe_pkt_out_string(&err, &buf, &buf_len, " GP-REG"); in arm_spe_pkt_desc_op_type()
368 arm_spe_pkt_out_string(&err, &buf, &buf_len, " UNSPEC-REG"); in arm_spe_pkt_desc_op_type()
371 arm_spe_pkt_out_string(&err, &buf, &buf_len, " NV-SYSREG"); in arm_spe_pkt_desc_op_type()
374 arm_spe_pkt_out_string(&err, &buf, &buf_len, " MTE-TAG"); in arm_spe_pkt_desc_op_type()
377 arm_spe_pkt_out_string(&err, &buf, &buf_len, " MEMCPY"); in arm_spe_pkt_desc_op_type()
380 arm_spe_pkt_out_string(&err, &buf, &buf_len, " MEMSET"); in arm_spe_pkt_desc_op_type()
388 arm_spe_pkt_out_string(&err, &buf, &buf_len, " EVLEN %d", in arm_spe_pkt_desc_op_type()
392 arm_spe_pkt_out_string(&err, &buf, &buf_len, " PRED"); in arm_spe_pkt_desc_op_type()
394 arm_spe_pkt_out_string(&err, &buf, &buf_len, " SG"); in arm_spe_pkt_desc_op_type()
398 arm_spe_pkt_out_string(&err, &buf, &buf_len, "B"); in arm_spe_pkt_desc_op_type()
401 arm_spe_pkt_out_string(&err, &buf, &buf_len, " COND"); in arm_spe_pkt_desc_op_type()
403 arm_spe_pkt_out_string(&err, &buf, &buf_len, " IND"); in arm_spe_pkt_desc_op_type()
405 arm_spe_pkt_out_string(&err, &buf, &buf_len, " GCS"); in arm_spe_pkt_desc_op_type()
407 arm_spe_pkt_out_string(&err, &buf, &buf_len, " CR-BL"); in arm_spe_pkt_desc_op_type()
409 arm_spe_pkt_out_string(&err, &buf, &buf_len, " CR-RET"); in arm_spe_pkt_desc_op_type()
411 arm_spe_pkt_out_string(&err, &buf, &buf_len, " CR-NON-BL-RET"); in arm_spe_pkt_desc_op_type()
423 char *buf, size_t buf_len) in arm_spe_pkt_desc_addr() argument
438 arm_spe_pkt_out_string(&err, &buf, &buf_len, in arm_spe_pkt_desc_addr()
443 arm_spe_pkt_out_string(&err, &buf, &buf_len, in arm_spe_pkt_desc_addr()
451 arm_spe_pkt_out_string(&err, &buf, &buf_len, in arm_spe_pkt_desc_addr()
465 char *buf, size_t buf_len) in arm_spe_pkt_desc_counter() argument
471 arm_spe_pkt_out_string(&err, &buf, &buf_len, "%s %d ", name, in arm_spe_pkt_desc_counter()
476 arm_spe_pkt_out_string(&err, &buf, &buf_len, "TOT"); in arm_spe_pkt_desc_counter()
479 arm_spe_pkt_out_string(&err, &buf, &buf_len, "ISSUE"); in arm_spe_pkt_desc_counter()
482 arm_spe_pkt_out_string(&err, &buf, &buf_len, "XLAT"); in arm_spe_pkt_desc_counter()
492 size_t buf_len) in arm_spe_pkt_desc() argument
498 size_t blen = buf_len; in arm_spe_pkt_desc()
508 err = arm_spe_pkt_desc_event(packet, buf, buf_len); in arm_spe_pkt_desc()
511 err = arm_spe_pkt_desc_op_type(packet, buf, buf_len); in arm_spe_pkt_desc()
518 err = arm_spe_pkt_desc_addr(packet, buf, buf_len); in arm_spe_pkt_desc()
525 err = arm_spe_pkt_desc_counter(packet, buf, buf_len); in arm_spe_pkt_desc()
536 arm_spe_pkt_out_string(&err, &buf_orig, &buf_len, "%s 0x%llx (%d)", in arm_spe_pkt_desc()