Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
Dcoresight-priv.h112 int coresight_enable_path(struct list_head *path, u32 mode);
Dcoresight.c305 int coresight_enable_path(struct list_head *path, u32 mode) in coresight_enable_path() function
591 ret = coresight_enable_path(path, CS_MODE_SYSFS); in coresight_enable()
Dcoresight-etm-perf.c290 if (coresight_enable_path(event_data->path[cpu], CS_MODE_PERF)) in etm_event_start()