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 runtime/5645] New: Too many sub-buffers generated with -s option


Stap script allocates too many sub-buffers(1024!) with
-s64 (use 64MB relay buffer) as below

$ stap -s64 -DDEBUG -e 'probe begin {print("hello");exit()}'
$ dmesg  | grep ^_stp_transport.*Using
_stp_transport_init:266 Using 1024 subbufs of size 65536

-- 
           Summary: Too many sub-buffers generated with -s option
           Product: systemtap
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: runtime
        AssignedTo: systemtap at sources dot redhat dot com
        ReportedBy: mhiramat at redhat dot com


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

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


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