Lines Matching full:capable
2 // Based on capable(8) from BCC by Brendan Gregg.
12 #include "capable.h"
13 #include "capable.skel.h"
87 const char *argp_program_version = "capable 0.1";
93 "USAGE: capable [--help] [-p PID | -c CG | -K | -U | -x] [-u TYPE]\n"
97 " capable # Trace capability checks\n"
98 " capable -p 185 # Trace this PID only\n"
99 " capable -c CG # Trace process under cgroupsPath CG\n"
100 " capable -K # Add kernel stacks to trace\n"
101 " capable -x # Extra fields: show TID and INSETID columns\n"
102 " capable -U # Add user-space stacks to trace\n"
103 " capable -u TYPE # Print unique output for TYPE=[pid | cgroup] (default:off)\n";