Searched defs:etr_buf (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/hwtracing/coresight/ |
D | coresight-tmc-etr.c | 557 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_flat_buf() 585 static void tmc_etr_free_flat_buf(struct etr_buf *etr_buf) in tmc_etr_free_flat_buf() 595 static void tmc_etr_sync_flat_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_flat_buf() 608 static ssize_t tmc_etr_get_data_flat_buf(struct etr_buf *etr_buf, in tmc_etr_get_data_flat_buf() 633 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_sg_buf() 648 static void tmc_etr_free_sg_buf(struct etr_buf *etr_buf) in tmc_etr_free_sg_buf() 658 static ssize_t tmc_etr_get_data_sg_buf(struct etr_buf *etr_buf, u64 offset, in tmc_etr_get_data_sg_buf() 666 static void tmc_etr_sync_sg_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_sg_buf() 755 struct etr_buf *etr_buf, int node, in tmc_etr_mode_alloc_buf() 790 struct etr_buf *etr_buf; in tmc_alloc_etr_buf() local [all …]
|
D | coresight-tmc.h | 145 struct etr_buf { struct 152 const struct etr_buf_operations *ops; argument 164 * @etr_buf: details of buffer used in TMC-ETR argument 183 struct etr_buf *etr_buf; /* TMC ETR */ member
|
D | coresight-catu.c | 282 static void catu_free_etr_buf(struct etr_buf *etr_buf) in catu_free_etr_buf() 294 static ssize_t catu_get_data_etr_buf(struct etr_buf *etr_buf, u64 offset, in catu_get_data_etr_buf() 302 static void catu_sync_etr_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in catu_sync_etr_buf() 328 struct etr_buf *etr_buf, int node, void **pages) in catu_alloc_etr_buf() 410 struct etr_buf *etr_buf = data; in catu_enable_hw() local
|