iovisor/bcc

stackcount option for stack depth limit

Open

#1,103 opened on Apr 8, 2017

View on GitHub
 (5 comments) (0 reactions) (0 assignees)C (4,051 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (22,409 stars)
PR merge metrics
 (Avg merge 12d 6h) (12 merged PRs in 30d)

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