• Kent Overstreet's avatar
    bcachefs: Fix slow tracepoints · 4b59a319
    Kent Overstreet authored
    Some of our tracepoints were calling snprintf("pS") - which does symbol
    table lookups - in TP_fast_assign(), which turns out to be a really bad
    idea.
    
    This was done because perf trace wasn't correctly printing tracepoints
    that use %pS anymore - but it turns out trace-cmd does handle it
    correctly.
    Signed-off-by: default avatarKent Overstreet <kent.overstreet@gmail.com>
    4b59a319
trace.h 21.9 KB