• Soeren Sandmann Pedersen's avatar
    sysprof: kernel trace · cd2134b1
    Soeren Sandmann Pedersen authored
    add kernel backtracing to the sysprof tracer.
    
    change the format of the data, so that type=0 means
    beginning of stack trace, 1 means kernel address, 2 means user
    address, and 3 means end of trace.
    
    EIP addresses are no longer distinguished from return addresses,
    mostly because sysprof userspace doesn't make use of it. It may be
    worthwhile adding this back in though, just in case it becomes
    interesting.
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
    cd2134b1
trace_sysprof.c 7.19 KB