Home
last modified time | relevance | path

Searched refs:coresight_path (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/hwtracing/coresight/
H A Dcoresight-priv.h137 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 Dcoresight-etm-perf.c139 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 Dcoresight-core.c80 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_KERNEL); in coresight_build_path()
[all …]
H A Dcoresight-etm3x-core.c465 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 Dcoresight-etm4x-core.c807 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 Dcoresight-stm.c198 __maybe_unused struct coresight_path *path) in stm_enable()
/linux/include/linux/
H A Dcoresight.h338 struct coresight_path { struct
407 enum cs_mode mode, struct coresight_path *path);