Skip to content

Commit 66dfae7

Browse files
Update README.md
1 parent 520e8bf commit 66dfae7

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ steps:
215215
* first part of result:
216216

217217
<pre>
218-
binder_free_thread(thread=0xffff88800c18f200)(enter)
218+
<b>binder_free_thread(thread=0xffff88800c18f200)(enter)</b>
219219
0xffff88800c18f200: 0xffff88806793c000 0x0000000000000001
220220
0xffff88800c18f210: 0x0000000000000000 0x0000000000000000
221221
0xffff88800c18f220: 0xffff88800c18f220 0xffff88800c18f220
@@ -226,8 +226,8 @@ binder_free_thread(thread=0xffff88800c18f200)(enter)
226226
0xffff88800c18f270: 0x0000000000000003 0x0000000000007201
227227
0xffff88800c18f280: 0x0000000000000000 0x0000000000000000
228228
0xffff88800c18f290: 0x0000000000000003 0x0000000000007201
229-
<b>0xffff88800c18f2a0: 0x0000000000000000 0xffff88805c05cae0
230-
0xffff88800c18f2b0: 0xffff88805c05cae0 0x0000000000000000</b>
229+
<b>0xffff88800c18f2a0:</b> 0x0000000000000000 <b>0xffff88805c05cae0</b>
230+
0xffff88800c18f2b0: 0xffff88805c05cae0 0x0000000000000000
231231
0xffff88800c18f2c0: 0x0000000000000000 0x0000000000000000
232232
0xffff88800c18f2d0: 0x0000000000000000 0x0000000000000000
233233
0xffff88800c18f2e0: 0x0000000000000000 0x0000000000000000
@@ -300,8 +300,8 @@ the result is 0xa0 and if we put wait.head instead of wait in command , the resu
300300

301301
* second part of result
302302

303-
```
304-
remove_wait_queue(wq_head=0xffff88800c18f2a0, wq_entry=0xffff88805c05cac8)(enter)
303+
<pre>
304+
<b>remove_wait_queue(wq_head=0xffff88800c18f2a0, wq_entry=0xffff88805c05cac8)(enter)</b>
305305
0xffff88800c18f200: 0xffff88800c18f600 0x0000000000000001
306306
0xffff88800c18f210: 0x0000000000000000 0x0000000000000000
307307
0xffff88800c18f220: 0xffff88800c18f220 0xffff88800c18f220
@@ -328,7 +328,7 @@ remove_wait_queue(wq_head=0xffff88800c18f2a0, wq_entry=0xffff88805c05cac8)(enter
328328
0xffff88800c18f370: 0x0000000000000000 0x0000000000000000
329329
0xffff88800c18f380: 0x0000000000000000 0x0000000000000001
330330
0xffff88800c18f390: 0xffff88806d4bb200
331-
```
331+
</pre>
332332

333333

334334

@@ -340,9 +340,9 @@ after this unlink operation will occur.
340340

341341
* Third part of result:
342342

343-
```
344-
Breakpoint 3 at 0xffffffff802aa5be: file /home/ashfaq/workshop/android-4.14-dev/goldfish/kernel/sched/wait.c, line 53.
345-
remove_wait_queue_wait.c:52(exit)
343+
<pre>
344+
Breakpoint 3 at 0xffffffff802aa5be: file /home/ashfaq/workshop/android-4.14-dev/goldfish/kernel/sched/<b>wait.c</b>, line 53.
345+
<b>remove_wait_queue_wait.c:52(exit)</b>
346346
0xffff88800c18f200: 0xffff88800c18f600 0x0000000000000001
347347
0xffff88800c18f210: 0x0000000000000000 0x0000000000000000
348348
0xffff88800c18f220: 0xffff88800c18f220 0xffff88800c18f220
@@ -353,8 +353,8 @@ remove_wait_queue_wait.c:52(exit)
353353
0xffff88800c18f270: 0x0000000000000003 0x0000000000007201
354354
0xffff88800c18f280: 0x0000000000000000 0x0000000000000000
355355
0xffff88800c18f290: 0x0000000000000003 0x0000000000007201
356-
0xffff88800c18f2a0: 0x0000000000000000 0xffff88800c18f2a8
357-
0xffff88800c18f2b0: 0xffff88800c18f2a8 0x0000000000000000
356+
<b>0xffff88800c18f2a0: 0x0000000000000000 0xffff88800c18f2a8
357+
0xffff88800c18f2b0: 0xffff88800c18f2a8 0x0000000000000000</b>
358358
0xffff88800c18f2c0: 0x0000000000000000 0x0000000000000000
359359
0xffff88800c18f2d0: 0x0000000000000000 0x0000000000000000
360360
0xffff88800c18f2e0: 0x0000000000000000 0x0000000000000000
@@ -369,7 +369,7 @@ remove_wait_queue_wait.c:52(exit)
369369
0xffff88800c18f370: 0x0000000000000000 0x0000000000000000
370370
0xffff88800c18f380: 0x0000000000000000 0x0000000000000001
371371
0xffff88800c18f390: 0xffff88806d4bb200
372-
```
372+
</pre>
373373

374374

375375

@@ -632,7 +632,7 @@ These lines have been added to source code:
632632
</td>
633633
</tr>
634634
<tr>
635-
<td><code> <a href="https://code.woboq.org/linux/linux/include/linux/wait.h.html#211">wake_up_poll</a>(&<a href="https://code.woboq.org/linux/linux/drivers/android/binder.c.html#1042thread">thread</a>-><a href="https://code.woboq.org/linux/linux/drivers/android/binder.c.html#binder_thread::wait">wait</a>,<a href="https://code.woboq.org/linux/linux/include/uapi/linux/eventpoll.h.html#35"> EPOLLHUP</a> |<a href="https://code.woboq.org/linux/linux/include/uapi/asm-generic/poll.h.html#32"> POLLFREE</a>);</code>
635+
<td><code><b> <a href="https://code.woboq.org/linux/linux/include/linux/wait.h.html#211">wake_up_poll</a>(&<a href="https://code.woboq.org/linux/linux/drivers/android/binder.c.html#1042thread">thread</a>-><a href="https://code.woboq.org/linux/linux/drivers/android/binder.c.html#binder_thread::wait">wait</a>,<a href="https://code.woboq.org/linux/linux/include/uapi/linux/eventpoll.h.html#35"> EPOLLHUP</a> |<a href="https://code.woboq.org/linux/linux/include/uapi/asm-generic/poll.h.html#32"> POLLFREE</a>);</b></code>
636636
</td>
637637
</tr>
638638
<tr>

0 commit comments

Comments
 (0)