Home
last modified time | relevance | path

Searched refs:etmv4_config (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/hwtracing/coresight/
Dcoresight-etm4x-sysfs.c16 struct etmv4_config *config = &drvdata->config; in etm4_set_mode_exclude()
171 struct etmv4_config *config = &drvdata->config; in reset_store()
280 struct etmv4_config *config = &drvdata->config; in mode_show()
292 struct etmv4_config *config = &drvdata->config; in mode_store()
447 struct etmv4_config *config = &drvdata->config; in pe_show()
459 struct etmv4_config *config = &drvdata->config; in pe_store()
482 struct etmv4_config *config = &drvdata->config; in event_show()
494 struct etmv4_config *config = &drvdata->config; in event_store()
531 struct etmv4_config *config = &drvdata->config; in event_instren_show()
543 struct etmv4_config *config = &drvdata->config; in event_instren_store()
[all …]
Dcoresight-etm4x.c41 static void etm4_set_default_config(struct etmv4_config *config);
84 struct etmv4_config *config = &drvdata->config; in etm4_enable_hw()
186 struct etmv4_config *config = &drvdata->config; in etm4_parse_event_config()
195 memset(config, 0, sizeof(struct etmv4_config)); in etm4_parse_event_config()
589 static void etm4_set_default_config(struct etmv4_config *config) in etm4_set_default_config()
608 static u64 etm4_get_access_type(struct etmv4_config *config) in etm4_get_access_type()
641 static void etm4_set_comparator_filter(struct etmv4_config *config, in etm4_set_comparator_filter()
674 static void etm4_set_start_stop_filter(struct etmv4_config *config, in etm4_set_start_stop_filter()
695 static void etm4_set_default_filter(struct etmv4_config *config) in etm4_set_default_filter()
719 static void etm4_set_default(struct etmv4_config *config) in etm4_set_default()
[all …]
Dcoresight-etm4x.h241 struct etmv4_config { struct
385 struct etmv4_config config;
405 void etm4_config_trace_mode(struct etmv4_config *config);