Lines Matching refs:terms
54 /** @terms: Owned list of the original parsed parameters. */
55 struct list_head terms;
407 parse_events_terms__purge(&newalias->terms);
487 parse_events_terms__purge(&data->alias->terms);
488 ret = parse_events_terms(&data->alias->terms, pe->event, /*input=*/NULL);
527 INIT_LIST_HEAD(&alias->terms);
534 ret = parse_events_terms(&alias->terms, val, val_fd);
660 struct list_head *terms)
666 list_for_each_entry(term, &alias->terms, list) {
673 * Weak terms don't override command line options,
674 * which we don't want for implicit terms in aliases.
679 list_splice(&list, terms);
1184 * in the remaining terms.
1220 /* sysfs exported terms */
1254 * Hardcoded terms should be already in, so nothing
1301 * Either directly use a numeric term, or try to translate string terms
1376 * 1) users input - specified in terms parameter
1471 * Find alias in the terms list and replace it with the terms
1498 strdup("Failure to duplicate terms"),
1636 list_for_each_entry(term, &alias->terms, list) {
1695 parse_events_term__to_strbuf(&event->terms, &sb);