Zhengjun Xing
fa18f803d1
tracing: Fix "gfp_t" format for synthetic events
[ Upstream commit 9fa8c9c647 ]
In the format of synthetic events, the "gfp_t" is shown as "signed:1",
but in fact the "gfp_t" is "unsigned", should be shown as "signed:0".
The issue can be reproduced by the following commands:
echo 'memlatency u64 lat; unsigned int order; gfp_t gfp_flags; int migratetype' > /sys/kernel/debug/tracing/synthetic_events
cat /sys/kernel/debug/tracing/events/synthetic/memlatency/format
name: memlatency
ID: 2233
format:
field:unsigned short common_type; offset:0; size:2; signed:0;
field:unsigned char common_flags; offset:2; size:1; signed:0;
field:unsigned char common_preempt_count; offset:3; size:1; signed:0;
field:int common_pid; offset:4; size:4; signed:1;
field:u64 lat; offset:8; size:8; signed:0;
field:unsigned int order; offset:16; size:4; signed:0;
field:gfp_t gfp_flags; offset:24; size:4; signed:1;
field:int migratetype; offset:32; size:4; signed:1;
print fmt: "lat=%llu, order=%u, gfp_flags=%x, migratetype=%d", REC->lat, REC->order, REC->gfp_flags, REC->migratetype
Link: http://lkml.kernel.org/r/20191018012034.6404-1-zhengjun.xing@linux.intel.com
Reviewed-by: Tom Zanussi <tom.zanussi@linux.intel.com>
Signed-off-by: Zhengjun Xing <zhengjun.xing@linux.intel.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
Signed-off-by: Sasha Levin <sashal@kernel.org>
2019-11-10 11:27:28 +01:00
..
2018-08-22 13:38:05 -07:00
2019-07-03 13:14:48 +02:00
2019-10-17 13:45:40 -07:00
2018-08-23 13:07:00 -07:00
2018-08-21 09:11:49 -04:00
2018-10-17 15:35:33 -04:00
2019-05-02 09:58:54 +02:00
2019-07-03 13:14:41 +02:00
2019-10-29 09:20:03 +01:00
2019-06-09 09:17:14 +02:00
2019-11-10 11:27:28 +01:00
2018-12-19 19:19:52 +01:00
2019-05-25 18:23:32 +02:00
2018-12-08 12:59:07 +01:00
2019-10-17 13:45:39 -07:00
2018-12-08 12:59:07 +01:00
2019-06-25 11:35:52 +08:00
2018-11-21 09:19:09 +01:00
2018-12-08 12:59:07 +01:00
2019-02-20 10:25:48 +01:00
2019-11-06 13:06:09 +01:00
2019-06-25 11:35:52 +08:00