• Steven Rostedt (Google)'s avatar
    function_graph: Use static_call and branch to optimize return function · fe835e3c
    Steven Rostedt (Google) authored
    In most cases function graph is used by a single user. Instead of calling
    a loop to call function graph callbacks in this case, call the function
    return callback directly.
    
    Use the static_key that is set when the function graph tracer has less
    than 2 callbacks registered. It will do the direct call in that case, and
    will do the loop over all callers when there are 2 or more callbacks
    registered.
    
    Link: https://lore.kernel.org/linux-trace-kernel/20240603190824.921460797@goodmis.org
    
    Cc: Masami Hiramatsu <mhiramat@kernel.org>
    Cc: Mark Rutland <mark.rutland@arm.com>
    Cc: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
    Cc: Andrew Morton <akpm@linux-foundation.org>
    Cc: Alexei Starovoitov <alexei.starovoitov@gmail.com>
    Cc: Florent Revest <revest@chromium.org>
    Cc: Martin KaFai Lau <martin.lau@linux.dev>
    Cc: bpf <bpf@vger.kernel.org>
    Cc: Sven Schnelle <svens@linux.ibm.com>
    Cc: Alexei Starovoitov <ast@kernel.org>
    Cc: Jiri Olsa <jolsa@kernel.org>
    Cc: Arnaldo Carvalho de Melo <acme@kernel.org>
    Cc: Daniel Borkmann <daniel@iogearbox.net>
    Cc: Alan Maguire <alan.maguire@oracle.com>
    Cc: Peter Zijlstra <peterz@infradead.org>
    Cc: Thomas Gleixner <tglx@linutronix.de>
    Cc: Guo Ren <guoren@kernel.org>
    Reviewed-by: default avatarMasami Hiramatsu (Google) <mhiramat@kernel.org>
    Signed-off-by: default avatarSteven Rostedt (Google) <rostedt@goodmis.org>
    fe835e3c
fgraph.c 37.9 KB