Searched refs:sample_data_ptr (Results 1 – 1 of 1) sorted by relevance
871 struct hws_data_entry *sample_data_ptr; in add_samples_to_oprofile() local881 sample_data_ptr = (struct hws_data_entry *)(*sdbt); in add_samples_to_oprofile()883 while ((unsigned long *)sample_data_ptr < trailer) { in add_samples_to_oprofile()891 if (sample_data_ptr->def != 1) { in add_samples_to_oprofile()897 sample_data_ptr->def = 0; in add_samples_to_oprofile()901 if (sample_data_ptr->P == 1) { in add_samples_to_oprofile()903 unsigned int pid = sample_data_ptr->prim_asn; in add_samples_to_oprofile()915 oprofile_add_ext_hw_sample(sample_data_ptr->ia, regs, 0, in add_samples_to_oprofile()916 !sample_data_ptr->P, tsk); in add_samples_to_oprofile()919 sample_data_ptr++; in add_samples_to_oprofile()