This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug tapsets/16472] New: long chain of nested function calls consumes a lot of empty whitespace due to thread_indent() function


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

            Bug ID: 16472
           Summary: long chain of nested function calls consumes a lot of
                    empty whitespace due to thread_indent() function
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: tapsets
          Assignee: systemtap at sourceware dot org
          Reporter: fahadaliarshad at gmail dot com

Created attachment 7365
  --> https://sourceware.org/bugzilla/attachment.cgi?id=7365&action=edit
patch for add_thread_indent_depth() function

This function (thread_indent_depth) is useful for saving space (consumed by
whitespace) in traces with long nested function calls. It returns an integer
(represented as a string) corresponding to the nested-depth in the current task
information.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]