-
Notifications
You must be signed in to change notification settings - Fork 381
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: 391090955 Test: traceconv & ui can parse disp_dpu_underrun event Change-Id: Ifc4713673e8ff4c612de8ba8a6917dd0a4b96e28
- Loading branch information
Shin-Yu Wang
committed
Feb 12, 2025
1 parent
898c553
commit 88fb406
Showing
8 changed files
with
54 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -542,3 +542,4 @@ fs/open_exec | |
block/block_io_start | ||
block/block_io_done | ||
mali/gpu_power_state | ||
dpu/disp_dpu_underrun |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
src/traced/probes/ftrace/test/data/synthetic/events/dpu/disp_dpu_underrun/format
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
name: disp_dpu_underrun | ||
ID: 1179 | ||
format: | ||
field:unsigned short common_type; offset:0; size:2; signed:0; | ||
field:unsigned char common_flags; offset:2; size:1; signed:0; | ||
field:unsigned char common_preempt_count; offset:3; size:1; signed:0; | ||
field:int common_pid; offset:4; size:4; signed:1; | ||
|
||
field:int id; offset:8; size:4; signed:1; | ||
field:int frames_pending; offset:12; size:4; signed:1; | ||
field:int vsync_count; offset:16; size:4; signed:1; | ||
|
||
print fmt: "id: %d frames_pending: %d vsync_count: %d", REC->id, REC->frames_pending, REC->vsync_count |