Searched refs:sdbt (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/s390/kernel/
H A Dperf_cpum_sf.c44 static inline int require_table_link(const void *sdbt) argument
46 return ((unsigned long)sdbt & ~PAGE_MASK) == CPUM_SF_SDBT_TL_OFFSET;
72 unsigned long *sdbt; /* Sample-data-block-table origin */ member in struct:sf_buffer
140 * Return true if the entry in the sample data block table (sdbt)
141 * is a link to the next sdbt
148 /* Return pointer to the linked sdbt */
170 return !!cpuhw->sfb.sdbt;
178 unsigned long *sdbt, *curr; local
180 if (!sfb->sdbt)
183 sdbt
216 alloc_sample_data_block(unsigned long *sdbt, gfp_t gfp_flags) argument
1205 hw_collect_samples(struct perf_event *event, unsigned long *sdbt, unsigned long long *overflow) argument
1280 unsigned long *sdbt, sdb; local
[all...]

Completed in 157 milliseconds