<feed xmlns='http://www.w3.org/2005/Atom'>
<title>nvidia-tegra-modules.git/include/trace, branch gpu-paging</title>
<subtitle>NVIDIA's kernel modules to support tegra chips (used in Jetson boards)</subtitle>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/'/>
<entry>
<title>drivers: string handling</title>
<updated>2020-05-13T19:40:41+00:00</updated>
<author>
<name>dmitry pervushin</name>
<email>dpervushin@nvidia.com</email>
</author>
<published>2020-05-11T17:30:26+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=f395c71b0997e9b6ed092078a31d76f02dad161e'/>
<id>f395c71b0997e9b6ed092078a31d76f02dad161e</id>
<content type='text'>
gcc9 is more strict about using strncpy... and in many cases it is right
Replacing strncpy with strdup (when possible) or strlcpy

Bug 2973859

Change-Id: I1283db0385d7b35f747d129d3963e8f293e83dc3
Signed-off-by: dmitry pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2342280
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
gcc9 is more strict about using strncpy... and in many cases it is right
Replacing strncpy with strdup (when possible) or strlcpy

Bug 2973859

Change-Id: I1283db0385d7b35f747d129d3963e8f293e83dc3
Signed-off-by: dmitry pervushin &lt;dpervushin@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvidia/+/2342280
Reviewed-by: automaticguardword &lt;automaticguardword@nvidia.com&gt;
Reviewed-by: Phoenix Jung &lt;pjung@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>devfreq: podgov: use cycles/sec to estimate load</title>
<updated>2019-05-07T18:48:21+00:00</updated>
<author>
<name>Peng Liu</name>
<email>pengliu@nvidia.com</email>
</author>
<published>2019-03-05T22:49:00+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=524b0e580ae235ba89738418b4a623825bccae3d'/>
<id>524b0e580ae235ba89738418b4a623825bccae3d</id>
<content type='text'>
GPU clock may change within the period of time defined by smooth. Thus
the result of averaging load percentages within smooth window has less
meanning. New method keeps track of active GPU cycle count per time
unit, and average load is average active cycle count divided by
current GPU clock (total cycle count per time unit).

Bug 1963732

Change-Id: I88cfb998f9bcfa0d6d0397f653f8e3096d4b3eed
Signed-off-by: Peng Liu &lt;pengliu@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2033266
(cherry picked from commit 4080e458dd4e1651ef61f4d9cf3f2b5ea6eb6a1f)
Reviewed-on: https://git-master.nvidia.com/r/2104701
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Aaron Tian &lt;atian@nvidia.com&gt;
Tested-by: Aaron Tian &lt;atian@nvidia.com&gt;
Reviewed-by: Rajkumar Kasirajan &lt;rkasirajan@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
GPU clock may change within the period of time defined by smooth. Thus
the result of averaging load percentages within smooth window has less
meanning. New method keeps track of active GPU cycle count per time
unit, and average load is average active cycle count divided by
current GPU clock (total cycle count per time unit).

Bug 1963732

Change-Id: I88cfb998f9bcfa0d6d0397f653f8e3096d4b3eed
Signed-off-by: Peng Liu &lt;pengliu@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/2033266
(cherry picked from commit 4080e458dd4e1651ef61f4d9cf3f2b5ea6eb6a1f)
Reviewed-on: https://git-master.nvidia.com/r/2104701
Reviewed-by: Automatic_Commit_Validation_User
GVS: Gerrit_Virtual_Submit
Reviewed-by: Aaron Tian &lt;atian@nvidia.com&gt;
Tested-by: Aaron Tian &lt;atian@nvidia.com&gt;
Reviewed-by: Rajkumar Kasirajan &lt;rkasirajan@nvidia.com&gt;
Reviewed-by: Bibek Basu &lt;bbasu@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: camera: rtcpu: add nvcsi trace support</title>
<updated>2019-02-01T07:27:01+00:00</updated>
<author>
<name>Vincent Chung</name>
<email>vincentc@nvidia.com</email>
</author>
<published>2018-09-18T01:37:44+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=89c28ed8b7cd24ad9470bce81a6f91d2820b8969'/>
<id>89c28ed8b7cd24ad9470bce81a6f91d2820b8969</id>
<content type='text'>
Add support for NVCSI global and correctable/uncorrectable interrupt
status traces, originating from RCE.

