Searched defs:etr_buf (Results 1 – 3 of 3) sorted by relevance
| /drivers/hwtracing/coresight/ |
| A 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() 703 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_resrv_buf() 773 struct etr_buf *etr_buf, int node, in tmc_etr_alloc_sg_buf() 940 struct etr_buf *etr_buf; in tmc_alloc_etr_buf() local 1032 struct etr_buf *etr_buf = drvdata->etr_buf; in tmc_sync_etr_buf() local 1062 struct etr_buf *etr_buf = drvdata->etr_buf; in __tmc_etr_enable_hw() local 1121 struct etr_buf *etr_buf) in tmc_etr_enable_hw() 1359 struct etr_buf *etr_buf; in alloc_etr_buf() local 1399 struct etr_buf *etr_buf; in get_perf_etr_buf_cpu_wide() local [all …]
|
| A 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
|
| A D | coresight-catu.c | 285 static void catu_free_etr_buf(struct etr_buf *etr_buf) in catu_free_etr_buf() 297 static ssize_t catu_get_data_etr_buf(struct etr_buf *etr_buf, u64 offset, in catu_get_data_etr_buf() 305 static void catu_sync_etr_buf(struct etr_buf *etr_buf, u64 rrp, u64 rwp) in catu_sync_etr_buf() 331 struct etr_buf *etr_buf, int node, void **pages) in catu_alloc_etr_buf() 404 struct etr_buf *etr_buf = NULL; in catu_enable_hw() local
|
Completed in 13 milliseconds