Skip to content
  • Lai Jiangshan's avatar
    tracing: Remove syscall_exit_fields · 7f85803a
    Lai Jiangshan authored
    
    
    There is no need for syscall_exit_fields as the syscall
    exit event class can already host the fields in its structure,
    like most other trace events do by default. Use that
    default behavior instead.
    
    Following this scheme, we don't need anymore to override the
    get_fields() callback of the syscall exit event class either.
    
    Hence both syscall_exit_fields and syscall_get_exit_fields() can
    be removed.
    
    Also changed some indentation to keep the following under 80
    characters:
    
    ".fields		= LIST_HEAD_INIT(event_class_syscall_exit.fields),"
    
    Acked-by: default avatarFrederic Weisbecker <fweisbec@gmail.com>
    Signed-off-by: default avatarLai Jiangshan <laijs@cn.fujitsu.com>
    LKML-Reference: <4D301C0E.8090408@cn.fujitsu.com>
    Signed-off-by: default avatarSteven Rostedt <rostedt@goodmis.org>
    7f85803a