> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ConfigureL2IPMCs

> ConfigureL2IPMCs

# ConfigureL2IPMCs

L2 캐시 내부의 성능 카운터를 구성합니다.

## 구문

```cpp theme={null}
HRESULT ConfigureL2IPMCs(  
         unsigned int eventIndex10,  
         unsigned int eventIndex11,  
         unsigned int eventIndex12,  
         unsigned int eventIndex13  
)  
```

### 매개변수

*eventIndex10*   \
형식: unsigned int

계수할 이벤트의 인덱스입니다.

*eventIndex11*   \
형식: unsigned int

계수할 이벤트의 인덱스입니다.

*eventIndex12*   \
형식: unsigned int

계수할 이벤트의 인덱스입니다.

*eventIndex13*   \
형식: unsigned int

계수할 이벤트의 인덱스입니다.

### 반환값

형식: HRESULT

성공 또는 오류 코드입니다.

| 코드                | 설명                      |
| ----------------- | ----------------------- |
| S\_OK             | 성공.                     |
| E\_INVALIDARG     | 하나 이상의 인덱스가 범위를 벗어났습니다. |
| E\_ACCESS\_DENIED | 드라이버에 대한 액세스가 거부되었습니다.  |

## 설명

두 개의 L2 캐시가 있으며 각 L2 캐시에는 이벤트를 계수할 수 있는 4개의 성능 카운터가 있습니다.\
ConfigureL2IPMCs는 두 L2의 이벤트를 동일하게 구성합니다.\
첫 번째 L2는 코어 0-3에 연결되어 있습니다. 두 번째는 코어 4-7에 연결되어 있습니다. 특정 L2의 이벤트는 해당 L2에 연결된 코어에서 읽어야 합니다.\
L2 트랜잭션은 64바이트입니다.

| 인덱스 | 이벤트                | 설명                    |
| --- | ------------------ | --------------------- |
| 0   | Reserved           |                       |
| 1   | L2MissICFill       | L2에 미스가 발생한 IC 요청 수   |
| 2   | L2MissDCFill       | L2에 미스가 발생한 DC 요청 수   |
| 3   | L2MissPrefetchFill | L2에 미스가 발생한 프리페치 요청 수 |
| 4   | L2MissAll          | L2 미스의 총 수            |
| 5   | L2Writeback        | L2 클린 및 더티 라이트백 수     |
| 6   | L2CleanWriteback   | L2 클린 라이트백 수          |
| 7   | L2Fill             | L2 채우기 수              |
| 8   | L2FillWriteback    | L2 채우기 및 라이트백의 총 수    |

## 요구 사항

**헤더:** pix3.h

**라이브러리:** pixevt.lib

**지원되는 플랫폼:** XBOX One 계열 콘솔 및 XBOX Series 콘솔

## 함께 보기

[GetPMCValue](/reference/tools/pix3/functions/getpmcvalue)\
[ConfigurePMCs](/reference/tools/pix3/functions/configurepmcs)\
[ConfigureNBPMCs](/reference/tools/pix3/functions/configurenbpmcs)\
[PIX3 on XBOX](/reference/tools/pix3/pix3_members)\
[PIX(NDA 항목)](/tools/tools-console/pix/pix)


## Related topics

- [ConfigureNBPMCs](/ko/reference/tools/pix3/functions/configurenbpmcs.md)
- [ConfigurePMCs](/ko/reference/tools/pix3/functions/configurepmcs.md)
- [GetPMCValue](/ko/reference/tools/pix3/functions/getpmcvalue.md)
- [PIX3](/ko/reference/tools/pix3/pix3_members.md)
- [PC 상위 실패 테스트 케이스](/ko/publishing/certification/pc-top-failing.md)
