Lines Matching +full:repo +full:- +full:path

15 ### sof-logger
17 sof-logger is used to print logs delivered from FW dma_trace mechanism, by
20 Every entry declared in FW is placed in elf output file (e.g. sof-tgl) in
22 sof/src/include/sof/trace.h in sof fw repo.
26 incorporated from FW elf file (e.g. sof-tgl). `snd_sof_logs_header`
30 sof-logger works by reading entry parameters value and entries addresses from
35 Usage sof-logger <option(s)> <file(s)>
37 -h help
38 -l *.ldc_file Specify the *.ldc file
39 -i in_file Get traces from in_file, instead of the default
41 -o out_file Specify the output file, instead of default stdout
42 -t Get traces from "/sys/kernel/debug/sof/trace", instead
44 -u baud Input data from a UART
45 -r Less formatted output for chained log processors
46 -p Get traces from stdin, instead of the default
48 -c Set timestamp clock in MHz
49 -e Enable checking firmware version with default verification file
51 -v ver_file Enable checking firmware version with ver_file file,
53 -s state_name Take a snapshot of state. Save the debugfs entries in
62 $ sof-logger -l ldc_file -e
67 $ sof-logger -l ldc_file -v ver_file
71 $ sof-logger -l ldc_file
76 $ sof-logger -l ldc_file -o out_file
80 $ sof-logger -l ldc_file -t
85 $ sof-logger -l ldc_file -t -o out_file
89 $ sof-logger -l ldc_file -p
93 $ sof-logger -l ldc_file -p -o out_file
97 $ sof-logger -l ldc_file -i trace_dump
101 $ sof-logger -l ldc_file -i trace_dump -o out_file
107 $ sof-logger -l ldc_file -i trace_dump -o out_file -c 19.9
110 ### sof-coredump-reader
118 Usage sof-coredump-reader.py [-h] [-a ARCH] [-c] [-l COLUMNCOUNT] [-v]
119 (--stdout | -o OUTFILE) [--stdin | -i INFILE]
121 -h show this help message and exit
122 -a ARCH determine architecture of dump file; valid archs are: LE64bit, LE32bit
123 -c set output to be colourful
124 -l COLUMNCOUNT set how many colums to group the output in
125 -v increase output verbosity
126 --stdin input is from stdin
127 -i INFILE path to sys dump bin
128 --stdout output is to stdout
129 -o OUTFILE output is to FILE
132 **sof-coredump-to-gdb.sh** shows example usage of sof-coredump-reader.py
133 We read from dump file into sof-coredump-reader.py,
134 then we pipe its output to xt-gdb, which operates on given elf-file.
136 $ ./sof-coredump-to-gdb.sh sof-tgl dump_file
153 Run the rebuild-testbench.sh to build the required libraries for the testbench.
164 **host-testbench.sh** and invoke it to compile the host libraries