Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/shell/
Ddaemon.sh15 local line_base=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $3 }'`
25 if [ "${base}" != "${line_base}" ]; then
59 local line_base=`echo "${line}" | awk 'BEGIN { FS = ":" } ; { print $4 }'`
75 if [ "${base}" != "${line_base}" ]; then
/linux-5.19.10/arch/sparc/kernel/
Dpsycho_common.c37 unsigned long err_base, tag_base, line_base; in psycho_check_stc_error() local
47 line_base = strbuf->strbuf_line_diag; in psycho_check_stc_error()
70 stc_line_buf[i] = upa_readq(line_base + (i * 8UL)); in psycho_check_stc_error()
72 upa_writeq(0UL, line_base + (i * 8UL)); in psycho_check_stc_error()
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()
/linux-5.19.10/tools/perf/util/
Dgenelf_debug.c113 sbyte line_base; member
151 .line_base = -5, /* sensible value for line base ... */
303 temp = (ent->lineno - last_line) - default_debug_line_header.line_base; in get_special_opcode()