Lines Matching refs:argc
1641 static int timechart__io_record(int argc, const char **argv)
1720 argc;
1769 for (i = 0; i < (unsigned int)argc; i++)
1776 static int timechart__record(struct timechart *tchart, int argc, const char **argv)
1838 rec_argc = record_elems + argc;
1860 for (j = 0; j < (unsigned int)argc; j++)
1916 int cmd_timechart(int argc, const char **argv)
1979 argc = parse_options_subcommand(argc, argv, timechart_options, timechart_subcommands,
1987 if (argc && !strncmp(argv[0], "rec", 3)) {
1988 argc = parse_options(argc, argv, timechart_record_options,
1998 return timechart__io_record(argc, argv);
2000 return timechart__record(&tchart, argc, argv);
2001 } else if (argc)