util: handle filters correctly 67/169167/8
authorMichal Bloch <m.bloch@samsung.com>
Wed, 7 Feb 2018 19:06:18 +0000 (20:06 +0100)
committerMichal Bloch <m.bloch@samsung.com>
Thu, 8 Feb 2018 15:15:52 +0000 (16:15 +0100)
commit440a7ca1f4065a7bc39c569661ece2ef5e0e7d12
tree64575184992867675b6de26e98c198c0c0a50767
parent733021a71b65fe74d258de659180dd5f787ae89d
util: handle filters correctly

 * for pipe-backend, do not create a filter locally as the daemon
   already does that.
 * do not disable sorting based on filter count as it is orthogonal
   to sorting (it is possible for many processes to share a tag).

Change-Id: I21932344861b3c8d418e39c569ace62e8cb454c0
Signed-off-by: Michal Bloch <m.bloch@samsung.com>
src/logutil/fdi_logger.c
src/logutil/fdi_logger.h
src/logutil/fdi_pipe.c
src/logutil/fdi_pipe.h
src/logutil/logutil.c