Lines Matching full:stackcount
1 .TH stackcount 8 "2016-01-14" "USER COMMANDS"
3 stackcount \- Count function calls and their stack traces. Uses Linux eBPF/bcc.
5 .B stackcount [\-h] [\-p PID] [\-c CPU] [\-i INTERVAL] [\-D DURATION] [\-T]
8 stackcount traces functions and frequency counts them with their entire
77 .B stackcount submit_bio
81 .B stackcount \-d submit_bio
85 .B stackcount \-K submit_bio
89 .B stackcount \-U submit_bio
93 .B stackcount ip_output
97 .B stackcount \-s ip_output
101 .B stackcount \-sv ip_output
105 .B stackcount 'tcp_send*'
109 .B stackcount \-r '^tcp_send.*'
113 .B stackcount \-Ti 5 ip_output
117 .B stackcount \-p 185 ip_output
121 .B stackcount \-c 1 put_prev_entity
125 .B stackcount \-p 185 c:malloc
129 .B stackcount \-p 185 u:pthread:pthread_create
133 .B stackcount t:sched:sched_switch