Steven Rostedt
96ccd21cd1
tracing: add print format to event trace format files
This patch adds the internal print format used to print the raw events
to the event trace point format file.
# cat /debug/tracing/events/sched/sched_switch/format
name: sched_switch
ID: 29
format:
field:unsigned char type; offset:0; size:1;
field:unsigned char flags; offset:1; size:1;
field:unsigned char preempt_count; offset:2; size:1;
field:int pid; offset:4; size:4;
field:int tgid; offset:8; size:4;
field:pid_t prev_pid; offset:12; size:4;
field:int prev_prio; offset:16; size:4;
field special:char next_comm[TASK_COMM_LEN]; offset:20; size:16;
field:pid_t next_pid; offset:36; size:4;
field:int next_prio; offset:40; size:4;
print fmt: "prev %d:%d ==> next %s:%d:%d"
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
2009-03-02 15:22:21 -05:00
..
2009-02-19 09:00:35 +01:00
2009-02-28 03:09:32 -05:00
2009-02-22 18:12:01 +01:00
2009-02-24 21:54:05 -05:00
2009-02-06 01:01:41 +01:00
2009-02-26 18:44:06 +01:00
2009-02-26 18:44:06 +01:00
2009-02-06 01:01:41 +01:00
2009-02-10 12:32:18 -05:00
2009-02-26 18:44:06 +01:00
2009-03-02 10:53:15 -05:00
2009-03-02 15:22:21 -05:00
2009-03-02 14:27:27 -05:00
2009-03-02 15:10:02 -05:00
2009-02-19 13:01:37 +01:00
2009-02-18 01:40:20 +01:00
2009-02-25 09:16:01 +01:00
2009-02-17 12:38:24 -05:00
2009-02-15 20:02:42 +01:00
2009-02-06 01:01:41 +01:00
2009-02-09 10:35:12 +01:00
2009-02-04 20:48:39 +01:00
2009-02-13 09:06:18 -05:00
2009-02-18 01:40:20 +01:00
2009-02-18 01:40:20 +01:00
2008-05-23 21:13:23 +02:00
2009-02-19 10:20:17 +01:00
2008-12-18 12:56:56 +01:00
2009-02-17 12:38:24 -05:00
2009-01-14 12:11:37 +01:00
2009-02-17 12:38:24 -05:00
2009-01-20 13:06:59 +01:00
2009-03-02 14:08:51 -05:00
2009-03-02 14:27:27 -05:00