Searched refs:timehist_options (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/tools/perf/ |
D | builtin-sched.c | 3516 const struct option timehist_options[] = { in cmd_sched() local 3632 argc = parse_options(argc, argv, timehist_options, in cmd_sched() 3635 usage_with_options(timehist_usage, timehist_options); in cmd_sched() 3640 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched() 3642 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched() 3644 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
|
D | builtin-kwork.c | 1748 const struct option timehist_options[] = { in cmd_kwork() local 1822 argc = parse_options(argc, argv, timehist_options, timehist_usage, 0); in cmd_kwork() 1824 usage_with_options(timehist_usage, timehist_options); in cmd_kwork()
|