kmsg: add predefined _PID, _TID, _COMM keywords to kmsg* log dict 81/60881/3
authorMarcin Niesluchowski <m.niesluchow@samsung.com>
Mon, 27 Apr 2015 09:20:34 +0000 (11:20 +0200)
committerJoonyoung Shim <jy0922.shim@samsung.com>
Fri, 11 Mar 2016 00:50:30 +0000 (16:50 -0800)
commit091c2a8b8d5de78c5250e168395cb3f0cf49b8d6
tree453dad64adcab467559acd20488eed5571837a4b
parent5c16f974533ce31fcd39819a2d8ae06e283f6212
kmsg: add predefined _PID, _TID, _COMM keywords to kmsg* log dict

kmsg* devices write operation wrote no dict along with message
Due to usage of kmsg devices in userspace dict has been added
identifying pid, tid and comm of writing process.

Signed-off-by: Marcin Niesluchowski <m.niesluchow@samsung.com>
Change-Id: Idead2fa29607785031e37542c2f48481b04f9949
kernel/printk_kmsg.c