Bug 2315922

Change-Id: I2008f09300bf2d653ca7a6fd42925dd2f9069021
Signed-off-by: Vincent Chung &lt;vincentc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1829199
(cherry picked from commit 5e0ff02048ac4bc937d67fb9fdb4ff9c084931f5)
Reviewed-on: https://git-master.nvidia.com/r/2003156
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ian Kaszubski &lt;ikaszubski@nvidia.com&gt;
Reviewed-by: Ruicheng Dai &lt;rdai@nvidia.com&gt;
Reviewed-by: Pekka Pessi &lt;ppessi@nvidia.com&gt;
Reviewed-by: Frank Chen &lt;frankc@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for NVCSI global and correctable/uncorrectable interrupt
status traces, originating from RCE.

Bug 2315922

Change-Id: I2008f09300bf2d653ca7a6fd42925dd2f9069021
Signed-off-by: Vincent Chung &lt;vincentc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1829199
(cherry picked from commit 5e0ff02048ac4bc937d67fb9fdb4ff9c084931f5)
Reviewed-on: https://git-master.nvidia.com/r/2003156
Reviewed-by: svc-mobile-coverity &lt;svc-mobile-coverity@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ian Kaszubski &lt;ikaszubski@nvidia.com&gt;
Reviewed-by: Ruicheng Dai &lt;rdai@nvidia.com&gt;
Reviewed-by: Pekka Pessi &lt;ppessi@nvidia.com&gt;
Reviewed-by: Frank Chen &lt;frankc@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tegra: dc: insure CRCs taken from same frame</title>
<updated>2018-07-31T00:55:58+00:00</updated>
<author>
<name>Aron Wong</name>
<email>awong@nvidia.com</email>
</author>
<published>2018-03-02T23:23:19+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=14f0147617fb291b1ad1cbfb684be8eb111fb65c'/>
<id>14f0147617fb291b1ad1cbfb684be8eb111fb65c</id>
<content type='text'>
Insure CRC collection does not cross a frame
boundary by checking the frame_num at the
start and finish of CRC collection, and retrying
CRC collection if a frame boundary was crossed.

This addresses an error condition seen during
testing of C6/CC6 changes which randomly
introduced milliseconds of delay in between
the start and end of reading CRCs.

Add related display_crc tracing functions to
aid future debugging. These trace functions are:

display_crc_read
display_crc_late
display_crc_rgnl
display_crc_rgnl_stat
display_crc_boundary_crossed

Jira TDS-3717
Jira TDS-3687
Jira TDS-3428
Bug 2070900

Change-Id: I8468634f41bd5c90f4d8d8a014c13e2b050c2407
Signed-off-by: Aron Wong &lt;awong@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1667689
Reviewed-by: Shu Zhong &lt;shuz@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ujwal Patel &lt;ujwalp@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Insure CRC collection does not cross a frame
boundary by checking the frame_num at the
start and finish of CRC collection, and retrying
CRC collection if a frame boundary was crossed.

This addresses an error condition seen during
testing of C6/CC6 changes which randomly
introduced milliseconds of delay in between
the start and end of reading CRCs.

Add related display_crc tracing functions to
aid future debugging. These trace functions are:

display_crc_read
display_crc_late
display_crc_rgnl
display_crc_rgnl_stat
display_crc_boundary_crossed

Jira TDS-3717
Jira TDS-3687
Jira TDS-3428
Bug 2070900

Change-Id: I8468634f41bd5c90f4d8d8a014c13e2b050c2407
Signed-off-by: Aron Wong &lt;awong@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1667689
Reviewed-by: Shu Zhong &lt;shuz@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Ujwal Patel &lt;ujwalp@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: host: podgov: add trace events</title>
<updated>2018-07-06T14:38:03+00:00</updated>
<author>
<name>Konsta Holtta</name>
<email>kholtta@nvidia.com</email>
</author>
<published>2017-03-29T12:15:31+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=39d5a4f8e00742109eb62dca7ff2e2a67adfb30d'/>
<id>39d5a4f8e00742109eb62dca7ff2e2a67adfb30d</id>
<content type='text'>
Add the trace events header for the POD devfrqe governor used when
CONFIG_DEVFREQ_GOV_POD_SCALING=y.

