Searched refs:coresight_path (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/hwtracing/coresight/ |
H A D | coresight-priv.h | 137 void coresight_disable_path(struct coresight_path *path); 138 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode, 140 struct coresight_device *coresight_get_sink(struct coresight_path *path); 144 struct coresight_path *coresight_build_path(struct coresight_device *csdev, 146 void coresight_release_path(struct coresight_path *path); 157 void coresight_path_assign_trace_id(struct coresight_path *path,
|
H A D | coresight-ctcu-core.c | 138 static int ctcu_set_etr_traceid(struct coresight_device *csdev, struct coresight_path *path, in ctcu_set_etr_traceid() 161 struct coresight_path *path = (struct coresight_path *)data; in ctcu_enable() 168 struct coresight_path *path = (struct coresight_path *)data; in ctcu_disable()
|
H A D | coresight-etm-perf.c | 139 static inline struct coresight_path ** 145 static inline struct coresight_path * 229 struct coresight_path **ppath; in free_event_data() 279 event_data->path = alloc_percpu(struct coresight_path *); in alloc_event_data() 354 struct coresight_path *path; in etm_setup_aux() 481 struct coresight_path *path; in etm_event_start() 584 struct coresight_path *path; in etm_event_pause() 634 struct coresight_path *path; in etm_event_stop()
|
H A D | coresight-core.c | 80 static struct coresight_device *coresight_get_source(struct coresight_path *path) in coresight_get_source() 422 static void coresight_disable_path_from(struct coresight_path *path, in coresight_disable_path_from() 473 void coresight_disable_path(struct coresight_path *path) in coresight_disable_path() 498 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode, in coresight_enable_path() 566 struct coresight_device *coresight_get_sink(struct coresight_path *path) in coresight_get_sink() 733 void coresight_path_assign_trace_id(struct coresight_path *path, in coresight_path_assign_trace_id() 770 struct coresight_path *path) in _coresight_build_path() 828 struct coresight_path *coresight_build_path(struct coresight_device *source, in coresight_build_path() 831 struct coresight_path *path; in coresight_build_path() 837 path = kzalloc(sizeof(struct coresight_path), GFP_KERNE in coresight_build_path() [all...] |
H A D | coresight-sysfs.c | 25 static DEFINE_PER_CPU(struct coresight_path *, tracer_path); 57 struct coresight_path *path) in coresight_enable_source_sysfs() 171 struct coresight_path *path; in coresight_enable_sysfs() 270 struct coresight_path *path = NULL; in coresight_disable_sysfs()
|
H A D | coresight-etm-perf.h | 62 struct coresight_path * __percpu *path;
|
H A D | coresight-etm3x-core.c | 465 struct coresight_path *path) in etm_enable_perf() 480 static int etm_enable_sysfs(struct coresight_device *csdev, struct coresight_path *path) in etm_enable_sysfs() 517 enum cs_mode mode, struct coresight_path *path) in etm_enable()
|
H A D | coresight-etm4x-core.c | 807 struct coresight_path *path) in etm4_enable_perf() 834 static int etm4_enable_sysfs(struct coresight_device *csdev, struct coresight_path *path) in etm4_enable_sysfs() 879 enum cs_mode mode, struct coresight_path *path) in etm4_enable()
|
H A D | coresight-stm.c | 198 __maybe_unused struct coresight_path *path) in stm_enable()
|
H A D | coresight-tpdm.c | 483 __maybe_unused struct coresight_path *path) in tpdm_enable()
|
/linux/include/linux/ |
H A D | coresight.h | 334 * struct coresight_path - data needed by enable/disable path 338 struct coresight_path { struct 407 enum cs_mode mode, struct coresight_path *path); 339 path_listcoresight_path global() argument 340 trace_idcoresight_path global() argument
|