public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug tapsets/4510] probe scheduler.ctxswitch looks for wrong arg ($new) on  2.6.9-55.ELsmp x86_64
       [not found] <bug-4510-6586@http.sourceware.org/bugzilla/>
@ 2021-08-09 17:17 ` contact at 200iso dot fr
  0 siblings, 0 replies; 3+ messages in thread
From: contact at 200iso dot fr @ 2021-08-09 17:17 UTC (permalink / raw)
  To: systemtap

https://sourceware.org/bugzilla/show_bug.cgi?id=4510

contact at 200iso dot fr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |contact at 200iso dot fr

--- Comment #3 from contact at 200iso dot fr ---
https://200iso.fr/
https://word-press.info/
https://netsolution.fr/
https://www.guidebogota.com/
https://creation-logo.org/fr/

-- 
You are receiving this mail because:
You are the assignee for the bug.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug tapsets/4510] probe scheduler.ctxswitch looks for wrong arg ($new) on  2.6.9-55.ELsmp x86_64
  2007-05-15 21:48 [Bug tapsets/4510] New: probe scheduler.ctxswitch looks for wrong arg " wcohen at redhat dot com
  2007-05-15 21:52 ` [Bug tapsets/4510] probe scheduler.ctxswitch looks for wrong arg ($new) " wcohen at redhat dot com
@ 2007-05-16 15:56 ` wcohen at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: wcohen at redhat dot com @ 2007-05-16 15:56 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From wcohen at redhat dot com  2007-05-16 16:56 -------
Corrected the parameters for the kernel. However, the remainder of the this bug
is the same as 1155.


*** This bug has been marked as a duplicate of 1155 ***

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |DUPLICATE


http://sourceware.org/bugzilla/show_bug.cgi?id=4510

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Bug tapsets/4510] probe scheduler.ctxswitch looks for wrong arg ($new) on  2.6.9-55.ELsmp x86_64
  2007-05-15 21:48 [Bug tapsets/4510] New: probe scheduler.ctxswitch looks for wrong arg " wcohen at redhat dot com
@ 2007-05-15 21:52 ` wcohen at redhat dot com
  2007-05-16 15:56 ` wcohen at redhat dot com
  1 sibling, 0 replies; 3+ messages in thread
From: wcohen at redhat dot com @ 2007-05-15 21:52 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From wcohen at redhat dot com  2007-05-15 22:51 -------
The 2.6.9-55.ELxmp x86_64 has the following function in kernel/sched.c

static inline
task_t * context_switch(runqueue_t *rq, task_t *prev, task_t *next)
{
...

However it the probe scheduler.ctxswitch is looking for $new rather than $next.
The following example illustrates the problem on the machine:

probe scheduler.ctxswitch
{
	printf("next_pid = %d\n", next_pid)
}

$ ../../install/bin/stap -v  /tmp/schedx.stpPass 1: parsed user script and 54
library script(s) in 750usr/10sys/767real ms.
semantic error: unable to find local 'new' near pc 0xffffffff8030ba14
(alternatives: rq prev next): identifier '$new' at
/home/wcohen/stap_snap_200705142049/install/share/systemtap/tapset/scheduler.stp:138:21
Pass 2: analyzed script: 1 probe(s), 0 function(s), 0 embed(s), 0 global(s) in
220usr/60sys/275real ms.
Pass 2: analysis failed.  Try again with more '-v' (verbose) options.







-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|probe scheduler.ctxswitch   |probe scheduler.ctxswitch
                   |looks for wrong arg on      |looks for wrong arg ($new)
                   |2.6.9-55.ELsmp x86_64       |on  2.6.9-55.ELsmp x86_64


http://sourceware.org/bugzilla/show_bug.cgi?id=4510

------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-08-09 17:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <bug-4510-6586@http.sourceware.org/bugzilla/>
2021-08-09 17:17 ` [Bug tapsets/4510] probe scheduler.ctxswitch looks for wrong arg ($new) on 2.6.9-55.ELsmp x86_64 contact at 200iso dot fr
2007-05-15 21:48 [Bug tapsets/4510] New: probe scheduler.ctxswitch looks for wrong arg " wcohen at redhat dot com
2007-05-15 21:52 ` [Bug tapsets/4510] probe scheduler.ctxswitch looks for wrong arg ($new) " wcohen at redhat dot com
2007-05-16 15:56 ` wcohen at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).