Home
last modified time | relevance | path

Searched defs:coresight_ops_source (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dcoresight.h286 struct coresight_ops_source { struct
287 int (*cpu_id)(struct coresight_device *csdev);
288 int (*trace_id)(struct coresight_device *csdev);
289 int (*enable)(struct coresight_device *csdev,
291 void (*disable)(struct coresight_device *csdev,
/kernel/linux/linux-6.6/include/linux/
Dcoresight.h350 struct coresight_ops_source { struct
351 int (*cpu_id)(struct coresight_device *csdev);
352 int (*enable)(struct coresight_device *csdev, struct perf_event *event,
376 const struct coresight_ops_source *source_ops; argument