Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-sysfs.c262 coresight_release_path(path); in coresight_enable_sysfs()
306 coresight_release_path(path); in coresight_disable_sysfs()
H A Dcoresight-priv.h146 void coresight_release_path(struct coresight_path *path);
H A Dcoresight-etm-perf.c245 coresight_release_path(*ppath); in free_event_data()
424 coresight_release_path(path); in etm_setup_aux()
H A Dcoresight-core.c853 * coresight_release_path - release a previously built path.
859 void coresight_release_path(struct coresight_path *path) in coresight_release_path() function