Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/hwtracing/coresight/
Dcoresight-etm-perf.h64 int etm_perf_symlink(struct coresight_device *csdev, bool link);
79 static inline int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink() function
Dcoresight-etm-perf.c694 int etm_perf_symlink(struct coresight_device *csdev, bool link) in etm_perf_symlink() function
718 EXPORT_SYMBOL_GPL(etm_perf_symlink);
Dcoresight-etm3x-core.c893 ret = etm_perf_symlink(drvdata->csdev, true); in etm_probe()
923 etm_perf_symlink(drvdata->csdev, false); in etm_remove()
Dcoresight-etm4x-core.c1979 ret = etm_perf_symlink(drvdata->csdev, true); in etm4_probe()
2061 etm_perf_symlink(drvdata->csdev, false); in etm4_remove_dev()