Home
last modified time | relevance | path

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

/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-priv.h135 void coresight_disable_path(struct coresight_path *path);
136 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode,
138 struct coresight_device *coresight_get_sink(struct coresight_path *path);
142 struct coresight_path *coresight_build_path(struct coresight_device *csdev,
144 void coresight_release_path(struct coresight_path *path);
155 void coresight_path_assign_trace_id(struct coresight_path *path,
H A Dcoresight-ctcu-core.c138 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 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()
460 struct coresight_path *path; in etm_event_start()
556 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()
375 static void coresight_disable_path_from(struct coresight_path *path, in coresight_disable_path_from()
426 void coresight_disable_path(struct coresight_path *path) in coresight_disable_path()
451 int coresight_enable_path(struct coresight_path *path, enum cs_mode mode, in coresight_enable_path()
514 struct coresight_device *coresight_get_sink(struct coresight_path *path) in coresight_get_sink()
681 void coresight_path_assign_trace_id(struct coresight_path *path, in coresight_path_assign_trace_id()
718 struct coresight_path *path) in _coresight_build_path()
776 struct coresight_path *coresight_build_path(struct coresight_device *source, in coresight_build_path()
779 struct coresight_path *path; in coresight_build_path()
785 path = kzalloc(sizeof(struct coresight_path), GFP_KERNEL); in coresight_build_path()
[all …]
H A Dcoresight-sysfs.c25 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 Dcoresight-etm-perf.h62 struct coresight_path * __percpu *path;
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-dummy.c27 __maybe_unused struct coresight_path *path) in dummy_source_enable()
H A Dcoresight-etm4x-core.c794 struct coresight_path *path) in etm4_enable_perf()
818 static int etm4_enable_sysfs(struct coresight_device *csdev, struct coresight_path *path) in etm4_enable_sysfs()
860 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()
H A Dcoresight-tpdm.c483 __maybe_unused struct coresight_path *path) in tpdm_enable()
/linux-6.15/include/linux/
H A Dcoresight.h338 struct coresight_path { struct
405 enum cs_mode mode, struct coresight_path *path);