aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorMichal Swiatkowski <[email protected]>2024-06-27 16:55:44 +0200
committerTony Nguyen <[email protected]>2024-07-11 08:57:40 -0700
commit589dd7145a8ea6bcc6faa286205e467ba5403f79 (patch)
tree31df74608d4fb2c3d6fa45b7e01675cabd41a2d3 /tools/perf/scripts/python/intel-pt-events.py
parent3125eb5595904c41f93587e35712acffa51e14c8 (diff)
ice: remove unused recipe bookkeeping data
Remove root_buf from recipe struct. Its only usage was in ice_find_recp(), where if recipe had an inverse action, it was skipped, but actually the driver never adds inverse actions, so effectively it was pointless. Without root_buf, the recipe data element in ice_add_sw_recipe() does not need to be persistent and can also be automatically deallocated with __free, which nicely simplifies unroll. Signed-off-by: Michal Swiatkowski <[email protected]> Reviewed-by: Przemek Kitszel <[email protected]> Signed-off-by: Marcin Szycik <[email protected]> Tested-by: Sujai Buvaneswaran <[email protected]> Signed-off-by: Tony Nguyen <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions