Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd31bfe3

Browse files
committed
Skip not waiting processes
1 parent03bb2cf commitd31bfe3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎collector.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,9 @@ probe_waits(History *observations, HTAB *profile_hash,
165165
if (proc->pid==0)
166166
continue;
167167

168+
if (proc->wait_event_info==0)
169+
continue;
170+
168171
/* Collect next wait event sample */
169172
item.pid=proc->pid;
170173
item.wait_event_info=proc->wait_event_info;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp