Home
last modified time | relevance | path

Searched refs:last_sym (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/tests/
H A Dsymbols.c117 struct symbol *last_sym = NULL; in test_dso() local
132 if (last_sym && sym->start < last_sym->end) { in test_dso()
134 symbol__fprintf(last_sym, stderr); in test_dso()
144 last_sym = sym; in test_dso()
/linux/scripts/kconfig/
H A Dsymbol.c1111 static void sym_check_print_recursive(struct symbol *last_sym) in sym_check_print_recursive() argument
1119 choice = sym_get_choice_menu(last_sym); in sym_check_print_recursive()
1121 dep_stack_insert(&cv_stack, last_sym); in sym_check_print_recursive()
1122 last_sym = choice->sym; in sym_check_print_recursive()
1126 if (stack->sym == last_sym) in sym_check_print_recursive()
1135 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1138 if (stack->sym == last_sym) in sym_check_print_recursive()