Lines Matching defs:systems
2368 list_for_each_entry(iter_dir, &iter_tr->systems, list) {
2370 /* Don't open systems with no events */
3059 list_for_each_entry(dir, &tr->systems, list) {
3108 list_add(&dir->list, &tr->systems);
3703 /* events are usually grouped together with systems */
3712 * Since calls are grouped by systems, the likelihood that the
3743 const char *systems)
3748 if (!systems)
3752 p = strstr(systems, system);
3756 if (p != systems && !isspace(*(p - 1)) && *(p - 1) != ',')
5110 pr_info("Running tests on trace event systems:\n");
5112 list_for_each_entry(dir, &tr->systems, list) {