Lines Matching refs:coresight_device
51 static DEFINE_PER_CPU(struct coresight_device *, csdev_src);
199 struct coresight_device *sink; in free_sink_buffer()
233 struct coresight_device *sink = coresight_get_sink(*ppath); in free_event_data()
301 static bool sinks_compatible(struct coresight_device *a, in sinks_compatible()
302 struct coresight_device *b) in sinks_compatible()
322 struct coresight_device *sink = NULL; in etm_setup_aux()
323 struct coresight_device *user_sink = NULL, *last_sink = NULL; in etm_setup_aux()
356 struct coresight_device *csdev; in etm_setup_aux()
460 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_start()
557 struct coresight_device *sink, *csdev = per_cpu(csdev_src, cpu); in etm_event_stop()
745 int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink()
818 int etm_perf_add_symlink_sink(struct coresight_device *csdev) in etm_perf_add_symlink_sink()
850 void etm_perf_del_symlink_sink(struct coresight_device *csdev) in etm_perf_del_symlink_sink()