Skip to content

Commit

Permalink
Move cpu_model traceRecord field
Browse files Browse the repository at this point in the history
Signed-off-by: Sabrina Krakau <sabrinakrakau@gmail.com>
  • Loading branch information
skrakau committed Jun 19, 2023
1 parent 2817cf2 commit 6c524aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ class TraceRecord implements Serializable {
syscw: 'num', // -- /proc/$pid/io
read_bytes: 'mem', // -- /proc/$pid/io
write_bytes:'mem', // -- /proc/$pid/io
cpu_model: 'str', // -- /proc/cpuinfo field 'model name'
attempt: 'num',
workdir: 'str',
script: 'str',
Expand All @@ -101,7 +100,8 @@ class TraceRecord implements Serializable {
error_action:'str',
vol_ctxt: 'num',
inv_ctxt: 'num',
hostname: 'str'
hostname: 'str',
cpu_model: 'str', // -- /proc/cpuinfo field 'model name'
]

static public Map<String,Closure<String>> FORMATTER = [
Expand Down

0 comments on commit 6c524aa

Please sign in to comment.