aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/call-graph-from-sql.py
diff options
context:
space:
mode:
authorDave Martin <[email protected]>2017-10-31 15:50:58 +0000
committerWill Deacon <[email protected]>2017-11-03 15:24:12 +0000
commit38b9aeb32fa732a0678cc0078ea3f4829a3cb89b (patch)
tree9718889c32e43c3c9175d64604d42105daa37e5b /tools/perf/scripts/python/call-graph-from-sql.py
parentb472db6cf8c603809c9e177680a2fb0139218bba (diff)
arm64: Port deprecated instruction emulation to new sysctl interface
Currently, armv8_deprected.c takes charge of the "abi" sysctl directory, which makes life difficult for other code that wants to register sysctls in the same directory. There is a "new" [1] sysctl registration interface that removes the need to define ctl_tables for parent directories explicitly, which is ideal here. This patch ports register_insn_emulation_sysctl() over to the register_sysctl() interface and removes the redundant ctl_table for "abi". Signed-off-by: Dave Martin <[email protected]> Reviewed-by: Alex BennĂ©e <[email protected]> Reviewed-by: Catalin Marinas <[email protected]> [1] fea478d4101a (sysctl: Add register_sysctl for normal sysctl users) The commit message notes an intent to port users of the pre-existing interfaces over to register_sysctl(), though the number of users of the new interface currently appears negligible. Signed-off-by: Will Deacon <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-sql.py')
0 files changed, 0 insertions, 0 deletions