Home
last modified time | relevance | path

Searched refs:debug_maxlat_dflt (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/tracing/latency/
Dlatency-collector.c94 static const char *debug_maxlat_dflt; variable
1786 prg_name, debug_tracefile_dflt, debug_maxlat_dflt, DEFAULT_NR_PRINTER_THREADS, in show_usage()
1788 debug_tracefile_dflt, debug_maxlat_dflt); in show_usage()
1799 debug_maxlat_dflt = tracefs_get_tracing_file("tracing_max_latency"); in find_tracefiles()
1800 if (debug_maxlat_dflt == NULL) { in find_tracefiles()
1802 debug_maxlat_dflt = DEBUG_NOFILE; in find_tracefiles()
1806 debug_maxlat = debug_maxlat_dflt; in find_tracefiles()