diff options
author | Li Zefan <[email protected]> | 2009-08-20 16:13:35 +0800 |
---|---|---|
committer | Ingo Molnar <[email protected]> | 2009-08-20 12:12:22 +0200 |
commit | 4539f07701b3f743580d19dc5d655fb8d21b0a3c (patch) | |
tree | 15bb4504cda47f4e5281831eccd91b51dcd4b095 /net/lapb/lapb_iface.c | |
parent | 540b7b8d65575c80162f2a0f38e1d313c92a6042 (diff) |
tracing/syscalls: Fix the output of syscalls with no arguments
Before:
# echo 1 > events/syscalls/sys_enter_sync/enable
# cat events/syscalls/sys_enter_sync/format
...
field:int nr; offset:12; size:4;
print fmt: "# sync
# cat trace
...
sync-8950 [000] 2366.087670: sys_sync(
After:
# echo 1 > events/syscalls/sys_enter_sync/enable
# cat events/syscalls/sys_enter_sync/format
...
field:int nr; offset:12; size:4;
print fmt: ""
# sync
# cat trace
sync-2134 [001] 136.780735: sys_sync()
Reported-by: Masami Hiramatsu <[email protected]>
Signed-off-by: Li Zefan <[email protected]>
Cc: Frederic Weisbecker <[email protected]>
Cc: Steven Rostedt <[email protected]>
Cc: Jason Baron <[email protected]>
Cc: Masami Hiramatsu <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'net/lapb/lapb_iface.c')
0 files changed, 0 insertions, 0 deletions