Searched defs:etr_buf (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
| D | coresight-tmc-etr.c | 41 struct etr_buf *etr_buf; member 599 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_flat_buf() 628 static void tmc_etr_free_flat_buf(struct etr_buf *etr_buf) in tmc_etr_free_flat_buf() 641 static void tmc_etr_sync_flat_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_flat_buf() 654 static ssize_t tmc_etr_get_data_flat_buf(struct etr_buf *etr_buf, in tmc_etr_get_data_flat_buf() 679 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_sg_buf() 695 static void tmc_etr_free_sg_buf(struct etr_buf *etr_buf) in tmc_etr_free_sg_buf() 705 static ssize_t tmc_etr_get_data_sg_buf(struct etr_buf *etr_buf, u64 offset, in tmc_etr_get_data_sg_buf() 713 static void tmc_etr_sync_sg_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_sg_buf() 780 struct etr_buf *etr_buf) in tmc_etr_enable_catu() [all …]
|
| D | coresight-tmc.h | 153 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
|
| D | coresight-catu.c | 284 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
|
| /kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
| D | coresight-tmc-etr.c | 40 struct etr_buf *etr_buf; member 597 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_flat_buf() 628 static void tmc_etr_free_flat_buf(struct etr_buf *etr_buf) in tmc_etr_free_flat_buf() 642 static void tmc_etr_sync_flat_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_flat_buf() 671 static ssize_t tmc_etr_get_data_flat_buf(struct etr_buf *etr_buf, in tmc_etr_get_data_flat_buf() 696 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_sg_buf() 712 static void tmc_etr_free_sg_buf(struct etr_buf *etr_buf) in tmc_etr_free_sg_buf() 722 static ssize_t tmc_etr_get_data_sg_buf(struct etr_buf *etr_buf, u64 offset, in tmc_etr_get_data_sg_buf() 730 static void tmc_etr_sync_sg_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_sg_buf() 813 struct etr_buf *etr_buf, int node, in tmc_etr_mode_alloc_buf() [all …]
|
| D | coresight-tmc.h | 154 struct etr_buf { struct 162 const struct etr_buf_operations *ops; argument 175 * @etr_buf: details of buffer used in TMC-ETR argument 200 struct etr_buf *etr_buf; /* TMC ETR */ member
|
| D | coresight-catu.c | 284 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
|