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

  /external/blktrace/btt/
bno_plot.py 59 l_opts = [ 'help', 'keys-below', 'verbose' ]
62 (opts, args) = getopt.getopt(in_args, s_opts, l_opts)
args.c 33 static struct option l_opts[] = { variable in typeref:struct:option
288 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
btt_plot.py 204 l_opts = [ 'generate-all', 'type', 'no-legend', 'output', 'title',
208 (opts, args) = getopt.getopt(args[1:], s_opts, l_opts)
  /external/blktrace/
blkiomon.c 615 static struct option l_opts[] = { variable in typeref:struct:option
690 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
blkparse.c 107 static struct option l_opts[] = { variable in typeref:struct:option
    [all...]
blktrace.c 330 static struct option l_opts[] = { variable in typeref:struct:option
    [all...]
  /external/blktrace/btreplay/
btrecord.c 123 static struct option l_opts[] = { variable in typeref:struct:option
395 while ((c = getopt_long(argc, argv, S_OPTS, l_opts, NULL)) != -1) {
btreplay.c 1377 static struct option l_opts[] = { variable in typeref:struct:option
    [all...]

Completed in 70 milliseconds