Home
last modified time | relevance | path

Searched refs:etm_perf_symlink (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.h66 int etm_perf_symlink(struct coresight_device *csdev, bool link);
81 static inline int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink() function
H A Dcoresight-etm-perf.c728 int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink() function
752 EXPORT_SYMBOL_GPL(etm_perf_symlink);
H A Dcoresight-etm3x-core.c916 ret = etm_perf_symlink(drvdata->csdev, true); in etm_probe()
946 etm_perf_symlink(drvdata->csdev, false); in etm_remove()
H A Dcoresight-etm4x-core.c2042 ret = etm_perf_symlink(drvdata->csdev, true); in etm4_add_coresight_dev()
2255 etm_perf_symlink(drvdata->csdev, false); in etm4_remove_dev()