- Aug 08, 2018
-
-
Cedric Roux authored
This tracer allows the connection of several tracers to one tracee. To use the multi tracer: - run the tracee as usual, eg. ./lte-softmodem -O xxxx.conf --T_stdout 0 - run the multi tracer: ./multi -d ../T_messages.txt - connect other tracers to the multi tracer: - ./enb -d ../T_messages.txt -p 2022 - ./textlog -d ../T_messages.txt -p 2022 - etc. By default the multi tracer connects to the tracee to the port 2021, as for any other tracer. Then it accepts connections from other tracers on the port 2022. This can be changed with parameters on the command line. The tracee and the other tracers can be stopped/started at any time.
-
- Dec 05, 2016
-
-
Cedric Roux authored
This function is used to print rates (say '1kb/s' or '16Mb/s').
-
- Jun 22, 2016
-
-
Cedric Roux authored
-
- Jun 05, 2016
-
-
Cedric Roux authored
fullread has been changed, so get_event too, and the callers also for the moment the callers crash, enb.c will be a bit more clever, the others to see...
-
Cedric Roux authored
The application (enb.c basically) will now monitor the socket and reconnect if it dies. See following commits.
-
- May 31, 2016
-
-
Cedric Roux authored
The local tracer now waits for the remote tracer to connect, that's no more the other way around. All the remote tracers (textlog, enb, vcd) have also been converted.
-
- May 25, 2016
-
-
Cedric Roux authored
as special events. If we store all received events to a file, this dump is now self-contained. Helps to analyze traces. Some functions have also been factorized in the process, too much duplication. (Also tracer/Makefile was forgotten in previous commit, included in this one...)
-
- May 20, 2016
-
-
Cedric Roux authored
-
- May 02, 2016
-
-
Cedric Roux authored
-
- May 01, 2016
-
-
Cedric Roux authored
-
- Apr 28, 2016
-
-
Cedric Roux authored
introducing generic "view" with two instantiations: stdout and textlist
-