summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/stackcollapse.py
diff options
context:
space:
mode:
authorChen Gong <gongchen4@huawei.com>2018-09-18 22:27:28 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-09-18 16:35:03 +0200
commit9141b60cf6a53c99f8a9309bf8e1c6650a6785c1 (patch)
treec2520c1b48e595a7a88e0c022de9da4a862fe9d7 /tools/perf/scripts/python/stackcollapse.py
parent284db12cfda3a24c47b9c4b867ce4cf3dcf047a3 (diff)
downloadkernel-9141b60cf6a53c99f8a9309bf8e1c6650a6785c1.tar.gz
staging: erofs: replace BUG_ON with DBG_BUGON in data.c
This patch replace BUG_ON with DBG_BUGON in data.c, and add necessary error handler. Signed-off-by: Chen Gong <gongchen4@huawei.com> Reviewed-by: Gao Xiang <gaoxiang25@huawei.com> Reviewed-by: Chao Yu <yuchao0@huawei.com> Signed-off-by: Gao Xiang <gaoxiang25@huawei.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'tools/perf/scripts/python/stackcollapse.py')
0 files changed, 0 insertions, 0 deletions
_tests/core_reloc.c?id=d3b0b80064e0416850f818184b8f7bba9fdf8c40'>selftests/bpf: Fix GCC11 compiler warnings in -O2 modeAndrii Nakryiko 2021-12-14selftests/bpf: Stop using bpf_object__find_program_by_title API.Kui-Feng Lee 2021-11-26selftests/bpf: Fix possible NULL passed to memcpy() with zero sizeAndrii Nakryiko 2021-11-07selftests/bpf: Avoid duplicate btf__parse() callAndrii Nakryiko 2021-10-22selftests/bpf: Switch to new btf__type_cnt/btf__raw_data APIsHengqi Chen 2021-10-21selftests/bpf: Switch to ".bss"/".rodata"/".data" lookups for internal mapsAndrii Nakryiko 2021-09-17selftests/bpf: Stop using relaxed_core_relocs which has no effectAndrii Nakryiko 2021-09-13selftests/bpf: Add test for bpf_get_branch_snapshotSong Liu 2021-07-16selftests/bpf: Switch existing selftests to using open_opts for custom BTFShuyi Cheng 2021-05-25selftests/bpf: Turn on libbpf 1.0 mode and fix all IS_ERR checksAndrii Nakryiko 2021-04-26selftests/bpf: Fix core_reloc test runnerAndrii Nakryiko 2021-04-26selftests/bpf: Fix field existence CO-RE reloc testsAndrii Nakryiko