diff --git a/src/pmdas/linux_proc/help_text.h b/src/pmdas/linux_proc/help_text.h index bd4ba162f7..9089c52e38 100644 --- a/src/pmdas/linux_proc/help_text.h +++ b/src/pmdas/linux_proc/help_text.h @@ -159,9 +159,9 @@ help_text_t help_text[] = { { .name = "fdinfo.drm_memory_cpu", .shorthelp = "Accumulation of the drm-memory-cpu field from /proc//fdinfo/* file descriptors", .longhelp = "CPU memory which can be used by the GPU to store buffer objects." }, { .name = "fdinfo.drm_memory_gtt", .shorthelp = "Accumulation of the drm-memory-gtt field from /proc//fdinfo/* file descriptors", .longhelp = "GTT memory which can be used by the GPU to store buffer objects." }, { .name = "fdinfo.drm_memory_vram", .shorthelp = "Accumulation of the drm-memory-vram field from /proc//fdinfo/* file descriptors", .longhelp = "VRAM memory which can be used by the GPU to store buffer objects." }, -{ .name = "fdinfo.drm_shared_cpu", .shorthelp = "Accumulation of the drm-shared-cpu field from /proc//fdinfo/* file descriptors", .longhelp = "CPU memory which can be used by the GPU to store buffer objects, and is shared with another file." }, -{ .name = "fdinfo.drm_shared_gtt", .shorthelp = "Accumulation of the drm-shared-gtt field from /proc//fdinfo/* file descriptors", .longhelp = "GTT memory which can be used by the GPU to store buffer objects, and is shared with another file." }, -{ .name = "fdinfo.drm_shared_vram", .shorthelp = "Accumulation of the drm-shared-vram field from /proc//fdinfo/* file descriptors", .longhelp = "VRAM memory which can be used by the GPU to store buffer objects, and is shared with another file." }, +{ .name = "fdinfo.drm_shared_cpu", .shorthelp = "Accumulation of the drm-shared-cpu field from /proc//fdinfo/* file descriptors", .longhelp = "CPU memory which can be used by the GPU to store buffer objects, and is\nshared with another file." }, +{ .name = "fdinfo.drm_shared_gtt", .shorthelp = "Accumulation of the drm-shared-gtt field from /proc//fdinfo/* file descriptors", .longhelp = "GTT memory which can be used by the GPU to store buffer objects, and is\nshared with another file." }, +{ .name = "fdinfo.drm_shared_vram", .shorthelp = "Accumulation of the drm-shared-vram field from /proc//fdinfo/* file descriptors", .longhelp = "VRAM memory which can be used by the GPU to store buffer objects, and is\nshared with another file." }, { .name = "fdinfo.amd_evicted_visible_vram", .shorthelp = "Accumulation of the amd-evicted-visible-vram field from /proc//fdinfo/* file descriptors", .longhelp = "Sum of evicted buffers due to CPU access." }, { .name = "fdinfo.amd_evicted_vram", .shorthelp = "Accumulation of the amd-evicted-vram field from /proc//fdinfo/* file descriptors", .longhelp = "Sum of evicted buffers, includes visible VRAM" },