Skip to content
Snippets Groups Projects
Commit dd0cf5fd authored by Reiner Jung's avatar Reiner Jung
Browse files

Updated documentation.

parent b577caf5
No related branches found
No related tags found
No related merge requests found
# Replace Log Entries
This tool has 4 parameters and can be used to replace function pointer
references by function signatures produced by kieker-lang-pack-c
instrumentations.
The parameters:
-i input kieker log directory>
-o path where the output kieker log is placed
-a the location of the addr2line executable to resolve the names
-m the executable (model) to be analyzed by addr2line
## Build
`./gradlew build`
The build produces an tar and zip archive in its `build/distributions` directory.
## Notes
Currently, the resulting Kieker-log uses textual serialization. This could be
changed in future implementations.
# Replace Log Entries
This tool has 4 parameters and can be used to replace function pointer
references by function signatures produced by kieker-lang-pack-c
instrumentations.
The parameters:
-i input kieker log directory>
-o path where the output kieker log is placed
-a the location of the addr2line executable to resolve the names
-m the executable (model) to be analyzed by addr2line
## Build
`./gradlew build`
The build produces an tar and zip archive in its `build/distributions` directory.
## Notes
Currently, the resulting Kieker-log uses textual serialization. This could be
changed in future implementations.
# Replace Log Entries
This tool has 4 parameters and can be used to replace function pointer
references by function signatures produced by kieker-lang-pack-c
instrumentations.
The parameters:
-i input kieker log directory>
-o path where the output kieker log is placed
-a the location of the addr2line executable to resolve the names
-m the executable (model) to be analyzed by addr2line
## Build
`./gradlew build`
The build produces an tar and zip archive in its `build/distributions` directory.
## Notes
Currently, the resulting Kieker-log uses textual serialization. This could be
changed in future implementations.
# Replace Log Entries
This tool has 4 parameters and can be used to replace function pointer
references by function signatures produced by kieker-lang-pack-c
instrumentations.
The parameters:
-i input kieker log directory>
-o path where the output kieker log is placed
-a the location of the addr2line executable to resolve the names
-m the executable (model) to be analyzed by addr2line
## Build
`./gradlew build`
The build produces an tar and zip archive in its `build/distributions` directory.
## Notes
Currently, the resulting Kieker-log uses textual serialization. This could be
changed in future implementations.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment