aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/report/testdata/linux/decompile/amd64/4.in
Commit message (Collapse)AuthorAgeFilesLines
* pkg/report: ignore timer-related and mark_buffer_dirty framesGrigory Bazilevich6 days1-55/+0
| | | | | | | Fix corresponding test, remove incorrect tests Signed-off-by: Alexey Khoroshilov <khoroshilov@ispras.ru> Signed-off-by: Denis Efremov <efremov@ispras.ru>
* pkg/report: make opcode decompilation more intelligentAleksandr Nogikh2021-08-191-0/+55
Skip Code: lines that refer to user-space. Skip code listings where the trapping instruction is an intentionally invalid one (this happens in WARNINGs and most of BUG reports). Decompilation of such code fragments provides no value to the user. Add new tests and update the existing ones. Closes #2709 and #2710.