config_terms      225 tools/perf/arch/arm/util/cs-etm.c 	list_for_each_entry(term, &evsel->config_terms, list) {
config_terms      939 tools/perf/builtin-top.c 	struct list_head *config_terms;
config_terms      945 tools/perf/builtin-top.c 		config_terms = &evsel->config_terms;
config_terms      946 tools/perf/builtin-top.c 		list_for_each_entry(term, config_terms, list) {
config_terms      250 tools/perf/util/evsel.c 	INIT_LIST_HEAD(&evsel->config_terms);
config_terms      778 tools/perf/util/evsel.c 	struct list_head *config_terms = &evsel->config_terms;
config_terms      788 tools/perf/util/evsel.c 	list_for_each_entry(term, config_terms, list) {
config_terms     1237 tools/perf/util/evsel.c 	list_for_each_entry_safe(term, h, &evsel->config_terms, list) {
config_terms       86 tools/perf/util/evsel.h 	struct list_head	config_terms;
config_terms      323 tools/perf/util/parse-events.c 	    struct list_head *config_terms, bool auto_merge_stats,
config_terms      345 tools/perf/util/parse-events.c 	if (config_terms)
config_terms      346 tools/perf/util/parse-events.c 		list_splice(config_terms, &evsel->config_terms);
config_terms      354 tools/perf/util/parse-events.c 		     struct list_head *config_terms)
config_terms      356 tools/perf/util/parse-events.c 	return __add_event(list, idx, attr, name, NULL, config_terms, false, NULL) ? 0 : -ENOMEM;
config_terms      412 tools/perf/util/parse-events.c 	LIST_HEAD(config_terms);
config_terms      474 tools/perf/util/parse-events.c 		if (get_config_terms(head_config, &config_terms))
config_terms      477 tools/perf/util/parse-events.c 	return add_event(list, idx, &attr, config_name ? : name, &config_terms);
config_terms      524 tools/perf/util/parse-events.c 		LIST_HEAD(config_terms);
config_terms      526 tools/perf/util/parse-events.c 		if (get_config_terms(head_config, &config_terms))
config_terms      528 tools/perf/util/parse-events.c 		list_splice(&config_terms, &evsel->config_terms);
config_terms     1272 tools/perf/util/parse-events.c 	LIST_HEAD(config_terms);
config_terms     1283 tools/perf/util/parse-events.c 		if (get_config_terms(head_config, &config_terms))
config_terms     1288 tools/perf/util/parse-events.c 			 get_config_name(head_config), &config_terms);
config_terms     1298 tools/perf/util/parse-events.c static bool config_term_percore(struct list_head *config_terms)
config_terms     1302 tools/perf/util/parse-events.c 	list_for_each_entry(term, config_terms, list) {
config_terms     1322 tools/perf/util/parse-events.c 	LIST_HEAD(config_terms);
config_terms     1365 tools/perf/util/parse-events.c 	if (get_config_terms(head_config, &config_terms))
config_terms     1371 tools/perf/util/parse-events.c 		list_for_each_entry_safe(pos, tmp, &config_terms, list) {
config_terms     1380 tools/perf/util/parse-events.c 			    &config_terms, auto_merge_stats, NULL);
config_terms     1390 tools/perf/util/parse-events.c 		evsel->percore = config_term_percore(&evsel->config_terms);