Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dparse-events.h104 struct list_head *head_config);
110 char *pmu , struct list_head *head_config);
Dparse-events.c598 struct list_head *head_config) in parse_events_add_numeric() argument
606 if (head_config && in parse_events_add_numeric()
607 config_attr(&attr, head_config, 1)) in parse_events_add_numeric()
630 char *name, struct list_head *head_config) in parse_events_add_pmu() argument
648 if (!head_config) { in parse_events_add_pmu()
654 if (perf_pmu__check_alias(pmu, head_config, &info)) in parse_events_add_pmu()
661 config_attr(&attr, head_config, 0); in parse_events_add_pmu()
663 if (perf_pmu__config(pmu, &attr, head_config)) in parse_events_add_pmu()
666 evsel = __add_event(list, idx, &attr, pmu_event_name(head_config), in parse_events_add_pmu()
/linux-4.1.27/drivers/dma/
Dcoh901318.c1276 u32 head_config; member
1870 coh901318_set_conf(cohc, cohd->head_config); in coh901318_queue_start()
2394 cohd->head_config = config; in coh901318_prep_slave_sg()