[PATCH 0/4] Add decoding of drm and i915 ioctls

Patrik Jakobsson pjakobsson at suse.de
Tue Mar 12 07:49:15 UTC 2019


Hi, this is a continuation of my work (from 2015) at getting drm ioctl
decoding included in strace. The code is reworked and rebased so I am
resending this as a new series instead of continuing on the previos one.
As before, this series does not decode all of the drm and i915 but only
the most commonly used ones.

Patrik Jakobsson (4):
  drm: Add config for detecting libdrm
  drm: Add dispatcher and driver identification for DRM
  drm: Add decoding of DRM ioctls
  drm: Add decoding of i915 ioctls

 Makefile.am                |   2 +
 configure.ac               |   5 +
 drm.c                      | 709 +++++++++++++++++++++++++++++++++++++
 drm_i915.c                 | 330 +++++++++++++++++
 ioctl.c                    |   8 +
 xlat/drm_i915_getparams.in |  51 +++
 xlat/drm_i915_ioctls.in    |  51 +++
 xlat/drm_i915_setparams.in |   4 +
 8 files changed, 1160 insertions(+)
 create mode 100644 drm.c
 create mode 100644 drm_i915.c
 create mode 100644 xlat/drm_i915_getparams.in
 create mode 100644 xlat/drm_i915_ioctls.in
 create mode 100644 xlat/drm_i915_setparams.in

-- 
2.21.0



More information about the Strace-devel mailing list