Home
last modified time | relevance | path

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

/tools/power/x86/intel-speed-select/
Disst-core.c22 pkg_dev->levels = (resp >> 8) & 0xff; in isst_get_ctdp_levels()
521 for (i = 0; i < pkg_dev->levels; ++i) { in isst_get_process_ctdp_complete()
544 pkg_dev->levels); in isst_get_process_ctdp()
546 for (i = 0; i <= pkg_dev->levels; ++i) { in isst_get_process_ctdp()
Disst-config.c707 _get_tdp_level("get-config-levels", levels, levels, "TDP levels");
708 _get_tdp_level("get-config-version", levels, version, "TDP version");
709 _get_tdp_level("get-config-enabled", levels, enabled, "TDP enable status");
710 _get_tdp_level("get-config-current_level", levels, current_level,
712 _get_tdp_level("get-lock-status", levels, locked, "TDP lock status");
Disst.h156 int levels; member
Disst-display.c320 for (i = 0; i <= pkg_dev->levels; ++i) { in isst_ctdp_display_information()
/tools/perf/Documentation/
Dperf-top.txt235 The privilege levels may be omitted, in which case, the privilege levels of the associated
237 levels are subject to permissions. When sampling on multiple events, branch stack sampling
Dperf-script-python.txt251 levels if they don't exist e.g syscalls[comm][pid][id] = 1 will create
252 the intermediate hash levels and finally assign the value 1 to the
580 without having to go to the trouble of creating intermediate levels if
Dperf-record.txt372 The privilege levels may be omitted, in which case, the privilege levels of the associated
374 levels are subject to permissions. When sampling on multiple events, branch stack sampling
/tools/usb/
Dffs-test.c67 static const char levels[8][6] = { in _msg() local
79 fprintf(stderr, "%s: %s ", argv0, levels[level]); in _msg()
/tools/perf/
Ddesign.txt114 cache references and misses at different levels of the cache hierarchy).