Searched refs:inj (Results 1 – 2 of 2) sorted by relevance
233 #define SET_NB_DRAM_INJECTION_WRITE(inj) \ argument234 (BIT(((inj.word) & 0xF) + 20) | \235 F10_NB_ARR_ECC_WR_REQ | inj.bit_map)236 #define SET_NB_DRAM_INJECTION_READ(inj) \ argument237 (BIT(((inj.word) & 0xF) + 20) | \238 BIT(16) | inj.bit_map)
787 $ perf inject -i perf.data -o inj --itrace=i100usle --strip788 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1