HomeSort by relevance Sort by last modified time
    Searched refs:positive_int (Results 1 - 5 of 5) sorted by null

  /external/bcc/tools/
offcputime.py 22 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,
profile.py 42 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,
wakeuptime.py 23 def positive_int(val): function
34 ival = positive_int(val)
54 type=positive_int,
offwaketime.py 22 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)
  /external/bcc/tools/old/
profile.py 55 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,

Completed in 265 milliseconds