Lines Matching defs:sym
591 struct symbol *sym;
621 sym = node->ms.sym;
622 if (sym) {
623 if (!strcmp(sym->name, "__softirqentry_text_start") ||
624 !strcmp(sym->name, "__do_softirq"))
625 sym->ignore = 1;
917 struct tep_print_flag_sym *sym = NULL;
924 for (sym = args->next->symbol.symbols; sym != NULL; sym = sym->next) {
925 if ((eval_flag(sym->value) == (unsigned long long)num) &&
926 (strlen(sym->str) != 0)) {
935 name = strdup(sym->str);
1591 pr_err("Failed to validate sym arguments\n");