Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1737787
| Path | csiph.com!news.freedyn.net!open-news-network.org!aioe.org!bofh.it!news.nic.it!robomod |
|---|---|
| From | Tom Zanussi <tom.zanussi@linux.intel.com> |
| Newsgroups | linux.kernel |
| Subject | [PATCH 0/9] tracing: Bug fixes and minor cleanup |
| Date | Fri, 22 Sep 2017 22:00:02 +0200 |
| Message-ID | <usChc-1IF-9@gated-at.bofh.it> (permalink) |
| X-Original-To | rostedt@goodmis.org |
| X-Extloop1 | 1 |
| X-Ironport-Av | E=Sophos;i="5.42,427,1500966000"; d="scan'208";a="1222519175" |
| X-Mailer | git-send-email 1.9.3 |
| Sender | robomod@news.nic.it |
| List-ID | <linux-kernel.vger.kernel.org> |
| X-Mailing-List | linux-kernel@vger.kernel.org |
| Approved | robomod@news.nic.it |
| Lines | 60 |
| Organization | linux.* mail to news gateway |
| X-Original-Cc | tglx@linutronix.de, mhiramat@kernel.org, namhyung@kernel.org, vedang.patel@intel.com, bigeasy@linutronix.de, joel.opensrc@gmail.com, joelaf@google.com, mathieu.desnoyers@efficios.com, baohong.liu@intel.com, rajvi.jingar@intel.com, linux-kernel@vger.kernel.org, linux-rt-users@vger.kernel.org, Tom Zanussi <tom.zanussi@linux.intel.com> |
| X-Original-Date | Fri, 22 Sep 2017 14:58:14 -0500 |
| X-Original-Message-ID | <cover.1506105045.git.tom.zanussi@linux.intel.com> |
| X-Original-Sender | linux-kernel-owner@vger.kernel.org |
| Xref | csiph.com linux.kernel:1737787 |
Show key headers only | View raw
Hi, This is a set of small fixes and cleanup patches that were originally part of V2 of the inter-event tracing patchset, along with 2 of Steve Rostedt's patches related to that patchset. The 'tracing: Steve's unofficial trace_recursive_lock() patch' patch is from Steve but not signed off on - he has a replacement under test that should replace this. The 'tracing: Reverse the order of trace_types_lock and event_mutex' is an official patch from Steve, included here for convenience. The rest are bugfixes and cleanups from the old V2 inter-event patchset, separated out since they're standalone improvements that can stand on their own outside of the inter-event patches. Thanks, Tom The following changes since commit 170b3b1050e28d1ba0700e262f0899ffa4fccc52: tracing: Apply trace_clock changes to instance max buffer (2017-09-06 20:52:20 -0400) are available in the git repository at: https://github.com/tzanussi/linux-trace-inter-event.git tzanussi/pre-inter-event-v3 https://github.com/tzanussi/linux-trace-inter-event/tree/tzanussi/pre-inter-event-v3 Steven Rostedt (1): tracing: Steve's unofficial trace_recursive_lock() patch Steven Rostedt (VMware) (1): tracing: Reverse the order of trace_types_lock and event_mutex Tom Zanussi (7): tracing: Exclude 'generic fields' from histograms tracing: Remove lookups from tracing_map hitcount tracing: Increase tracing map KEYS_MAX size tracing: Make traceprobe parsing code reusable tracing: Clean up hist_field_flags enum tracing: Add hist_field_name() accessor tracing: Reimplement log2 kernel/trace/ring_buffer.c | 64 ++++++-------------- kernel/trace/trace.c | 91 +++++++++++++++++++++++++++++ kernel/trace/trace.h | 7 +++ kernel/trace/trace_events.c | 31 +++++----- kernel/trace/trace_events_hist.c | 122 +++++++++++++++++++++++++++------------ kernel/trace/trace_kprobe.c | 18 +++--- kernel/trace/trace_probe.c | 86 --------------------------- kernel/trace/trace_probe.h | 7 --- kernel/trace/trace_uprobe.c | 2 +- kernel/trace/tracing_map.c | 3 +- kernel/trace/tracing_map.h | 2 +- 11 files changed, 227 insertions(+), 206 deletions(-) -- 1.9.3
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH 0/9] tracing: Bug fixes and minor cleanup Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:00 +0200 [PATCH 5/9] tracing: Increase tracing map KEYS_MAX size Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:00 +0200 [PATCH 3/9] tracing: Exclude 'generic fields' from histograms Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:00 +0200 [PATCH 1/9] tracing: Steve's unofficial trace_recursive_lock() patch Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:00 +0200 [PATCH 4/9] tracing: Remove lookups from tracing_map hitcount Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:00 +0200 [PATCH 9/9] tracing: Reimplement log2 Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:10 +0200 [PATCH 7/9] tracing: Clean up hist_field_flags enum Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:10 +0200 [PATCH 8/9] tracing: Add hist_field_name() accessor Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:10 +0200 [PATCH 2/9] tracing: Reverse the order of trace_types_lock and event_mutex Tom Zanussi <tom.zanussi@linux.intel.com> - 2017-09-22 22:20 +0200
csiph-web