Home
last modified time | relevance | path

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

/openbmc/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h130 int coresight_enable_path(struct list_head *path, enum cs_mode mode,
H A Dcoresight-core.c562 int coresight_enable_path(struct list_head *path, enum cs_mode mode, in coresight_enable_path() function
1160 ret = coresight_enable_path(path, CS_MODE_SYSFS, NULL); in coresight_enable()
H A Dcoresight-etm-perf.c492 if (coresight_enable_path(path, CS_MODE_PERF, handle)) in etm_event_start()