Hi,
This series implements an option to show symbols in _text+OFFSET
format instead of symbol name in the function profiler.
This is the 4th version, the previous one is here;
https://lore.kernel.org/all/175918528341.65920.10238038992631012350.stgit@devnote2/
This version uses enum ... : type {} syntax [1/2].
Thank you,
---
Masami Hiramatsu (Google) (2):
tracing: Allow tracer to add more than 32 options
tracing: Add an option to show symbols in _text+offset for function profiler
kernel/trace/ftrace.c | 26 +++++++++++++++++++++++++-
kernel/trace/trace.c | 22 ++++++++++++----------
kernel/trace/trace.h | 25 +++++++++++++++++--------
kernel/trace/trace_irqsoff.c | 2 +-
kernel/trace/trace_sched_wakeup.c | 2 +-
5 files changed, 56 insertions(+), 21 deletions(-)
--
Masami Hiramatsu (Google) <mhiramat@kernel.org>