Home
last modified time | relevance | path

Searched refs:coresight_get_sink (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c208 sink = coresight_get_sink(etm_event_cpu_path(event_data, cpu)); in free_sink_buffer()
233 struct coresight_device *sink = coresight_get_sink(*ppath); in free_event_data()
497 sink = coresight_get_sink(path); in etm_event_start()
602 sink = coresight_get_sink(path); in etm_event_stop()
H A Dcoresight-priv.h138 struct coresight_device *coresight_get_sink(struct list_head *path);
H A Dcoresight-core.c393 type = (csdev == coresight_get_sink(path)) ?
474 type = (csdev == coresight_get_sink(path)) ?
512 struct coresight_device *coresight_get_sink(struct list_head *path) in coresight_sink_by_id()
475 struct coresight_device *coresight_get_sink(struct list_head *path) coresight_get_sink() function