[Intel-gfx] [PATCH 0/2] GuC logger redesign

Krzysztof E. Olinski krzysztof.e.olinski at intel.com
Thu Apr 27 08:59:18 UTC 2017


GuC logger implementation simplified and moved to a library (GuCLAW).
Adds simple buffering utility for logging routine (BUC).

Krzysztof E. Olinski (2):
  A lockless Buffering Utility for Concurrency
  Simplification of guc logger design

 lib/Makefile.sources     |   4 +
 lib/buc.c                | 208 +++++++++++++++++++++
 lib/buc.h                | 242 ++++++++++++++++++++++++
 lib/igt_guclaw.c         | 272 +++++++++++++++++++++++++++
 lib/igt_guclaw.h         |  81 +++++++++
 tools/intel_guc_logger.c | 465 +++++++++--------------------------------------
 6 files changed, 893 insertions(+), 379 deletions(-)
 mode change 100644 => 100755 lib/Makefile.sources
 create mode 100755 lib/buc.c
 create mode 100755 lib/buc.h
 create mode 100755 lib/igt_guclaw.c
 create mode 100755 lib/igt_guclaw.h
 mode change 100644 => 100755 tools/intel_guc_logger.c

-- 
2.9.3



More information about the Intel-gfx mailing list