-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Reiner Jung
committed
May 16, 2021
1 parent
a9e3256
commit d01cd57
Showing
4 changed files
with
39 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Preprocessor for Static Logs | ||
============================ | ||
|
||
Logs based on FParser produce a CSV file with three column refering | ||
to caller file name, caller function name, callee function name. | ||
The callee file name is missing. However, this can be inferred by other | ||
means from the source code and stored in lookup tables. The | ||
**pp-static-log** will read an 3 column CSV file use one or more | ||
lookup tables and generate a 4 column output CSV file. | ||
|
||
Parameters | ||
-i, --input (required) Input 3 column static log file | ||
-m, --map (required) Function to map files. One of more files separated by | ||
a space. | ||
-o, --output (required) Output file for 4 column log | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters