diff options
author | Mark Rutland <[email protected]> | 2016-11-03 20:23:07 +0000 |
---|---|---|
committer | Catalin Marinas <[email protected]> | 2016-11-11 18:25:43 +0000 |
commit | 2020a5ae7c8c2c8504565004915017507b135c63 (patch) | |
tree | 26bbac477fb434175378de1893e9a4df9bf00f93 /tools/perf/scripts/python/call-graph-from-postgresql.py | |
parent | 876e7a38e8788773aac768091aaa3b42e470c03b (diff) |
arm64: unexport walk_stackframe
The walk_stackframe functions is architecture-specific, with a varying
prototype, and common code should not use it directly. None of its
current users can be built as modules. With THREAD_INFO_IN_TASK, users
will also need to hold a stack reference before calling it.
There's no reason for it to be exported, and it's very easy to misuse,
so unexport it for now.
Signed-off-by: Mark Rutland <[email protected]>
Cc: Will Deacon <[email protected]>
Signed-off-by: Catalin Marinas <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/call-graph-from-postgresql.py')
0 files changed, 0 insertions, 0 deletions