aboutsummaryrefslogtreecommitdiffstats
path: root/mm/rmap.c
diff options
context:
space:
mode:
authorJames Clark <james.clark@arm.com>2022-03-04 09:09:56 +0000
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-03-12 11:01:12 -0300
commitf693dac4794fae99c04f75a3a1a5c4018bb33144 (patch)
tree77fbe905678e26ca6a2aa761b9fd4a17b2995aa2 /mm/rmap.c
parenttools compiler.h: Remove duplicate #ifndef noinline block (diff)
downloadlinux-f693dac4794fae99c04f75a3a1a5c4018bb33144.tar.gz
linux-f693dac4794fae99c04f75a3a1a5c4018bb33144.zip
perf tools: Set build-id using build-id header on new mmap records
MMAP records that occur after the build-id header is parsed do not have their build-id set even if the filename matches an entry from the header. Set the build-id on these dsos as long as the MMAP record doesn't have its own build-id set. This fixes an issue with off target analysis where the local version of a dso is loaded rather than one from ~/.debug via a build-id. Reported-by: Denis Nikitin <denik@chromium.org> Signed-off-by: James Clark <james.clark@arm.com> Acked-by: Jiri Olsa <jolsa@kernel.org> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: coresight@lists.linaro.org Link: https://lore.kernel.org/r/20220304090956.2048712-2-james.clark@arm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'mm/rmap.c')
0 files changed, 0 insertions, 0 deletions
:29:42 +0300'>2023-04-06drm/msm/dpu: drop redundant plane dst check from dpu_crtc_atomic_check()Dmitry Baryshkov1-16/+0 2023-04-06drm/msm/dpu: move the rest of plane checks to dpu_plane_atomic_check()Dmitry Baryshkov3-31/+11 2023-04-06drm/msm/dpu: don't use unsupported blend stagesDmitry Baryshkov1-8/+8 2023-04-06drm/msm/dpu: drop src_split and multirect check from dpu_crtc_atomic_checkDmitry Baryshkov1-156/+12 2023-04-06drm/msm/dpu: rename dpu_hw_sspp_cfg to dpu_sw_pipe_cfgDmitry Baryshkov3-12/+12 2023-04-06drm/msm/dpu: remove dpu_hw_fmt_layout from struct dpu_hw_sspp_cfgDmitry Baryshkov3-25/+23 2023-04-06drm/msm/dpu: move stride programming to dpu_hw_sspp_setup_sourceaddressDmitry Baryshkov1-28/+29 2023-04-06drm/msm/dpu: clean up SRC addresses when setting up SSPP for solid fillDmitry Baryshkov1-0/+5 2023-04-06drm/msm/dpu: pass dpu_format to _dpu_hw_sspp_setup_scaler3()Dmitry Baryshkov3-12/+10 2023-04-06drm/msm/dpu: use dpu_sw_pipe for dpu_hw_sspp callbacksDmitry Baryshkov4-103/+84 2023-04-06drm/msm/dpu: introduce struct dpu_sw_pipeDmitry Baryshkov5-84/+90 2023-04-06drm/msm/dpu: drop dpu_plane_pipe functionDmitry Baryshkov3-14/+2 2023-04-06drm/msm/dpu: move pipe_hw to dpu_plane_stateDmitry Baryshkov2-47/+62 2023-04-06drm/msm/dpu: drop EAGAIN check from dpu_format_populate_layoutDmitry Baryshkov2-12/+2 2023-04-06drm/msm/dpu: move SSPP debugfs creation to dpu_kms.cDmitry Baryshkov3-17/+18 2023-04-06drm/msm/dpu: move SSPP allocation to the RMDmitry Baryshkov3-13/+38 2023-04-06drm/msm/dpu: rename struct dpu_hw_pipe(_cfg) to dpu_hw_sspp(_cfg)Dmitry Baryshkov3-60/+62 2023-04-06drm/msm/dpu: Add support for AR30 formatLeonard Lausen3-0/+14 2023-04-06drm/msm/disp/dpu1: add support for dspp sub block flush in sc7280Kalyan Thota5-7/+58