Searched defs:etr_buf (Results 1 – 3 of 3) sorted by relevance
/linux-6.15/drivers/hwtracing/coresight/ |
D | coresight-tmc-etr.c | 48 struct etr_buf *etr_buf; member 605 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_flat_buf() 636 static void tmc_etr_free_flat_buf(struct etr_buf *etr_buf) in tmc_etr_free_flat_buf() 650 static void tmc_etr_sync_flat_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_flat_buf() 679 static ssize_t tmc_etr_get_data_flat_buf(struct etr_buf *etr_buf, in tmc_etr_get_data_flat_buf() 703 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_resrv_buf() 735 static void tmc_etr_free_resrv_buf(struct etr_buf *etr_buf) in tmc_etr_free_resrv_buf() 748 static void tmc_etr_sync_resrv_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in tmc_etr_sync_resrv_buf() 773 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_sg_buf() 789 static void tmc_etr_free_sg_buf(struct etr_buf *etr_buf) in tmc_etr_free_sg_buf() [all …]
|
D | coresight-tmc.h | 182 struct etr_buf { struct 190 const struct etr_buf_operations *ops; argument 191 void *private; 258 struct etr_buf *etr_buf; /* TMC ETR */ member
|
D | coresight-catu.c | 286 static void catu_free_etr_buf(struct etr_buf *etr_buf) in catu_free_etr_buf() 298 static ssize_t catu_get_data_etr_buf(struct etr_buf *etr_buf, u64 offset, in catu_get_data_etr_buf() 306 static void catu_sync_etr_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in catu_sync_etr_buf() 332 struct etr_buf *etr_buf, int node, void **pages) in catu_alloc_etr_buf() 405 struct etr_buf *etr_buf = NULL; in catu_enable_hw() local
|