]> sourceware.org Git - systemtap.git/commit
For non-x86 architectures set the CPUFlags to be empty.
authorWilliam Cohen <wcohen@redhat.com>
Tue, 29 Aug 2023 15:14:56 +0000 (11:14 -0400)
committerWilliam Cohen <wcohen@redhat.com>
Tue, 29 Aug 2023 15:14:56 +0000 (11:14 -0400)
commit58fa7e2976ad3b2ee2b005dbf97302a5f7c4494c
tree5384e1b338911d8b3caac8852759419aa9f0a4a5
parenta2d19c8670690f87ee74db4a106829aa8edefbce
For non-x86 architectures set the CPUFlags to be empty.

On aarch64 and other non-x86 architectures the get_system_info
procedure would fail because there are no flags in the /proc/cpuinfo.
The procedure now does a check to see if it is available and set
CPUFlags appropriately.
testsuite/lib/systemtap.exp
This page took 0.026822 seconds and 5 git commands to generate.