This file is copied from linux 4.4; the original consists of these three
commits:

5e6afca7aef06a7e9df9c0cc91ee3a19f279349f drivers: video: tegra: 3d
scaling uses devfreq

122a4c533b13711363e94b27ca13d7af5c04675a video: tegra: host: add 3dfs
user space control

9ee601182294d82e2273710640798c7fbc145c79 video: tegra: host: podgov: Add
dev to trace events

Bug 1853519

Change-Id: Idcf5a67443c698cc0740452ccb130550f12d1b3f
Signed-off-by: Konsta Holtta &lt;kholtta@nvidia.com&gt;
Reviewed-on: http://git-master/r/1454590
(cherry picked from linux-4.9 commit e981a42830212e5924296505e133dedf630b65ec)
Reviewed-on: https://git-master.nvidia.com/r/1772234
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
Tested-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the trace events header for the POD devfrqe governor used when
CONFIG_DEVFREQ_GOV_POD_SCALING=y.

This file is copied from linux 4.4; the original consists of these three
commits:

5e6afca7aef06a7e9df9c0cc91ee3a19f279349f drivers: video: tegra: 3d
scaling uses devfreq

122a4c533b13711363e94b27ca13d7af5c04675a video: tegra: host: add 3dfs
user space control

9ee601182294d82e2273710640798c7fbc145c79 video: tegra: host: podgov: Add
dev to trace events

Bug 1853519

Change-Id: Idcf5a67443c698cc0740452ccb130550f12d1b3f
Signed-off-by: Konsta Holtta &lt;kholtta@nvidia.com&gt;
Reviewed-on: http://git-master/r/1454590
(cherry picked from linux-4.9 commit e981a42830212e5924296505e133dedf630b65ec)
Reviewed-on: https://git-master.nvidia.com/r/1772234
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bitan Biswas &lt;bbiswas@nvidia.com&gt;
Reviewed-by: Timo Alho &lt;talho@nvidia.com&gt;
Tested-by: Timo Alho &lt;talho@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: trace: events: fix rtcpu_string</title>
<updated>2018-06-13T13:53:34+00:00</updated>
<author>
<name>Pekka Pessi</name>
<email>ppessi@nvidia.com</email>
</author>
<published>2018-06-08T14:30:18+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=a8e48415b1d9ffde83b6096dd5590d23282dd3e5'/>
<id>a8e48415b1d9ffde83b6096dd5590d23282dd3e5</id>
<content type='text'>
The rtcpu_string trace events are not NUL-terminated.

Jira CAMC-627

Change-Id: I94a64ae21e5add672a4196dcc8fca5f700d4eb9b
Signed-off-by: Pekka Pessi &lt;ppessi@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1743919
Tested-by: Mika Liljeberg &lt;mliljeberg@nvidia.com&gt;
Reviewed-by: Kalle Jokiniemi &lt;kjokiniemi@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mika Liljeberg &lt;mliljeberg@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The rtcpu_string trace events are not NUL-terminated.

Jira CAMC-627

Change-Id: I94a64ae21e5add672a4196dcc8fca5f700d4eb9b
Signed-off-by: Pekka Pessi &lt;ppessi@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1743919
Tested-by: Mika Liljeberg &lt;mliljeberg@nvidia.com&gt;
Reviewed-by: Kalle Jokiniemi &lt;kjokiniemi@nvidia.com&gt;
GVS: Gerrit_Virtual_Submit
Reviewed-by: Mika Liljeberg &lt;mliljeberg@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: Move input-cfboost header files to nvidia repo</title>
<updated>2018-06-08T05:53:53+00:00</updated>
<author>
<name>Nicolin Chen</name>
<email>nicolinc@nvidia.com</email>
</author>
<published>2018-06-07T21:52:16+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=4577a27cc53f775dab2bb75eb321e674f9f3497b'/>
<id>4577a27cc53f775dab2bb75eb321e674f9f3497b</id>
<content type='text'>
The input-cfboost driver was moved to nvidia repo while its
header files were not. So this patch move its header files
to nvidia repo as well.

