Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1617125 > unrolled thread

[for-next][PATCH 0/7] tracing: Updates to filter probes and early ftrace init

Started bySteven Rostedt <rostedt@goodmis.org>
First post2017-04-05 18:30 +0200
Last post2017-04-05 18:30 +0200
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  [for-next][PATCH 0/7] tracing: Updates to filter probes and early ftrace init Steven Rostedt <rostedt@goodmis.org> - 2017-04-05 18:30 +0200

#1617125 — [for-next][PATCH 0/7] tracing: Updates to filter probes and early ftrace init

FromSteven Rostedt <rostedt@goodmis.org>
Date2017-04-05 18:30 +0200
Subject[for-next][PATCH 0/7] tracing: Updates to filter probes and early ftrace init
Message-ID<tsVYJ-4Y7-3@gated-at.bofh.it>
  git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace.git
for-next

Head SHA1: 696ced4fb1d76802f864d8848aa4716633f83c17


Alban Crequy (1):
      tracing/kprobes: expose maxactive for kretprobe in kprobe_events

Steven Rostedt (VMware) (6):
      ftrace: Clean up __seq_open_private() return check
      ftrace: Assign iter->hash to filter or notrace hashes on seq read
      ftrace: Return NULL at end of t_start() instead of calling t_hash_start()
      ftrace: Update func_pos in t_start() when all functions are enabled
      ftrace: Create separate t_func_next() to simplify the function / hash logic
      ftrace: Have init/main.c call ftrace directly to free init memory

----
 Documentation/trace/kprobetrace.txt                |  5 +-
 include/linux/ftrace.h                             |  6 +-
 init/main.c                                        |  1 +
 kernel/trace/ftrace.c                              | 96 +++++++++++++---------
 kernel/trace/trace_kprobe.c                        | 39 +++++++--
 mm/page_alloc.c                                    |  3 -
 .../ftrace/test.d/kprobe/kretprobe_maxactive.tc    | 39 +++++++++
 7 files changed, 137 insertions(+), 52 deletions(-)
 create mode 100644 tools/testing/selftests/ftrace/test.d/kprobe/kretprobe_maxactive.tc

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web