diff --git a/README.md b/README.md index bdf10d5..03b4588 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# bytrace +# ByTrace - [Introduction](#section152771918494) - [Architecture](#section6808195518497) @@ -8,10 +8,10 @@ ## Introduction -bytrace is a tool for you to trace processes and monitor performance. It encapsulates and extends the ftrace in the kernel and supports tracing in the user space. This tool provides APIs and commands: +ByTrace is a tool for you to trace processes and monitor performance. It encapsulates and extends the ftrace in the kernel and supports tracing in the user space. This tool provides APIs and commands: -1. APIs: When developing an application, you can call bytrace APIs in the application key code to perform tracing. -2. Commands: You can enable the desired label to obtain the tracing information. With bytrace, you can enable a user-space or kernel-space label you want to view (run the **bytrace -l** command to query all the supported labels) and run the corresponding commands to capture traces and dump them to a specified file. +1. APIs: When developing an application, you can call ByTrace APIs in the application key code to perform tracing. +2. Commands: You can enable the desired label to obtain the tracing information. With ByTrace, you can enable a user-space or kernel-space label you want to view (run the **bytrace -l** command to query all the supported labels) and run the corresponding commands to capture traces and dump them to a specified file. ## Architecture @@ -21,7 +21,7 @@ bytrace is a tool for you to trace processes and monitor performance. It encapsu ``` /developtools/bytrace_standard -├── bin # bytrace code +├── bin # ByTrace code │ └── include # Header files │ └── src # Source files │ └── test # Test cases @@ -33,9 +33,9 @@ bytrace is a tool for you to trace processes and monitor performance. It encapsu ## Usage -The following table lists the commands supported by bytrace. +The following table lists the commands supported by ByTrace. -** Table 1** Commands supported by bytrace +** Table 1** Commands supported by ByTrace