[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v4 00/13] [RfC] fix tracing for modules
From: |
Stefan Hajnoczi |
Subject: |
Re: [PATCH v4 00/13] [RfC] fix tracing for modules |
Date: |
Wed, 9 Jun 2021 16:14:12 +0100 |
On Tue, Jun 01, 2021 at 03:24:01PM +0200, Gerd Hoffmann wrote:
> First version that actually works. Only qxl covered for this RfC,
> other modules will follow once the basics are hashed out.
>
> v4:
> - rebase to latest master.
> - fix systemtap tracing.
> - also cover virtio-gpu modules.
> - pick up some review tags.
> - misc minor tweaks.
>
> v3:
> - handle initialization of modular tracepoints.
>
> TODO:
> Enabling modular tracepoints via -trace cmd line doesn't work yet.
> Guess we need to store the list somewhere for later re-processing.
> Error handling is tricky, specifically the "tracepoint doesn't exist"
> error. Suggestions / ideas are welcome.
Excellent! I think we discussed these TODOs in the past. Can we merge
this series in close to its current form or does it degrade the tracing
experience (e.g. does the -trace command-line no longer work for
trace-events files that were split off into modules)?
Stefan
signature.asc
Description: PGP signature
- [PATCH v4 09/13] trace/stap: build stap files for modules, (continued)
- [PATCH v4 09/13] trace/stap: build stap files for modules, Gerd Hoffmann, 2021/06/01
- [PATCH v4 08/13] meson: add module_trace & module_trace_src, Gerd Hoffmann, 2021/06/01
- [PATCH v4 10/13] meson: move qxl trace events to separate file, Gerd Hoffmann, 2021/06/01
- [PATCH v4 11/13] virtio-gpu: split trace points, Gerd Hoffmann, 2021/06/01
- [PATCH v4 12/13] meson: move virtio trace events to separate file, Gerd Hoffmann, 2021/06/01
- [PATCH v4 13/13] meson: move virtio-gl trace events to separate file, Gerd Hoffmann, 2021/06/01
- Re: [PATCH v4 00/13] [RfC] fix tracing for modules,
Stefan Hajnoczi <=