Home
last modified time | relevance | path

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

/linux-4.4.14/arch/s390/oprofile/
Dhwsampler.c798 struct hws_basic_entry *sample_data_ptr; in add_samples_to_oprofile() local
808 sample_data_ptr = (struct hws_basic_entry *)(*sdbt); in add_samples_to_oprofile()
810 while ((unsigned long *)sample_data_ptr < trailer) { in add_samples_to_oprofile()
818 if (sample_data_ptr->def != 1) { in add_samples_to_oprofile()
824 sample_data_ptr->def = 0; in add_samples_to_oprofile()
828 if (sample_data_ptr->P == 1) { in add_samples_to_oprofile()
830 unsigned int pid = sample_data_ptr->prim_asn; in add_samples_to_oprofile()
846 oprofile_add_ext_hw_sample(sample_data_ptr->ia, regs, 0, in add_samples_to_oprofile()
847 !sample_data_ptr->P, tsk); in add_samples_to_oprofile()
850 sample_data_ptr++; in add_samples_to_oprofile()