333df1c6 | 26-May-2023 |
Alex Bennée <alex.bennee@linaro.org> |
trace: remove control-vcpu.h
Now we no longer have vcpu controlled trace events we can excise the code that allows us to query its status.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Re
trace: remove control-vcpu.h
Now we no longer have vcpu controlled trace events we can excise the code that allows us to query its status.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20230526165401.574474-9-alex.bennee@linaro.org Message-Id: <20230524133952.3971948-8-alex.bennee@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
show more ...
|
71032013 | 26-May-2023 |
Alex Bennée <alex.bennee@linaro.org> |
trace: remove vcpu_id from the TraceEvent structure
This does involve temporarily stubbing out some helper functions before we excise the rest of the code.
Reviewed-by: Philippe Mathieu-Daudé <phil
trace: remove vcpu_id from the TraceEvent structure
This does involve temporarily stubbing out some helper functions before we excise the rest of the code.
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Message-id: 20230526165401.574474-4-alex.bennee@linaro.org Message-Id: <20230524133952.3971948-4-alex.bennee@linaro.org> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
show more ...
|
bbe47ed2 | 12-Jul-2021 |
Paolo Bonzini <pbonzini@redhat.com> |
trace, lttng: require .pc files
The next version of lttng-libs will not require liburcu at run time anymore. Therefore, it is expected that distros will not include the urcubp libraries anymore when
trace, lttng: require .pc files
The next version of lttng-libs will not require liburcu at run time anymore. Therefore, it is expected that distros will not include the urcubp libraries anymore when installing lttng-ust-devel.
To avoid future problems, just require pkg-config to detect lttng-ust. The .pc files for lttng-ust correctly include liburcubp.a for static builds, and have always done since pkg-config files were added in 2011.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-id: 20210712155710.520889-1-pbonzini@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
show more ...
|
263b6e96 | 01-Jun-2021 |
Gerd Hoffmann <kraxel@redhat.com> |
trace/simple: add st_init_group
Add helper function and call it for each trace event group added. Makes sure that events added at module load time are initialized properly.
Signed-off-by: Gerd Hoff
trace/simple: add st_init_group
Add helper function and call it for each trace event group added. Makes sure that events added at module load time are initialized properly.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20210601132414.432430-6-kraxel@redhat.com Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
show more ...
|