From cc089c3a15c506c905e594c2ac350f41b84706b0 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Thu, 13 Jan 2011 18:48:09 -0500 Subject: [PATCH] Rename proposal document title, add links Signed-off-by: Mathieu Desnoyers --- ...proposal.txt => common-trace-format-proposal.txt | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) rename common-trace-format-linux-proposal.txt => common-trace-format-proposal.txt (98%) diff --git a/common-trace-format-linux-proposal.txt b/common-trace-format-proposal.txt similarity index 98% rename from common-trace-format-linux-proposal.txt rename to common-trace-format-proposal.txt index 2dfa4ab..97f67e7 100644 --- a/common-trace-format-linux-proposal.txt +++ b/common-trace-format-proposal.txt @@ -1,13 +1,18 @@ -RFC: Common Trace Format Proposal for Linux (v1.6) +RFC: Common Trace Format Proposal (v1.6) Mathieu Desnoyers, EfficiOS Inc. The goal of the present document is to propose a trace format that suits the -needs of the embedded, telecom, high-performance and kernel communities. It is +needs of the embedded, telecom, high-performance and kernel communities. It is based on the Common Trace Format Requirements (v1.4) document. It is designed to -allow tracing that is natively generated by the Linux kernel and Linux -user-space applications written in C/C++. +allow traces to be natively generated by the Linux kernel, Linux user-space +applications written in C/C++, and hardware components. + +The latest version of this document can be found at: + + git tree: git://git.efficios.com/ctf.git + gitweb: http://git.efficios.com/?p=ctf.git A reference implementation of a library to read and write this trace format is being implemented within the BabelTrace project, a converter between trace -- 2.34.1