Searched refs:coresight_enable_path (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/ |
H A D | coresight-priv.h | 130 int coresight_enable_path(struct list_head *path, enum cs_mode mode,
|
H A D | coresight-core.c | 448 * There is an imbalance between coresight_enable_path() and 562 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 D | coresight-etm-perf.c | 492 if (coresight_enable_path(path, CS_MODE_PERF, handle)) in etm_event_start()
|
/kernel/linux/linux-5.10/drivers/hwtracing/coresight/ |
H A D | coresight-priv.h | 150 int coresight_enable_path(struct list_head *path, u32 mode, void *sink_data);
|
H A D | coresight-etm-perf.c | 339 if (coresight_enable_path(path, CS_MODE_PERF, handle)) in etm_event_start()
|
H A D | coresight-core.c | 508 int coresight_enable_path(struct list_head *path, u32 mode, void *sink_data) in coresight_enable_path() function 1083 ret = coresight_enable_path(path, CS_MODE_SYSFS, NULL); in coresight_enable()
|
Completed in 8 milliseconds