Home
last modified time | relevance | path

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

/tools/power/cpupower/utils/helpers/
Damd.c28 unsigned en:1; member
37 unsigned en:1; member
122 if ((cpu_family == 0x17) && (!pstate.fam17h_bits.en)) in decode_pstates()
124 else if (!pstate.bits.en) in decode_pstates()
/tools/testing/selftests/arm64/mte/
Dmte_common_util.c257 unsigned long en = 0; in mte_switch_mode() local
264 en = PR_TAGGED_ADDR_ENABLE; in mte_switch_mode()
266 en |= PR_MTE_TCF_SYNC; in mte_switch_mode()
268 en |= PR_MTE_TCF_ASYNC; in mte_switch_mode()
270 en |= PR_MTE_TCF_NONE; in mte_switch_mode()
272 en |= (incl_mask << PR_MTE_TAG_SHIFT); in mte_switch_mode()
274 if (!prctl(PR_SET_TAGGED_ADDR_CTRL, en, 0, 0, 0) == 0) { in mte_switch_mode()
284 unsigned long en = 0; in mte_default_setup() local
292 ret = prctl(PR_GET_TAGGED_ADDR_CTRL, en, 0, 0, 0); in mte_default_setup()
/tools/testing/selftests/rcutorture/doc/
Drcu-test-image.txt65 https://en.wikipedia.org/wiki/Initrd
66 https://en.wikipedia.org/wiki/Cpio
/tools/power/cpupower/po/
Dfr.po305 msgstr " CPUs qui doivent changer de fréquences en même temps : "
310 msgstr " CPUs qui doivent changer de fréquences en même temps : "
432 " fréquences en même temps *\n"
441 " fréquences en même temps *\n"
471 " -o, --proc Affiche les informations en utilisant l'interface\n"
607 "3. on pourra préciser l'unité des fréquences en postfixant sans aucune "
629 "en\n"
923 " -o, --proc Affiche les informations en utilisant l'interface\n"
946 #~ " -c CPU, --cpu CPU numéro du CPU à prendre en compte pour les\n"
Dcs.po496 "vypsány ladicí informace, což může být užitečné například při hlášení chyb.\n"
504 "Není-li při použití přepínačů označených * zadán parametr -c nebo --cpu,\n"
593 "Není-li při použití přepínačů označených * zadán parametr -c nebo --cpu,\n"
/tools/perf/Documentation/
Dtopdown.txt252 [1] https://software.intel.com/en-us/top-down-microarchitecture-analysis-method-win
254 [3] https://software.intel.com/en-us/intel-vtune-amplifier-xe
Dsecurity.txt236 [2] https://docs.fedoraproject.org/en-US/Fedora/11/html/Security-Enhanced_Linux/sect-Security-Enhan…
/tools/perf/
Dbuiltin-script.c1079 static int ip__fprintf_jump(uint64_t ip, struct branch_entry *en, in ip__fprintf_jump() argument
1085 en->flags.predicted ? " PRED" : "", in ip__fprintf_jump()
1086 en->flags.mispred ? " MISPRED" : "", in ip__fprintf_jump()
1087 en->flags.in_tx ? " INTX" : "", in ip__fprintf_jump()
1088 en->flags.abort ? " ABORT" : ""); in ip__fprintf_jump()
1089 if (en->flags.cycles) { in ip__fprintf_jump()
1090 *total_cycles += en->flags.cycles; in ip__fprintf_jump()
1091 printed += fprintf(fp, " %d cycles [%d]", en->flags.cycles, *total_cycles); in ip__fprintf_jump()
1093 printed += fprintf(fp, " %.2f IPC", (float)insn / en->flags.cycles); in ip__fprintf_jump()