Searched refs:timehist_options (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 3474 const struct option timehist_options[] = { in cmd_sched() local 3588 argc = parse_options(argc, argv, timehist_options, in cmd_sched() 3591 usage_with_options(timehist_usage, timehist_options); in cmd_sched() 3596 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched() 3598 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched() 3600 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 3525 const struct option timehist_options[] = { in cmd_sched() local 3656 argc = parse_options(argc, argv, timehist_options, in cmd_sched() 3659 usage_with_options(timehist_usage, timehist_options); in cmd_sched() 3664 parse_options_usage(timehist_usage, timehist_options, "s", true); in cmd_sched() 3666 parse_options_usage(NULL, timehist_options, "w", true); in cmd_sched() 3668 parse_options_usage(NULL, timehist_options, "n", true); in cmd_sched()
|
H A D | builtin-kwork.c | 1773 const struct option timehist_options[] = { in cmd_kwork() local 1847 argc = parse_options(argc, argv, timehist_options, timehist_usage, 0); in cmd_kwork() 1849 usage_with_options(timehist_usage, timehist_options); in cmd_kwork()
|
Completed in 13 milliseconds