aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/intel-pt-events.py
diff options
context:
space:
mode:
authorDave Martin <[email protected]>2018-04-12 17:04:39 +0100
committerMarc Zyngier <[email protected]>2018-05-25 12:28:29 +0100
commit2cf97d46dafbbbbc9a9a3dc5eca01020c6be22d8 (patch)
tree6f80e198663f7bd14bfbf432a79bc5b923dbad48 /tools/perf/scripts/python/intel-pt-events.py
parent31dc52b3c8faf47bf3ff5ced661488a20e5d1811 (diff)
arm64/sve: Switch sve_pffr() argument from task to thread
sve_pffr(), which is used to derive the base address used for low-level SVE save/restore routines, currently takes the relevant task_struct as an argument. The only accessed fields are actually part of thread_struct, so this patch changes the argument type accordingly. This is done in preparation for moving this function to a header, where we do not want to have to include <linux/sched.h> due to the consequent circular #include problems. No functional change. Signed-off-by: Dave Martin <[email protected]> Reviewed-by: Alex BennĂ©e <[email protected]> Acked-by: Catalin Marinas <[email protected]> Acked-by: Marc Zyngier <[email protected]> Signed-off-by: Marc Zyngier <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/intel-pt-events.py')
0 files changed, 0 insertions, 0 deletions