Home
last modified time | relevance | path

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

/linux/tools/tracing/rtla/src/
H A Dtimerlat_top.c51 int deepest_idle_state; member
525 params->deepest_idle_state = -2; in timerlat_top_parse_args()
737 params->deepest_idle_state = get_llong_from_str(optarg); in timerlat_top_parse_args()
1006 if (params->deepest_idle_state >= -1) { in timerlat_top_main()
1021 if (set_deepest_cpu_idle_state(i, params->deepest_idle_state) < 0) { in timerlat_top_main()
1182 if (params->deepest_idle_state >= -1) { in timerlat_top_main()
H A Dtimerlat_hist.c58 int deepest_idle_state; member
754 params->deepest_idle_state = -2; in timerlat_hist_parse_args()
986 params->deepest_idle_state = get_llong_from_str(optarg); in timerlat_hist_parse_args()
1250 if (params->deepest_idle_state >= -1) { in timerlat_hist_main()
1265 if (set_deepest_cpu_idle_state(i, params->deepest_idle_state) < 0) { in timerlat_hist_main()
1403 if (params->deepest_idle_state >= -1) { in timerlat_hist_main()