Searched refs:LLC (Results 1 – 25 of 131) sorted by relevance
123456
/linux/net/llc/ |
A D | Kconfig | 2 config LLC config 6 tristate "ANSI/IEEE 802.2 LLC type 2 Support" 7 select LLC
|
/linux/arch/powerpc/perf/ |
A D | power8-pmu.c | 142 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 143 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3); 144 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL); 145 CACHE_EVENT_ATTR(LLC-store-misses, PM_L2_ST_MISS); 146 CACHE_EVENT_ATTR(LLC-stores, PM_L2_ST);
|
A D | power10-pmu.c | 140 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 141 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3); 142 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PF_MISS_L3); 143 CACHE_EVENT_ATTR(LLC-store-misses, PM_L2_ST_MISS); 144 CACHE_EVENT_ATTR(LLC-stores, PM_L2_ST);
|
A D | power9-pmu.c | 184 CACHE_EVENT_ATTR(LLC-load-misses, PM_DATA_FROM_L3MISS); 185 CACHE_EVENT_ATTR(LLC-loads, PM_DATA_FROM_L3); 186 CACHE_EVENT_ATTR(LLC-prefetches, PM_L3_PREF_ALL);
|
/linux/tools/testing/selftests/tc-testing/ |
A D | Makefile | 11 PROBE := $(shell $(LLC) -march=bpf -mcpu=probe -filetype=null /dev/null 2>&1) 29 $(LLC) -march=bpf -mcpu=$(CPU) $(LLC_FLAGS) -filetype=obj -o $@
|
/linux/samples/bpf/ |
A D | Makefile | 227 LLC ?= llc macro 251 BTF_LLC_PROBE := $(shell $(LLC) -march=bpf -mattr=help 2>&1 | grep dwarfris) 310 .PHONY: verify_cmds verify_target_bpf $(CLANG) $(LLC) 312 verify_cmds: $(CLANG) $(LLC) 321 @if ! (${LLC} -march=bpf -mattr=help > /dev/null 2>&1); then \ 322 echo "*** ERROR: LLVM (${LLC}) does not support 'bpf' target" ;\ 439 $(LLC) -march=bpf $(LLC_FLAGS) -filetype=obj -o $@
|
A D | README.rst | 82 'clang' command via redefining LLC or CLANG on the make command line:: 84 …make M=samples/bpf LLC=~/git/llvm-project/llvm/build/bin/llc CLANG=~/git/llvm-project/llvm/build/b… 101 Pointing LLC and CLANG is not necessarily if it's installed on HOST and have
|
/linux/tools/perf/Documentation/ |
A D | perf-c2c.txt | 180 LLC Load Hitm - Total, LclHitm, RmtHitm 199 LLC Load Hit - LlcHit, LclHitm 200 - count of LLC load accesses, includes LLC hits and LLC HITMs
|
/linux/Documentation/networking/ |
A D | x25.rst | 22 To confuse matters a little, an 802.2 LLC implementation is also possible 26 being served by the LLC would be completely separate from LAPB.
|
/linux/net/802/ |
A D | Kconfig | 4 select LLC
|
/linux/arch/arm64/boot/dts/mediatek/ |
A D | mt8183-kukui-audio-max98357a.dtsi | 5 * Copyright 2020 Google LLC.
|
A D | mt8183-kukui-audio-rt1015p.dtsi | 5 * Copyright 2020 Google LLC.
|
A D | mt8183-kukui-audio-da7219-max98357a.dtsi | 5 * Copyright 2019 Google LLC.
|
A D | mt8183-kukui-audio-da7219-rt1015p.dtsi | 5 * Copyright 2020 Google LLC.
|
A D | mt8183-kukui-audio-ts3a227e-max98357a.dtsi | 5 * Copyright 2020 Google LLC.
|
A D | mt8183-kukui-audio-ts3a227e-rt1015p.dtsi | 5 * Copyright 2021 Google LLC.
|
A D | mt8183-kukui-jacuzzi-fennel14.dts | 3 * Copyright 2021 Google LLC
|
A D | mt8183-kukui-jacuzzi-juniper-sku16.dts | 3 * Copyright 2021 Google LLC
|
A D | mt8183-kukui-jacuzzi-kenzo.dts | 3 * Copyright 2021 Google LLC
|
A D | mt8183-kukui-jacuzzi-willow-sku0.dts | 3 * Copyright 2021 Google LLC
|
/linux/arch/arm64/boot/dts/qcom/ |
A D | sc7280-herobrine.dts | 5 * Copyright 2021 Google LLC.
|
A D | sc7180-trogdor-pompom-r3.dts | 5 * Copyright 2021 Google LLC.
|
A D | sc7180-trogdor-coachz-r3.dts | 5 * Copyright 2021 Google LLC.
|
A D | sc7180-trogdor-homestar-r3.dts | 5 * Copyright 2021 Google LLC.
|
A D | sc7180-trogdor-lazor-r3.dts | 5 * Copyright 2020 Google LLC.
|
Completed in 75 milliseconds
123456