diff options
| author | Oleg Nesterov <[email protected]> | 2010-06-03 21:32:39 +0200 |
|---|---|---|
| committer | Frederic Weisbecker <[email protected]> | 2010-06-09 17:32:15 +0200 |
| commit | 147ec4d2361e355ab32499f739cc24845ceb89da (patch) | |
| tree | f4e686eb7aea74903ca06b93aa305ba54ad8c17e /tools/perf/scripts/python | |
| parent | 039ca4e74a1cf60bd7487324a564ecf5c981f254 (diff) | |
x86: Make save_stack_address() !CONFIG_FRAME_POINTER friendly
If CONFIG_FRAME_POINTER=n, print_context_stack() shouldn't neglect the
non-reliable addresses on stack, this is all we have if dump_trace(bp)
is called with the wrong or zero bp.
For example, /proc/pid/stack doesn't work if CONFIG_FRAME_POINTER=n.
This patch obviously has no effect if CONFIG_FRAME_POINTER=y, otherwise
it reverts 1650743c "x86: don't save unreliable stack trace entries".
Also, remove the unnecessary type-cast.
Signed-off-by: Oleg Nesterov <[email protected]>
Cc: Roland McGrath <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Cc: Vegard Nossum <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Andrew Morton <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Frederic Weisbecker <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions