Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/edac/
Damd64_edac.h233 #define SET_NB_DRAM_INJECTION_WRITE(inj) \ argument
234 (BIT(((inj.word) & 0xF) + 20) | \
235 F10_NB_ARR_ECC_WR_REQ | inj.bit_map)
236 #define SET_NB_DRAM_INJECTION_READ(inj) \ argument
237 (BIT(((inj.word) & 0xF) + 20) | \
238 BIT(16) | inj.bit_map)
/linux-4.4.14/tools/perf/Documentation/
Dintel-pt.txt787 $ perf inject -i perf.data -o inj --itrace=i100usle --strip
788 $ ./create_gcov --binary=./sort --profile=inj --gcov=sort.gcov -gcov_version=1