aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorJames Morse <[email protected]>2020-07-08 16:39:23 +0000
committerBorislav Petkov <[email protected]>2020-08-18 17:05:08 +0200
commitf995801ba3a0660cb352c8beb794379c82781ca3 (patch)
tree9de8b4adae87e367b2eb6d2a10a7d35a16058872 /tools/perf/util/trace-event-scripting.c
parentae0fbedd2a18cd82a2c0c5605a0a60865bc54576 (diff)
x86/resctrl: Use container_of() in delayed_work handlers
mbm_handle_overflow() and cqm_handle_limbo() are both provided with the domain's work_struct when called, but use get_domain_from_cpu() to find the domain, along with the appropriate error handling. container_of() saves some list walking and bitmap testing, use that instead. Signed-off-by: James Morse <[email protected]> Signed-off-by: Borislav Petkov <[email protected]> Reviewed-by: Reinette Chatre <[email protected]> Link: https://lkml.kernel.org/r/[email protected]
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions