Home
last modified time | relevance | path

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

/dragonfly/contrib/gdb-7/gdb/common/
H A Dlinux-btrace.c196 const struct perf_event_sample *psample; in VEC() local
203 psample = (const struct perf_event_sample *) start; in VEC()
216 psample = (const struct perf_event_sample *) start; in VEC()
229 psample = &sample; in VEC()
233 if (!perf_event_sample_ok (psample)) in VEC()
239 if (perf_event_skip_record (tinfo, &psample->bts)) in VEC()
243 block.begin = psample->bts.to; in VEC()
248 block.end = psample->bts.from; in VEC()