Re: [PATCH v5] drm/amdgpu: add new trace event for page table update

2020-08-20 Thread Shashank Sharma
On 20/08/20 2:28 pm, Christian König wrote: > Am 20.08.20 um 07:27 schrieb Shashank Sharma: >> This patch adds a new trace event to track the PTE update >> events. This specific event will provide information like: >> - start and end of virtual memory mapping >> - HW engine flags for the map >> -

Re: [PATCH v5] drm/amdgpu: add new trace event for page table update

2020-08-20 Thread Christian König
Am 20.08.20 um 07:27 schrieb Shashank Sharma: This patch adds a new trace event to track the PTE update events. This specific event will provide information like: - start and end of virtual memory mapping - HW engine flags for the map - physical address for mapping This will be particularly usef

[PATCH v5] drm/amdgpu: add new trace event for page table update

2020-08-19 Thread Shashank Sharma
This patch adds a new trace event to track the PTE update events. This specific event will provide information like: - start and end of virtual memory mapping - HW engine flags for the map - physical address for mapping This will be particularly useful for memory profiling tools (like RMV) which a