Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/tests/
H A Dsymbols.c111 struct symbol *last_sym = NULL; in test_dso() local
126 if (last_sym && sym->start < last_sym->end) { in test_dso()
128 symbol__fprintf(last_sym, stderr); in test_dso()
138 last_sym = sym; in test_dso()
/linux-6.15/scripts/kconfig/
H A Dsymbol.c1089 static void sym_check_print_recursive(struct symbol *last_sym) in sym_check_print_recursive() argument
1097 choice = sym_get_choice_menu(last_sym); in sym_check_print_recursive()
1099 dep_stack_insert(&cv_stack, last_sym); in sym_check_print_recursive()
1100 last_sym = choice->sym; in sym_check_print_recursive()
1104 if (stack->sym == last_sym) in sym_check_print_recursive()
1113 next_sym = stack->next ? stack->next->sym : last_sym; in sym_check_print_recursive()
1116 if (stack->sym == last_sym) in sym_check_print_recursive()