Frederic Weisbecker
19007a67a6
tracing: Support for syscall events raw records in perfcounters
This bring the support for raw syscall events in perfcounters.
The arguments or exit value are saved as a raw sample using
the PERF_SAMPLE_RAW attribute in a perf counter.
Example (for now you must explicitly set the PERF_SAMPLE_RAW flag
in perf record):
perf record -e syscalls:sys_enter_open -f -F 1 -a
perf report -D
0x2cbb8 [0x50]: event: 9
.
. ... raw event: size 80 bytes
. 0000: 09 00 00 00 02 00 50 00 20 e9 39 ab 0a 7f 00 00 ......P. .9....
. 0010: bc 14 00 00 bc 14 00 00 01 00 00 00 00 00 00 00 ...............
. 0020: 2c 00 00 00 15 01 01 00 bc 14 00 00 bc 14 00 00 ,..............
^ ^ ^ ^ ^ ^ ^ ..........................
Event Size struct trace_entry
. 0030: 00 00 00 00 46 98 43 02 00 00 00 00 80 08 00 00 ....F.C........
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
ptr to file name open flags
. 0040: 00 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00 ...............
^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^ ^
. open mode padding
0x2cbb8 [0x50]: PERF_EVENT_SAMPLE (IP, 2): 5308: 0x7f0aab39e920 period: 1
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Lai Jiangshan <laijs@cn.fujitsu.com>
Cc: Steven Rostedt <rostedt@goodmis.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
Cc: Jiaying Zhang <jiayingz@google.com>
Cc: Martin Bligh <mbligh@google.com>
Cc: Li Zefan <lizf@cn.fujitsu.com>
Cc: Jason Baron <jbaron@redhat.com>
Cc: Masami Hiramatsu <mhiramat@redhat.com>
2009-08-11 20:35:30 +02:00
..
2009-07-12 12:22:34 -07:00
2009-08-11 14:19:09 +02:00
2009-06-29 10:22:10 +02:00
2009-07-10 12:09:04 +02:00
2009-06-09 12:34:23 -04:00
2009-06-17 17:01:09 -04:00
2009-08-11 14:19:09 +02:00
2009-04-07 14:43:06 +02:00
2009-05-07 11:17:34 +02:00
2009-08-06 06:26:09 +02:00
2009-06-26 20:48:40 +02:00
2009-08-08 17:58:07 +02:00
2009-08-11 20:35:29 +02:00
2009-08-11 20:35:29 +02:00
2009-08-11 14:19:09 +02:00
2009-07-18 12:20:01 +02:00
2009-05-07 13:36:22 +02:00
2009-04-07 14:43:06 +02:00
2009-07-02 08:51:13 +02:00
2009-06-09 17:29:07 -04:00
2009-05-07 11:17:34 +02:00
2009-07-23 10:07:17 -04:00
2009-08-06 07:28:06 +02:00
2009-04-23 23:01:36 -04:00
2009-08-06 07:28:06 +02:00
2009-08-11 14:19:09 +02:00
2009-08-11 14:19:09 +02:00
2009-07-10 12:14:05 +02:00
2009-08-11 20:35:30 +02:00
2009-06-15 10:06:19 -07:00
2009-07-10 12:14:07 +02:00
2009-08-11 20:35:25 +02:00
2009-08-11 20:35:28 +02:00