Home
last modified time | relevance | path

Searched refs:print_fn (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/tools/perf/ui/
Dhist.c23 hpp_snprint_fn print_fn, bool fmt_percent) in __hpp__fmt() argument
38 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, percent); in __hpp__fmt()
40 ret = hpp__call_print_fn(hpp, print_fn, fmt, len, get_field(he)); in __hpp__fmt()
65 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
68 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
74 ret += hpp__call_print_fn(hpp, print_fn, fmt, len, in __hpp__fmt()
77 ret += hpp__call_print_fn(hpp, print_fn, fmt, in __hpp__fmt()
91 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
94 ret += hpp__call_print_fn(hpp, print_fn, in __hpp__fmt()
112 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent) in hpp__fmt() argument
[all …]
/Linux-v4.19/drivers/scsi/ufs/
Dufs-qcom.c1424 void *priv, void (*print_fn)(struct ufs_hba *hba, in ufs_qcom_print_hw_debug_reg_all()
1434 if (unlikely(!print_fn)) { in ufs_qcom_print_hw_debug_reg_all()
1444 print_fn(hba, reg, 44, "UFS_UFS_DBG_RD_REG_OCSC ", priv); in ufs_qcom_print_hw_debug_reg_all()
1451 print_fn(hba, reg, 32, "UFS_UFS_DBG_RD_EDTL_RAM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1454 print_fn(hba, reg, 128, "UFS_UFS_DBG_RD_DESC_RAM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1457 print_fn(hba, reg, 64, "UFS_UFS_DBG_RD_PRDT_RAM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1463 print_fn(hba, reg, 4, "UFS_DBG_RD_REG_UAWM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1466 print_fn(hba, reg, 4, "UFS_DBG_RD_REG_UARM ", priv); in ufs_qcom_print_hw_debug_reg_all()
1469 print_fn(hba, reg, 48, "UFS_DBG_RD_REG_TXUC ", priv); in ufs_qcom_print_hw_debug_reg_all()
1472 print_fn(hba, reg, 27, "UFS_DBG_RD_REG_RXUC ", priv); in ufs_qcom_print_hw_debug_reg_all()
[all …]
/Linux-v4.19/tools/perf/util/
Dhist.h397 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
400 const char *fmtstr, hpp_snprint_fn print_fn, bool fmt_percent);
/Linux-v4.19/drivers/usb/dwc2/
Dhcd_queue.c443 void (*print_fn)(const char *str, void *data), in pmap_print()
487 print_fn(tmp, print_data); in pmap_print()