On 1/31/23 15:07, Shuah Khan wrote:
Add a new section to the admin-guide with information of interest to application developers and system integrators doing analysis of the Linux kernel for safety critical applications. This section will contain documents supporting analysis of kernel interactions with applications, and key kernel subsystems expectations. Add a new workload-tracing document to this new section. Signed-off-by: Shefali Sharma <sshefali021@xxxxxxxxx> Signed-off-by: Shuah Khan <skhan@xxxxxxxxxxxxxxxxxxx> --- Changes since v2: Addressed review comments on v2 Documentation/admin-guide/index.rst | 11 + .../admin-guide/workload-tracing.rst | 605 ++++++++++++++++++ 2 files changed, 616 insertions(+) create mode 100644 Documentation/admin-guide/workload-tracing.rst
Sorry forgot to tag it v3 - will send again with the correct version. -- Shuah