Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zahrayousefijamarani authored Jun 11, 2020
1 parent 520e8bf commit 66dfae7
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ steps:
* first part of result:

<pre>
binder_free_thread(thread=0xffff88800c18f200)(enter)
<b>binder_free_thread(thread=0xffff88800c18f200)(enter)</b>
0xffff88800c18f200: 0xffff88806793c000 0x0000000000000001
0xffff88800c18f210: 0x0000000000000000 0x0000000000000000
0xffff88800c18f220: 0xffff88800c18f220 0xffff88800c18f220
Expand All @@ -226,8 +226,8 @@ binder_free_thread(thread=0xffff88800c18f200)(enter)
0xffff88800c18f270: 0x0000000000000003 0x0000000000007201
0xffff88800c18f280: 0x0000000000000000 0x0000000000000000
0xffff88800c18f290: 0x0000000000000003 0x0000000000007201
<b>0xffff88800c18f2a0: 0x0000000000000000 0xffff88805c05cae0
0xffff88800c18f2b0: 0xffff88805c05cae0 0x0000000000000000</b>
<b>0xffff88800c18f2a0:</b> 0x0000000000000000 <b>0xffff88805c05cae0</b>
0xffff88800c18f2b0: 0xffff88805c05cae0 0x0000000000000000
0xffff88800c18f2c0: 0x0000000000000000 0x0000000000000000
0xffff88800c18f2d0: 0x0000000000000000 0x0000000000000000
0xffff88800c18f2e0: 0x0000000000000000 0x0000000000000000
Expand Down Expand Up @@ -300,8 +300,8 @@ the result is 0xa0 and if we put wait.head instead of wait in command , the resu

* second part of result

```
remove_wait_queue(wq_head=0xffff88800c18f2a0, wq_entry=0xffff88805c05cac8)(enter)
<pre>
<b>remove_wait_queue(wq_head=0xffff88800c18f2a0, wq_entry=0xffff88805c05cac8)(enter)</b>
0xffff88800c18f200: 0xffff88800c18f600 0x0000000000000001
0xffff88800c18f210: 0x0000000000000000 0x0000000000000000
0xffff88800c18f220: 0xffff88800c18f220 0xffff88800c18f220
Expand All @@ -328,7 +328,7 @@ remove_wait_queue(wq_head=0xffff88800c18f2a0, wq_entry=0xffff88805c05cac8)(enter
0xffff88800c18f370: 0x0000000000000000 0x0000000000000000
0xffff88800c18f380: 0x0000000000000000 0x0000000000000001
0xffff88800c18f390: 0xffff88806d4bb200
```
</pre>



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

* Third part of result:

```
Breakpoint 3 at 0xffffffff802aa5be: file /home/ashfaq/workshop/android-4.14-dev/goldfish/kernel/sched/wait.c, line 53.
remove_wait_queue_wait.c:52(exit)
<pre>
Breakpoint 3 at 0xffffffff802aa5be: file /home/ashfaq/workshop/android-4.14-dev/goldfish/kernel/sched/<b>wait.c</b>, line 53.
<b>remove_wait_queue_wait.c:52(exit)</b>
0xffff88800c18f200: 0xffff88800c18f600 0x0000000000000001
0xffff88800c18f210: 0x0000000000000000 0x0000000000000000
0xffff88800c18f220: 0xffff88800c18f220 0xffff88800c18f220
Expand All @@ -353,8 +353,8 @@ remove_wait_queue_wait.c:52(exit)
0xffff88800c18f270: 0x0000000000000003 0x0000000000007201
0xffff88800c18f280: 0x0000000000000000 0x0000000000000000
0xffff88800c18f290: 0x0000000000000003 0x0000000000007201
0xffff88800c18f2a0: 0x0000000000000000 0xffff88800c18f2a8
0xffff88800c18f2b0: 0xffff88800c18f2a8 0x0000000000000000
<b>0xffff88800c18f2a0: 0x0000000000000000 0xffff88800c18f2a8
0xffff88800c18f2b0: 0xffff88800c18f2a8 0x0000000000000000</b>
0xffff88800c18f2c0: 0x0000000000000000 0x0000000000000000
0xffff88800c18f2d0: 0x0000000000000000 0x0000000000000000
0xffff88800c18f2e0: 0x0000000000000000 0x0000000000000000
Expand All @@ -369,7 +369,7 @@ remove_wait_queue_wait.c:52(exit)
0xffff88800c18f370: 0x0000000000000000 0x0000000000000000
0xffff88800c18f380: 0x0000000000000000 0x0000000000000001
0xffff88800c18f390: 0xffff88806d4bb200
```
</pre>



Expand Down Expand Up @@ -632,7 +632,7 @@ These lines have been added to source code:
</td>
</tr>
<tr>
<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>
<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>
</td>
</tr>
<tr>
Expand Down

0 comments on commit 66dfae7

Please sign in to comment.