Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-priv.h136 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode,
H A Dcoresight-sysfs.c217 ret = coresight_enable_path(path, CS_MODE_SYSFS, NULL); in coresight_enable_sysfs()
H A Dcoresight-etm-perf.c500 if (coresight_enable_path(path, CS_MODE_PERF, handle)) in etm_event_start()
H A Dcoresight-core.c451 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode, in coresight_enable_path() function