Lines Matching full:aa

450 		"	  [-P priority] [--dma-latency us] [--aa-only us] [-C[=cgroup_name]] [-u|-k] [--warm-up s]",  in timerlat_top_usage()
454 …" --aa-only us: stop if <us> latency is hit, only printing the auto analysis (reduces CPU usa… in timerlat_top_usage()
464 …-dump-tasks: prints the task running on all CPUs if stop conditions are met (depends on !--no-aa)", in timerlat_top_usage()
470 " --no-aa: disable auto-analysis, reducing rtla timerlat cpu usage", in timerlat_top_usage()
548 {"no-aa", no_argument, 0, '3'}, in timerlat_top_parse_args()
550 {"aa-only", required_argument, 0, '5'}, in timerlat_top_parse_args()
717 case '3': /* no-aa */ in timerlat_top_parse_args()
746 timerlat_top_usage("--no-aa and --aa-only are mutually exclusive!"); in timerlat_top_parse_args()
918 struct osnoise_tool *aa = NULL; in timerlat_top_main() local
996 /* as top is not used for display, use it for aa */ in timerlat_top_main()
997 aa = top; in timerlat_top_main()
1000 aa = osnoise_init_tool("timerlat_aa"); in timerlat_top_main()
1001 if (!aa) in timerlat_top_main()
1005 retval = timerlat_aa_init(aa, params->dump_tasks); in timerlat_top_main()
1012 if (aa != top) { in timerlat_top_main()
1013 retval = enable_timerlat(&aa->trace); in timerlat_top_main()
1054 if (!params->no_aa && aa != top) in timerlat_top_main()
1055 trace_instance_start(&aa->trace); in timerlat_top_main()
1114 * If the trace did not stop with --aa-only, at least print the in timerlat_top_main()
1132 if (aa && aa != top) in timerlat_top_main()
1133 osnoise_destroy_tool(aa); in timerlat_top_main()