Home
last modified time | relevance | path

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

/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h138 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode);
H A Dcoresight-sysfs.c218 ret = coresight_enable_path(path, CS_MODE_SYSFS); in coresight_enable_sysfs()
H A Dcoresight-etm-perf.c530 if (coresight_enable_path(path, CS_MODE_PERF)) in etm_event_start()
H A Dcoresight-core.c505 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode) in coresight_enable_path() function