Bug 200419967

Change-Id: Id9e18f7c395dabf8fe19df360050a681d8eefab0
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1743008
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The input-cfboost driver was moved to nvidia repo while its
header files were not. So this patch move its header files
to nvidia repo as well.

Bug 200419967

Change-Id: Id9e18f7c395dabf8fe19df360050a681d8eefab0
Signed-off-by: Nicolin Chen &lt;nicolinc@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1743008
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>nvhost:pva: Add VPU performance tracking</title>
<updated>2018-06-05T21:54:03+00:00</updated>
<author>
<name>Saleh Dindar</name>
<email>sdindar@nvidia.com</email>
</author>
<published>2018-05-15T16:35:02+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=6bf0a4b49ef81a0affbb642bfaf67e33b37c2f12'/>
<id>6bf0a4b49ef81a0affbb642bfaf67e33b37c2f12</id>
<content type='text'>
VPU performance tracking is added by using post-actions
and delivering results to the trace

JIRA PVA-1087

Change-Id: Ia0030348665c8c0857cf107f4f76d9cc6052f1f2
Signed-off-by: Saleh Dindar &lt;sdindar@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1719719
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
VPU performance tracking is added by using post-actions
and delivering results to the trace

JIRA PVA-1087

Change-Id: Ia0030348665c8c0857cf107f4f76d9cc6052f1f2
Signed-off-by: Saleh Dindar &lt;sdindar@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1719719
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>include: add iso trace header</title>
<updated>2018-05-10T09:14:32+00:00</updated>
<author>
<name>Ajay Nandakumar</name>
<email>anandakumarm@nvidia.com</email>
</author>
<published>2018-05-08T07:40:34+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=670f97c59b8e917ce06c64afeb7e02589ddc5abc'/>
<id>670f97c59b8e917ce06c64afeb7e02589ddc5abc</id>
<content type='text'>
Added trace/events/isomgr.h as these headers required for iso manager.

Bug 200410446

Change-Id: I3cc2264fdbc37b73c4f3fd116057892a41456a54
Signed-off-by: Ajay Nandakumar &lt;anandakumarm@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1710273
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Added trace/events/isomgr.h as these headers required for iso manager.

Bug 200410446

Change-Id: I3cc2264fdbc37b73c4f3fd116057892a41456a54
Signed-off-by: Ajay Nandakumar &lt;anandakumarm@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1710273
GVS: Gerrit_Virtual_Submit
Reviewed-by: Sachin Nikam &lt;snikam@nvidia.com&gt;
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>video: tegra: host: pva: Add statistics to trace log</title>
<updated>2018-03-30T01:54:48+00:00</updated>
<author>
<name>Vinod G</name>
<email>vinodg@nvidia.com</email>
</author>
<published>2018-03-09T19:20:46+00:00</published>
<link rel='alternate' type='text/html' href='http://rtsrv.cs.unc.edu/cgit/cgit.cgi/nvidia-tegra-modules.git/commit/?id=51e00ddecfddbfd66bae25f10a6766f4f48d3c50'/>
<id>51e00ddecfddbfd66bae25f10a6766f4f48d3c50</id>
<content type='text'>
Add the task statistics to trace log

JIRA PVA-930

Change-Id: I8a20ecf5a6bac7428540bc6e7cf91c94924efc34
Signed-off-by: Vinod G &lt;vinodg@nvidia.com&gt;
Signed-off-by: Saleh Dindar &lt;sdindar@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1672236
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the task statistics to trace log

JIRA PVA-930

Change-Id: I8a20ecf5a6bac7428540bc6e7cf91c94924efc34
Signed-off-by: Vinod G &lt;vinodg@nvidia.com&gt;
Signed-off-by: Saleh Dindar &lt;sdindar@nvidia.com&gt;
Reviewed-on: https://git-master.nvidia.com/r/1672236
Reviewed-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
Tested-by: mobile promotions &lt;svcmobile_promotions@nvidia.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
