Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PPSi
Manage
Activity
Members
Labels
Plan
Issues
55
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
PPSi
Commits
82c24fc9
Commit
82c24fc9
authored
5 years ago
by
Jean-Claude BAU
Browse files
Options
Downloads
Patches
Plain Diff
wrs_dump_shmem: Bad display of TX/RX deltas
parent
5b813b51
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/wrs_dump_shmem_ppsi.c
+1
-1
1 addition, 1 deletion
tools/wrs_dump_shmem_ppsi.c
with
1 addition
and
1 deletion
tools/wrs_dump_shmem_ppsi.c
+
1
−
1
View file @
82c24fc9
...
...
@@ -399,7 +399,7 @@ int dump_ppsi_mem(struct wrs_shm_head *head)
data
=
wrs_shm_follow
(
head
,
ppi
->
ext_data
);
sprintf
(
prefix
,
"ppsi.inst.%d.servo.wr"
,
i
);
dump_many_fields
(
&
data
->
servo
,
wrh_servo_info
,
ARRAY_SIZE
(
wrh_servo_info
),
prefix
);
dump_many_fields
(
&
data
->
servo
,
wr_servo_ext_info
,
ARRAY_SIZE
(
wr_servo_ext_info
),
prefix
);
dump_many_fields
(
&
data
->
servo
_ext
,
wr_servo_ext_info
,
ARRAY_SIZE
(
wr_servo_ext_info
),
prefix
);
}
#endif
#if CONFIG_HAS_EXT_L1SYNC == 1
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment