Home
last modified time | relevance | path

Searched refs:positive_int (Results 1 – 5 of 5) sorted by relevance

/external/bcc/tools/old/
Dprofile.py55 def positive_int(val): function
66 ival = positive_int(val)
87 thread_group.add_argument("-p", "--pid", type=positive_int,
95 parser.add_argument("-F", "--frequency", type=positive_int, default=49,
107 parser.add_argument("-S", "--kernel-skip", type=positive_int, default=0,
/external/bcc/tools/
Doffcputime.py22 def positive_int(val): function
33 ival = positive_int(val)
65 help="trace this PID only", type=positive_int)
67 help="trace this TID only", type=positive_int)
96 parser.add_argument("--state", type=positive_int,
Dprofile.py42 def positive_int(val): function
53 ival = positive_int(val)
79 thread_group.add_argument("-p", "--pid", type=positive_int,
88 sample_group.add_argument("-F", "--frequency", type=positive_int,
90 sample_group.add_argument("-c", "--count", type=positive_int,
Dwakeuptime.py23 def positive_int(val): function
34 ival = positive_int(val)
54 type=positive_int,
Doffwaketime.py22 def positive_int(val): function
33 ival = positive_int(val)
65 help="trace this PID only", type=positive_int)
67 help="trace this TID only", type=positive_int)