Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-finder.c210 int bsize, boffs, total; in convert_variable_type() local
227 boffs = dwarf_bitoffset(vr_die); in convert_variable_type()
229 if (boffs < 0 || total < 0) in convert_variable_type()
231 ret = snprintf(buf, 16, "b%d@%d/%d", bsize, boffs, in convert_variable_type()