Home
last modified time | relevance | path

Searched defs:etr_buf (Results 1 – 3 of 3) sorted by relevance

/linux-6.8/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c46 struct etr_buf *etr_buf; member
603 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_flat_buf()
634 static void tmc_etr_free_flat_buf(struct etr_buf *etr_buf) in tmc_etr_free_flat_buf()
648 static void tmc_etr_sync_flat_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_flat_buf()
677 static ssize_t tmc_etr_get_data_flat_buf(struct etr_buf *etr_buf, in tmc_etr_get_data_flat_buf()
702 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_sg_buf()
718 static void tmc_etr_free_sg_buf(struct etr_buf *etr_buf) in tmc_etr_free_sg_buf()
728 static ssize_t tmc_etr_get_data_sg_buf(struct etr_buf *etr_buf, u64 offset, in tmc_etr_get_data_sg_buf()
736 static void tmc_etr_sync_sg_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_sg_buf()
819 struct etr_buf *etr_buf, int node, in tmc_etr_mode_alloc_buf()
[all …]
Dcoresight-tmc.h155 struct etr_buf { struct
163 const struct etr_buf_operations *ops; argument
176 * @etr_buf: details of buffer used in TMC-ETR argument
201 struct etr_buf *etr_buf; /* TMC ETR */ member
Dcoresight-catu.c284 static void catu_free_etr_buf(struct etr_buf *etr_buf) in catu_free_etr_buf()
296 static ssize_t catu_get_data_etr_buf(struct etr_buf *etr_buf, u64 offset, in catu_get_data_etr_buf()
304 static void catu_sync_etr_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in catu_sync_etr_buf()
330 struct etr_buf *etr_buf, int node, void **pages) in catu_alloc_etr_buf()
403 struct etr_buf *etr_buf = NULL; in catu_enable_hw() local