mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-22 23:59:50 +00:00
If the precision of print_event_time() is zero or greater than the
timestamp, it uses a different format. But that format had an extra new
line at the end, and caused the output to not look right:
cpus=2
sleep-3946 [001]111264306005
: function: inotify_inode_queue_event
sleep-3946 [001]111264307158
: function: __fsnotify_parent
sleep-3946 [001]111264307637
: function: inotify_dentry_parent_queue_event
sleep-3946 [001]111264307989
: function: fsnotify
sleep-3946 [001]111264308401
: function: audit_syscall_exit
Fixes:
|
||
|---|---|---|
| .. | ||
| Documentation | ||
| plugins | ||
| .gitignore | ||
| Build | ||
| event-parse-api.c | ||
| event-parse-local.h | ||
| event-parse.c | ||
| event-parse.h | ||
| event-plugin.c | ||
| event-utils.h | ||
| kbuffer-parse.c | ||
| kbuffer.h | ||
| libtraceevent.pc.template | ||
| Makefile | ||
| parse-filter.c | ||
| parse-utils.c | ||
| tep_strerror.c | ||
| trace-seq.c | ||
| trace-seq.h | ||