Searched refs:pst_syms_count (Results 1 – 3 of 3) sorted by relevance
576 static int pst_syms_count = 0; variable586 pst_syms_count = 0; in init_pst_syms()595 pst_syms_count = 0; in clear_pst_syms()605 if (++pst_syms_count > pst_syms_size) in record_pst_syms()611 pst_syms_array[pst_syms_count - 1].start = start_sym; in record_pst_syms()612 pst_syms_array[pst_syms_count - 1].end = end_sym; in record_pst_syms()629 for (i = pst_syms_count - 1; i >= 0; i--) in find_next_pst_start()631 return (i == pst_syms_count - 1) ? 0 : pst_syms_array[i + 1].start - 1; in find_next_pst_start()1175 if (pst_syms_count && start_sym < pst_syms_array[pst_syms_count - 1].end) in hpread_quick_traverse()1403 if (pst_syms_count && start_sym < pst_syms_array[pst_syms_count - 1].end) in hpread_quick_traverse()
807 (pst_syms_count): New variable
1160 (pst_syms_count): Add missing variable type. By change, the compiler