Home
last modified time | relevance | path

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

/openbmc/linux/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
/openbmc/linux/arch/sparc/kernel/
H A Dpsycho_common.c38 unsigned long err_base, tag_base, line_base; in psycho_check_stc_error() local
48 line_base = strbuf->strbuf_line_diag; in psycho_check_stc_error()
71 stc_line_buf[i] = upa_readq(line_base + (i * 8UL)); in psycho_check_stc_error()
73 upa_writeq(0UL, line_base + (i * 8UL)); in psycho_check_stc_error()
H A Dpci_schizo.c133 unsigned long err_base, tag_base, line_base; in __schizo_check_stc_error_pbm() local
139 line_base = regbase + SCHIZO_STC_LINE; in __schizo_check_stc_error_pbm()
164 stc_line_buf[i] = upa_readq(line_base + (i * 8UL)); in __schizo_check_stc_error_pbm()
166 upa_writeq(0UL, line_base + (i * 8UL)); in __schizo_check_stc_error_pbm()
/openbmc/linux/tools/perf/util/
H A Dgenelf_debug.c120 sbyte line_base; member
158 .line_base = -5, /* sensible value for line base ... */
310 temp = (ent->lineno - last_line) - default_debug_line_header.line_base; in get_special_opcode()