iovisor/bcc

stackcount option for stack depth limit

Open

#1,103 opened on Apr 8, 2017

 (5 comments) (0 reactions) (0 assignees)C (4,073 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (22,632 stars)
PR merge metrics
 (PR metrics pending)

Description

Feature request for a stackcount option to limit the stack depth. Eg, "-l 5" for the top 5 frames only. get_stackid() should already support this, such that the filter and aggregation is done in kernel.

Contributor guide