Home
last modified time | relevance | path

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

/linux-6.15/tools/tracing/rtla/src/
H A Dtimerlat.h29 int deepest_idle_state; member
H A Dtimerlat_top.c557 params->deepest_idle_state = -2; in timerlat_top_parse_args()
769 params->deepest_idle_state = get_llong_from_str(optarg); in timerlat_top_parse_args()
1071 if (params->deepest_idle_state >= -1) { in timerlat_top_main()
1086 if (set_deepest_cpu_idle_state(i, params->deepest_idle_state) < 0) { in timerlat_top_main()
1226 if (params->deepest_idle_state >= -1) { in timerlat_top_main()
H A Dtimerlat_hist.c798 params->deepest_idle_state = -2; in timerlat_hist_parse_args()
1030 params->deepest_idle_state = get_llong_from_str(optarg); in timerlat_hist_parse_args()
1226 if (params->deepest_idle_state >= -1) { in timerlat_hist_main()
1241 if (set_deepest_cpu_idle_state(i, params->deepest_idle_state) < 0) { in timerlat_hist_main()
1397 if (params->deepest_idle_state >= -1) { in timerlat_hist_main()