Home
last modified time | relevance | path

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

/drivers/hwtracing/coresight/
Dcoresight-config.h133 struct cscfg_config_desc { struct
134 const char *name;
135 const char *description;
136 struct list_head item;
137 int nr_feat_refs;
138 const char **feat_ref_names;
139 int nr_presets;
140 int nr_total_params;
141 const u64 *presets; /* nr_presets * nr_total_params */
142 struct dev_ext_attribute *event_ea;
[all …]