aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorDan Carpenter <[email protected]>2021-11-27 17:19:53 +0300
committerSaeed Mahameed <[email protected]>2021-12-02 16:53:09 -0800
commitc64d01b3ceba873aa8e8605598cec4a6bc6d1601 (patch)
treeb180c69f24c4fd6151931a8942cf5022ec28ccee /tools/perf/scripts/python/intel-pt-events.py
parent31108d142f3632970f6f3e0224bd1c6781c9f87d (diff)
net/mlx5: SF, silence an uninitialized variable warning
This code sometimes calls mlx5_sf_hw_table_hwc_init() when "ext_base_id" is uninitialized. It's not used on that path, but it generates a static checker warning to pass uninitialized variables to another function. It may also generate runtime UBSan warnings depending on if the mlx5_sf_hw_table_hwc_init() function is inlined or not. Signed-off-by: Dan Carpenter <[email protected]> Reviewed-by: Leon Romanovsky <[email protected]> Signed-off-by: Saeed Mahameed <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions