public inbox for systemtap@sourceware.org
 help / color / mirror / Atom feed
* [Bug translator/3498] improve offline processing speed by  predicate fn
       [not found] <20061109181920.3498.fche@redhat.com>
@ 2008-05-20 22:36 ` fche at redhat dot com
  2008-07-08 19:26 ` [Bug translator/3498] split pass-2 into wildcard/alias-expanded derived_probe_group pending work fche at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2008-05-20 22:36 UTC (permalink / raw)
  To: systemtap


------- Additional Comments From fche at redhat dot com  2008-05-20 20:32 -------
One possible approach is to break the derivation process between the
probe-point matcher tree and the actual derived_foo_builder::build
calls, by storing in the session a vector of deferred-build calls.
Perhaps it should be rolled into the derived_probe_group class
structure.  (This may also be a better place/time to handle listings.)

Once all the probes have been resolved to builders, they'd actually
start getting build calls.  The dwarf builder can search the
deferred-builder queue for all the other occurrences of kernel.* and
module("*").*, and thus customize a good filter predicate for
dwfl_linux_kernel_report_offline().


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|fche at redhat dot com      |systemtap at sources dot
                   |                            |redhat dot com
             Status|NEW                         |ASSIGNED


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

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

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

* [Bug translator/3498] split pass-2 into wildcard/alias-expanded derived_probe_group pending work
       [not found] <20061109181920.3498.fche@redhat.com>
  2008-05-20 22:36 ` [Bug translator/3498] improve offline processing speed by predicate fn fche at redhat dot com
@ 2008-07-08 19:26 ` fche at redhat dot com
  2008-07-08 19:31 ` fche at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2008-07-08 19:26 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|improve offline processing  |split pass-2 into
                   |speed by  predicate fn      |wildcard/alias-expanded
                   |                            |derived_probe_group pending
                   |                            |work


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

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

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

* [Bug translator/3498] split pass-2 into wildcard/alias-expanded derived_probe_group pending work
       [not found] <20061109181920.3498.fche@redhat.com>
  2008-05-20 22:36 ` [Bug translator/3498] improve offline processing speed by predicate fn fche at redhat dot com
  2008-07-08 19:26 ` [Bug translator/3498] split pass-2 into wildcard/alias-expanded derived_probe_group pending work fche at redhat dot com
@ 2008-07-08 19:31 ` fche at redhat dot com
  2009-04-17 16:03 ` [Bug translator/3498] speed up pass-2: split at wildcard-expansion ||| match_node::build; compute tight elfutils report_..._offline predicate fche at redhat dot com
  2009-07-07 18:34 ` fche at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2008-07-08 19:31 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |6731
              nThis|                            |


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

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

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

* [Bug translator/3498] speed up pass-2: split at wildcard-expansion ||| match_node::build; compute tight elfutils report_..._offline predicate
       [not found] <20061109181920.3498.fche@redhat.com>
                   ` (2 preceding siblings ...)
  2008-07-08 19:31 ` fche at redhat dot com
@ 2009-04-17 16:03 ` fche at redhat dot com
  2009-07-07 18:34 ` fche at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2009-04-17 16:03 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|split pass-2 into           |speed up pass-2: split at
                   |wildcard/alias-expanded     |wildcard-expansion |||
                   |derived_probe_group pending |match_node::build; compute
                   |work                        |tight elfutils
                   |                            |report_..._offline predicate


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

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

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

* [Bug translator/3498] speed up pass-2: split at wildcard-expansion ||| match_node::build; compute tight elfutils report_..._offline predicate
       [not found] <20061109181920.3498.fche@redhat.com>
                   ` (3 preceding siblings ...)
  2009-04-17 16:03 ` [Bug translator/3498] speed up pass-2: split at wildcard-expansion ||| match_node::build; compute tight elfutils report_..._offline predicate fche at redhat dot com
@ 2009-07-07 18:34 ` fche at redhat dot com
  4 siblings, 0 replies; 5+ messages in thread
From: fche at redhat dot com @ 2009-07-07 18:34 UTC (permalink / raw)
  To: systemtap



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|systemtap at sources dot    |fche at redhat dot com
                   |redhat dot com              |


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

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

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

end of thread, other threads:[~2009-07-07 18:34 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20061109181920.3498.fche@redhat.com>
2008-05-20 22:36 ` [Bug translator/3498] improve offline processing speed by predicate fn fche at redhat dot com
2008-07-08 19:26 ` [Bug translator/3498] split pass-2 into wildcard/alias-expanded derived_probe_group pending work fche at redhat dot com
2008-07-08 19:31 ` fche at redhat dot com
2009-04-17 16:03 ` [Bug translator/3498] speed up pass-2: split at wildcard-expansion ||| match_node::build; compute tight elfutils report_..._offline predicate fche at redhat dot com
2009-07-07 18:34 ` fche 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).