Searched refs:coresight_path (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/hwtracing/coresight/ |
| H A D | coresight-priv.h | 137 void coresight_disable_path(struct coresight_path *path); 138 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode); 139 struct coresight_device *coresight_get_sink(struct coresight_path *path); 143 struct coresight_path *coresight_build_path(struct coresight_device *csdev, 145 void coresight_release_path(struct coresight_path *path); 156 void coresight_path_assign_trace_id(struct coresight_path *path,
|
| H A D | coresight-core.c | 85 static struct coresight_device *coresight_get_source(struct coresight_path *path) in coresight_get_source() 307 struct coresight_path *path) in coresight_enable_sink() 363 struct coresight_path *path) in coresight_enable_helper() 369 struct coresight_path *path) in coresight_disable_helper() 375 struct coresight_path *path) in coresight_disable_helpers() 431 static void coresight_disable_path_from(struct coresight_path *path, in coresight_disable_path_from() 482 void coresight_disable_path(struct coresight_path *path) in coresight_disable_path() 490 struct coresight_path *path) in coresight_enable_helpers() 508 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode) in coresight_enable_path() 575 struct coresight_device *coresight_get_sink(struct coresight_path *path) in coresight_get_sink() [all …]
|
| H A D | coresight-etm-perf.c | 142 static inline struct coresight_path ** 148 static inline struct coresight_path * 232 struct coresight_path **ppath; in free_event_data() 282 event_data->path = alloc_percpu(struct coresight_path *); in alloc_event_data() 356 struct coresight_path *path; in etm_setup_aux() 483 struct coresight_path *path; in etm_event_start() 587 struct coresight_path *path; in etm_event_pause() 637 struct coresight_path *path; in etm_event_stop()
|
| H A D | coresight-cti.h | 216 struct coresight_path *path); 217 int cti_disable(struct coresight_device *csdev, struct coresight_path *path);
|
| H A D | coresight-ctcu-core.c | 136 static int ctcu_set_etr_traceid(struct coresight_device *csdev, struct coresight_path *path, in ctcu_set_etr_traceid() 158 struct coresight_path *path) in ctcu_enable() 163 static int ctcu_disable(struct coresight_device *csdev, struct coresight_path *path) in ctcu_disable()
|
| H A D | coresight-sysfs.c | 26 static DEFINE_PER_CPU(struct coresight_path *, tracer_path); 58 struct coresight_path *path) in coresight_enable_source_sysfs() 172 struct coresight_path *path; in coresight_enable_sysfs() 271 struct coresight_path *path = NULL; in coresight_disable_sysfs()
|
| H A D | coresight-dummy.c | 24 __maybe_unused struct coresight_path *path) in dummy_source_enable() 52 struct coresight_path *path) in dummy_sink_enable()
|
| H A D | coresight-catu.c | 398 struct coresight_path *path) in catu_enable_hw() 456 struct coresight_path *path) in catu_enable() 489 static int catu_disable(struct coresight_device *csdev, struct coresight_path *path) in catu_disable()
|
| H A D | ultrasoc-smb.c | 215 struct coresight_path *path) in smb_enable_perf() 242 struct coresight_path *path) in smb_enable()
|
| H A D | coresight-tmc-etf.c | 250 struct coresight_path *path) in tmc_enable_etf_sink_perf() 309 struct coresight_path *path) in tmc_enable_etf_sink()
|
| H A D | coresight-cti-core.c | 613 struct coresight_path *path) in cti_enable() 620 int cti_disable(struct coresight_device *csdev, struct coresight_path *path) in cti_disable()
|
| H A D | coresight-tpiu.c | 76 struct coresight_path *path) in tpiu_enable()
|
| H A D | coresight-etb10.c | 168 static int etb_enable_perf(struct coresight_device *csdev, struct coresight_path *path) in etb_enable_perf() 225 struct coresight_path *path) in etb_enable()
|
| H A D | coresight-tmc-etr.c | 1347 struct coresight_path *path) in tmc_etr_get_buffer() 1736 struct coresight_path *path) in tmc_enable_etr_sink_perf() 1791 struct coresight_path *path) in tmc_enable_etr_sink()
|
| H A D | coresight-stm.c | 196 __maybe_unused struct coresight_path *path) in stm_enable()
|
| H A D | coresight-trbe.c | 1016 struct coresight_path *path) in arm_trbe_enable()
|
| H A D | coresight-tpdm.c | 484 struct coresight_path *path) in tpdm_enable()
|
| /linux/include/linux/ |
| H A D | coresight.h | 330 struct coresight_path { struct 361 struct coresight_path *path); 400 enum cs_mode mode, struct coresight_path *path); 418 struct coresight_path *path); 420 struct coresight_path *path);
|