On 6 February 2013 15:40, wrote:
> From: Tom Zanussi
>
> systemtap_target_arch() should also translate x86-64 (hyphenated) into
> x86_64 for the -a param. Failing to do that causes systemtap to see
> an architecture mismatch and create a cloned session with a bogusly
> synthesized build directo
From: Tom Zanussi
systemtap_target_arch() should also translate x86-64 (hyphenated) into
x86_64 for the -a param. Failing to do that causes systemtap to see
an architecture mismatch and create a cloned session with a bogusly
synthesized build directory path, and fails to compile the probe.
Fix