This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
[Bug tapsets/23827] Systemtap 3.3 - mipsel - semantic error: type definition 'task_struct' not found in 'kernel<linux/sched.h>'
- From: "fche at redhat dot com" <sourceware-bugzilla at sourceware dot org>
- To: systemtap at sourceware dot org
- Date: Thu, 01 Nov 2018 15:04:48 +0000
- Subject: [Bug tapsets/23827] Systemtap 3.3 - mipsel - semantic error: type definition 'task_struct' not found in 'kernel<linux/sched.h>'
- Auto-submitted: auto-generated
- References: <bug-23827-6586@http.sourceware.org/bugzilla/>
https://sourceware.org/bugzilla/show_bug.cgi?id=23827
Frank Ch. Eigler <fche at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |fche at redhat dot com
--- Comment #4 from Frank Ch. Eigler <fche at redhat dot com> ---
The way @cast(...,"<header>") works is that it compiles a baby .o file to
synthesize debuginfo for that header. That .o file is then opened with
elfutils. If elfutils lacks support for this arch, it'll impact @cast() the
same way it'll impact any other debuginfo/etc. analysis attempt.
--
You are receiving this mail because:
You are the assignee for the bug.