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

/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh16 local line_base
17 line_base=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $3 }'`
30 if [ "${base}" != "${line_base}" ]; then
66 local line_base
67 line_base=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $4 }'`
87 if [ "${base}" != "${line_base}" ]; then
/linux-master/arch/sparc/kernel/
H A Dpsycho_common.c38 unsigned long err_base, tag_base, line_base; local
48 line_base = strbuf->strbuf_line_diag;
71 stc_line_buf[i] = upa_readq(line_base + (i * 8UL));
73 upa_writeq(0UL, line_base + (i * 8UL));
H A Dpci_schizo.c136 unsigned long err_base, tag_base, line_base; local
142 line_base = regbase + SCHIZO_STC_LINE;
167 stc_line_buf[i] = upa_readq(line_base + (i * 8UL));
169 upa_writeq(0UL, line_base + (i * 8UL));
/linux-master/tools/perf/util/
H A Dgenelf_debug.c119 // line_base - see DWARF 2 specs
120 sbyte line_base; member in struct:debug_line_header
158 .line_base = -5, /* sensible value for line base ... */
308 * delta from line_base
310 temp = (ent->lineno - last_line) - default_debug_line_header.line_base;

Completed in 135 milliseconds