File: cbmem.8

package info (click to toggle)
coreboot 25.09%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 217,084 kB
  • sloc: ansic: 1,685,313; sh: 15,803; python: 11,200; perl: 10,186; asm: 8,519; makefile: 5,179; cpp: 4,724; pascal: 2,327; ada: 1,985; yacc: 1,264; lex: 731; sed: 75; ruby: 5; lisp: 5; awk: 4
file content (65 lines) | stat: -rw-r--r-- 1,531 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.\" SPDX-License-Identifier: GPL-2.0-only
.TH CBMEM "8" "November 2024" "" "System Administration Utilities"
.SH NAME
cbmem \- parser to read timestamps and console log
.SH SYNOPSIS
.PP
.nf
cbmem [\-cCltTLxVvh?]
.SH DESCRIPTION
.TP
parser to read timestamps and console log
.SH OPTIONS
.TP
\fB\-c\fR | \fB\-\-console\fR:
print cbmem console
.TP
\fB\-1\fR | \fB\-\-oneboot\fR:
print cbmem console for last boot only
.TP
\fB\-2\fR | \fB\-\-2ndtolast\fR:
print cbmem console for the boot that came before the last one only
.TP
\fB\-B\fR | \fB\-\-loglevel\fR:
maximum loglevel to print; prefix `+` (e.g. \fB\-B\fR +INFO) to also print lines that have no level
.TP
\fB\-C\fR | \fB\-\-coverage\fR:
dump coverage information
.TP
\fB\-l\fR | \fB\-\-list\fR:
print cbmem table of contents
.TP
\fB\-x\fR | \fB\-\-hexdump\fR:
print hexdump of cbmem area
.TP
\fB\-r\fR | \fB\-\-rawdump\fR ID:
print rawdump of specific ID (in hex) of cbtable
.TP
\fB\-t\fR | \fB\-\-timestamps\fR:
print timestamp information
.TP
\fB\-T\fR | \fB\-\-parseable\-timestamps\fR:
print parseable timestamps
.TP
\fB\-S\fR | \fB\-\-stacked\-timestamps\fR:
print stacked timestamps (e.g. for flame graph tools)
.TP
\fB\-a\fR | \fB\-\-add\-timestamp\fR ID:
append timestamp with ID
.TP
\fB\-L\fR | \fB\-\-tcpa\-log\fR
print TPM log
.TP
\fB\-V\fR | \fB\-\-verbose\fR:
verbose (debugging) output
.TP
\fB\-v\fR | \fB\-\-version\fR:
print the version
.TP
\fB\-h\fR | \fB\-\-help\fR:
print this help
.SH "AUTHORS"
.PP
.nf
coresystems GmbH.
Man page written by Ahmad Khalifa.