Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
Dcoresight-etm-perf.c132 sink = coresight_get_sink(event_data->path[cpu]); in free_event_data()
280 sink = coresight_get_sink(event_data->path[cpu]); in etm_event_start()
325 sink = coresight_get_sink(event_data->path[cpu]); in etm_event_stop()
Dcoresight-priv.h113 struct coresight_device *coresight_get_sink(struct list_head *path);
Dcoresight.c283 type = (csdev == coresight_get_sink(path)) ? in coresight_disable_path()
324 type = (csdev == coresight_get_sink(path)) ? in coresight_enable_path()
356 struct coresight_device *coresight_get_sink(struct list_head *path) in coresight_get_sink() function