Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/hwtracing/coresight/
Dcoresight-tmc-etr.c41 struct etr_buf *etr_buf; member
591 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_flat_buf()
620 static void tmc_etr_free_flat_buf(struct etr_buf *etr_buf) in tmc_etr_free_flat_buf()
633 static void tmc_etr_sync_flat_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_flat_buf()
646 static ssize_t tmc_etr_get_data_flat_buf(struct etr_buf *etr_buf, in tmc_etr_get_data_flat_buf()
671 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_sg_buf()
687 static void tmc_etr_free_sg_buf(struct etr_buf *etr_buf) in tmc_etr_free_sg_buf()
697 static ssize_t tmc_etr_get_data_sg_buf(struct etr_buf *etr_buf, u64 offset, in tmc_etr_get_data_sg_buf()
705 static void tmc_etr_sync_sg_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_sg_buf()
771 struct etr_buf *etr_buf) in tmc_etr_enable_catu()
[all …]
Dcoresight-tmc.h153 struct etr_buf { struct
161 const struct etr_buf_operations *ops; argument
174 * @etr_buf: details of buffer used in TMC-ETR argument
197 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()
412 struct etr_buf *etr_buf = data; in catu_enable_hw() local