aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/scripting-engines/trace-event-python.c
diff options
context:
space:
mode:
authorJan Beulich <[email protected]>2011-09-28 16:57:52 +0100
committerIngo Molnar <[email protected]>2011-09-28 19:04:52 +0200
commiteab9e6137f237681a04649e786cc4d942bedd6d1 (patch)
tree8ab92f349f7bc33a9b0f1e93cd81ac0609157389 /tools/perf/util/scripting-engines/trace-event-python.c
parente05139f2569ecf699b229a6473a86cdffed62956 (diff)
x86-64: Fix CFI data for interrupt frames
The patch titled "x86: Don't use frame pointer to save old stack on irq entry" did not properly adjust CFI directives, so this patch is a follow-up to that one. With the old stack pointer no longer stored in a callee-saved register (plus some offset), we now have to use a CFA expression to describe the memory location where it is being found. This requires the use of .cfi_escape (allowing arbitrary byte streams to be emitted into .eh_frame), as there is no .cfi_def_cfa_expression (which also cannot reasonably be expected, as it would require a full expression parser). Signed-off-by: Jan Beulich <[email protected]> Cc: Frederic Weisbecker <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions