aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
diff options
context:
space:
mode:
authorWang Nan <[email protected]>2016-09-28 03:58:46 +0000
committerArnaldo Carvalho de Melo <[email protected]>2016-09-28 10:38:20 -0300
commitf2c8852e6e990fcab0d9e68de9d86e5fbea0b5dc (patch)
tree634fd8b2e9550aae7f842578e214b28b19dd3c1f /drivers/gpu/drm/amd/amdgpu/amdgpu_object.c
parent973186ca7fe94d770a9847d7d530864de6ab638b (diff)
perf data: Fix building in 32 bit platform with libbabeltrace
On ARM32 building it report following error when we build with libbabeltrace: util/data-convert-bt.c: In function 'add_bpf_output_values': util/data-convert-bt.c:440:3: error: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'unsigned int' [-Werror=format] cc1: all warnings being treated as errors Fix it by changing %lu to %zu. Signed-off-by: Wang Nan <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Zefan Li <[email protected]> Cc: [email protected] Fixes: 6122d57e9f7c ("perf data: Support converting data from bpf_perf_event_output()") Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_object.c')
0 files changed, 0 insertions, 0 deletions