<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kernel/tools/perf/scripts/python, branch linux-5.17.y</title>
<subtitle>Hosts the 0x221E linux distro kernel.</subtitle>
<id>https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.17.y</id>
<link rel='self' href='https://universe.0xinfinity.dev/distro/kernel/atom?h=linux-5.17.y'/>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/'/>
<updated>2021-12-28T20:26:25Z</updated>
<entry>
<title>perf scripts python: intel-pt-events.py: Fix printing of switch events</title>
<updated>2021-12-28T20:26:25Z</updated>
<author>
<name>Adrian Hunter</name>
<email>adrian.hunter@intel.com</email>
</author>
<published>2021-12-15T08:06:36Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=0f80bfbf4919e32f52fe1312c3900ff4fbb7eeb9'/>
<id>urn:sha1:0f80bfbf4919e32f52fe1312c3900ff4fbb7eeb9</id>
<content type='text'>
The intel-pt-events.py script displays only the last of consecutive switch
statements but that may not be the last switch event for the CPU. Fix by
keeping a dictionary of last context switch keyed by CPU, and make it
possible to see all switch events by adding option --all-switch-events.

Fixes: a92bf335fd82eeee ("perf scripts python: intel-pt-events.py: Add branches to script")
Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;
Cc: Riccardo Mancini &lt;rickyman7@gmail.com&gt;
Cc: stable@vger.kernel.org
Link: https://lore.kernel.org/r/20211215080636.149562-4-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf scripts python: Fix passing arguments to stackcollapse report</title>
<updated>2021-09-10T14:45:19Z</updated>
<author>
<name>Michael Petlan</name>
<email>mpetlan@redhat.com</email>
</author>
<published>2020-04-27T14:23:27Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=51ae7fa62dcb0ab96ea5f83aec254a1fb6d4d371'/>
<id>urn:sha1:51ae7fa62dcb0ab96ea5f83aec254a1fb6d4d371</id>
<content type='text'>
The '--' prevented arguments from being passed to the script, such as:

  $ perf script report stackcollapse -i my_perf.data

Signed-off-by: Michael Petlan &lt;mpetlan@redhat.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Cc: Paolo Bonzini &lt;pbonzini@redhat.com&gt;
LPU-Reference: 20200427142327.21172-1-mpetlan@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf flamegraph: flamegraph.py script improvements</title>
<updated>2021-08-30T21:22:23Z</updated>
<author>
<name>Andreas Gerstmayr</name>
<email>agerstmayr@redhat.com</email>
</author>
<published>2021-08-30T16:47:27Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=c611e4f24c79841f5637e62a8014f42da3dae5ae'/>
<id>urn:sha1:c611e4f24c79841f5637e62a8014f42da3dae5ae</id>
<content type='text'>
* display perf.data header
* display PIDs of user stacks
* added option to change color scheme
* default to blue/green color scheme to improve accessibility
* correctly identify kernel stacks when kernel-debuginfo is installed

Signed-off-by: Andreas Gerstmayr &lt;agerstmayr@redhat.com&gt;
Cc: Alexander Shishkin &lt;alexander.shishkin@linux.intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Cc: Mark Rutland &lt;mark.rutland@arm.com&gt;
Cc: Namhyung Kim &lt;namhyung@kernel.org&gt;
Cc: Peter Zijlstra &lt;peterz@infradead.org&gt;
Link: http://lore.kernel.org/lkml/20210830164729.116049-1-agerstmayr@redhat.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf scripting python: intel-pt-events.py: Add --insn-trace and --src-trace</title>
<updated>2021-06-01T13:05:20Z</updated>
<author>
<name>Adrian Hunter</name>
<email>adrian.hunter@intel.com</email>
</author>
<published>2021-05-30T19:23:08Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=a483e64c0b62e93a772cbc96f32bad885586fad7'/>
<id>urn:sha1:a483e64c0b62e93a772cbc96f32bad885586fad7</id>
<content type='text'>
Add an instruction trace and a source trace to the intel-pt-events.py
script.

Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Cc: Andi Kleen &lt;ak@linux.intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Link: https://lore.kernel.org/r/20210530192308.7382-14-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf scripting python: exported-sql-viewer.py: Factor out libxed.py</title>
<updated>2021-06-01T13:05:08Z</updated>
<author>
<name>Adrian Hunter</name>
<email>adrian.hunter@intel.com</email>
</author>
<published>2021-05-30T19:23:07Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=2b87386c7a1c0488bf2a27d7f4ac80aa84e22fb5'/>
<id>urn:sha1:2b87386c7a1c0488bf2a27d7f4ac80aa84e22fb5</id>
<content type='text'>
Factor out libxed.py so it can be reused.

Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Cc: Andi Kleen &lt;ak@linux.intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Link: https://lore.kernel.org/r/20210530192308.7382-13-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf scripting python: Add perf_sample_srcline() and perf_sample_srccode()</title>
<updated>2021-06-01T13:04:35Z</updated>
<author>
<name>Adrian Hunter</name>
<email>adrian.hunter@intel.com</email>
</author>
<published>2021-05-30T19:23:05Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=e79457a526105c94930a5babbecaeeb794593723'/>
<id>urn:sha1:e79457a526105c94930a5babbecaeeb794593723</id>
<content type='text'>
Add perf_sample_srcline() and perf_sample_srccode() to the
perf_trace_context module so that a script can get the srcline or srccode
information.

Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Cc: Andi Kleen &lt;ak@linux.intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Link: https://lore.kernel.org/r/20210530192308.7382-11-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf scripting python: Add perf_set_itrace_options()</title>
<updated>2021-06-01T13:04:24Z</updated>
<author>
<name>Adrian Hunter</name>
<email>adrian.hunter@intel.com</email>
</author>
<published>2021-05-30T19:23:04Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=7d00540d7deb6802cde23b132b0c50347f27cc90'/>
<id>urn:sha1:7d00540d7deb6802cde23b132b0c50347f27cc90</id>
<content type='text'>
Add perf_set_itrace_options() to the perf_trace_context module so that a
script can set the itrace options for a session if they have not been set
already.

Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Cc: Andi Kleen &lt;ak@linux.intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Link: https://lore.kernel.org/r/20210530192308.7382-10-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf scripting python: Add perf_sample_insn()</title>
<updated>2021-06-01T13:03:58Z</updated>
<author>
<name>Adrian Hunter</name>
<email>adrian.hunter@intel.com</email>
</author>
<published>2021-05-30T19:23:02Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=13c71b92327aaacc7a3c3ca5f003f3f66ba5af65'/>
<id>urn:sha1:13c71b92327aaacc7a3c3ca5f003f3f66ba5af65</id>
<content type='text'>
Add perf_sample_insn() to the perf_trace_context module so that a script
can get the instruction bytes.

Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Cc: Andi Kleen &lt;ak@linux.intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Link: https://lore.kernel.org/r/20210530192308.7382-8-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf scripting python: Assign perf_script_context</title>
<updated>2021-06-01T13:03:33Z</updated>
<author>
<name>Adrian Hunter</name>
<email>adrian.hunter@intel.com</email>
</author>
<published>2021-05-30T19:23:00Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=cf9bfa6c150f038328f8059a69a6f1598d6702b2'/>
<id>urn:sha1:cf9bfa6c150f038328f8059a69a6f1598d6702b2</id>
<content type='text'>
The scripting_context pointer itself does not change and nor does it need
to. Put it directly into the script as a variable at the start so it does
not have to be passed on each call into the script.

Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Cc: Andi Kleen &lt;ak@linux.intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Link: https://lore.kernel.org/r/20210530192308.7382-6-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
<entry>
<title>perf scripting python: Simplify perf-trace-context module functions</title>
<updated>2021-06-01T13:02:47Z</updated>
<author>
<name>Adrian Hunter</name>
<email>adrian.hunter@intel.com</email>
</author>
<published>2021-05-30T19:22:57Z</published>
<link rel='alternate' type='text/html' href='https://universe.0xinfinity.dev/distro/kernel/commit/?id=6337bd0c91f66527741e61ecb73b9cff0d7f48f8'/>
<id>urn:sha1:6337bd0c91f66527741e61ecb73b9cff0d7f48f8</id>
<content type='text'>
Simplify perf-trace-context module functions by factoring out some
common code.

Signed-off-by: Adrian Hunter &lt;adrian.hunter@intel.com&gt;
Cc: Andi Kleen &lt;ak@linux.intel.com&gt;
Cc: Jiri Olsa &lt;jolsa@redhat.com&gt;
Link: https://lore.kernel.org/r/20210530192308.7382-3-adrian.hunter@intel.com
Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;
</content>
</entry>
</feed>
22</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=06566fda428e6420aa993e32845b165936fb50d6'>xfs: remove the mappedbno argument to xfs_da_reada_buf</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-13 11:08:01 -0800'>2019-11-13</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=a71895c5dad1ab8cf30622e208d148298ab602e5'>xfs: convert open coded corruption check to use XFS_IS_CORRUPT</a></td><td>Darrick J. Wong</td></tr>
<tr><td><span title='2019-11-10 16:54:24 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=59b8b465058ec203493c0436f243263051e08f5a'>xfs: devirtualize -&gt;data_get_ftype and -&gt;data_put_ftype</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:24 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=d73e1cee8add0d18d5401b81db2351b9e8af899a'>xfs: move the dir2 data block fixed offsets to struct xfs_da_geometry</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:23 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=fdbb8c5b805c19bc2764aa1b91952e75e4c1c086'>xfs: devirtualize -&gt;data_entsize</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:23 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=5c072127d31d3a605a3048dc5d3fdfc0cdd47212'>xfs: replace xfs_dir3_data_endp with xfs_dir3_data_end_offset</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:22 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=2f4369a862b637b20ac083a2e674a2d5d1489bda'>xfs: cleanup xfs_dir2_leaf_getdents</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:22 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=263dde869bd09b1a709fd92118c7fff832773689'>xfs: cleanup xfs_dir2_block_getdents</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:22 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=2eb68a5d3619b80dec745f71df8af5f80cda16f8'>xfs: remove the data_dotdot_offset field in struct xfs_dir_ops</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:22 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=1682310474b2f223951ee46f21e34eb462cf71c2'>xfs: remove the data_dot_offset field in struct xfs_dir_ops</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:21 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=4501ed2a3a863ae5d43629b98f6a4d7f6147c4df'>xfs: devirtualize -&gt;sf_get_ftype and -&gt;sf_put_ftype</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:21 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=93b1e96a42006813e58e5052718f7b24a9312258'>xfs: devirtualize -&gt;sf_get_ino and -&gt;sf_put_ino</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:21 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=50f6bb6b7aea8177110e55355c455f18912a7a73'>xfs: devirtualize -&gt;sf_entsize and -&gt;sf_nextentry</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-11-10 16:54:21 -0800'>2019-11-10</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=84915e1bdddf9de3edf79a2813982b886e76658f'>xfs: devirtualize -&gt;sf_get_parent_ino and -&gt;sf_put_parent_ino</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2019-10-29 09:50:11 -0700'>2019-10-29</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=04df34ac6494b216a911c5571bf4ee299cd34164'>xfs: namecheck directory entry names before listing them</a></td><td>Darrick J. Wong</td></tr>
<tr><td><span title='2019-06-28 19:30:43 -0700'>2019-06-28</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=250d4b4c409778bc44577dfc59909935c92fd006'>xfs: remove unused header files</a></td><td>Eric Sandeen</td></tr>
<tr><td><span title='2019-06-28 19:25:35 -0700'>2019-06-28</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=5467b34bd1e81c8e719ae968ba6561723fdc15b8'>xfs: move xfs_ino_geometry to xfs_shared.h</a></td><td>Darrick J. Wong</td></tr>
<tr><td><span title='2018-06-06 14:17:53 -0700'>2018-06-06</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=0b61f8a4079d904b1b1d47946cca898313de8c26'>xfs: convert to SPDX license tags</a></td><td>Dave Chinner</td></tr>
<tr><td><span title='2018-01-17 21:00:46 -0800'>2018-01-17</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=ce92d29ddf9908d397895c46b7c78e9db8df414d'>xfs: directory scrubber must walk through data block to offset</a></td><td>Darrick J. Wong</td></tr>
<tr><td><span title='2017-11-06 11:53:40 -0800'>2017-11-06</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=b2b1712a640824e7c131bfdd2585d57bf8ccb39a'>xfs: introduce the xfs_iext_cursor abstraction</a></td><td>Christoph Hellwig</td></tr>
<tr><td><span title='2017-10-26 15:38:25 -0700'>2017-10-26</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=a5c46e5e8912d232b959faf511cd9a17cc829f0a'>xfs: scrub directory metadata</a></td><td>Darrick J. Wong</td></tr>
<tr><td><span title='2017-06-20 10:45:22 -0700'>2017-06-20</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=acb9553cab552cf17154814f079f54401eefa474'>xfs: pass along transaction context when reading directory block buffers</a></td><td>Darrick J. Wong</td></tr>
<tr><td><span title='2017-06-19 14:11:33 -0700'>2017-06-19</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=c8ce540db5f67d254aafb14b5d76422c62a906df'>xfs: remove double-underscore integer types</a></td><td>Darrick J. Wong</td></tr>
<tr><td><span title='2017-06-19 08:59:10 -0700'>2017-06-19</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=d205a7d0ec47d11977882b5e910ad35f7be912b4'>xfs: refactor dir2 leaf readahead shadow buffer cleverness</a></td><td>Darrick J. Wong</td></tr>
<tr><td><span title='2017-04-25 09:40:40 -0700'>2017-04-25</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=cb52ee334a45ae6c78a3999e4b473c43ddc528f4'>xfs: prevent multi-fsb dir readahead from reading random blocks</a></td><td>Brian Foster</td></tr>
<tr><td><span title='2017-04-25 09:40:40 -0700'>2017-04-25</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=023cc840b40fad95c6fe26fff1d380a8c9d45939'>xfs: handle array index overrun in xfs_dir2_leaf_readbuf()</a></td><td>Eric Sandeen</td></tr>
<tr><td><span title='2017-03-15 00:24:25 -0700'>2017-03-15</span></td><td><a href='/distro/kernel/commit/fs/xfs/xfs_dir2_readdir.c?h=linux-6.6.y&amp;id=630a04e79dd41ff746b545d4fc052e0abb836120'>xfs: verify inline directory data forks</a></td><td>Darrick J. Wong</td></tr>
n title='2023-05-08 10:58:39 +0200'>2023-05-08</span></td><td><a href='/distro/kernel/commit/kernel/sched/debug.c?id=a6fcdd8d95f7486150b3faadfea119fc3dfc3b74'>sched/debug: Correct printing for rq-&gt;nr_uninterruptible</a></td><td>晏艳(采苓)</td></tr>
<tr><td><span title='2023-03-17 15:24:19 +0100'>2023-03-17</span></td><td><a href='/distro/kernel/commit/kernel/sched/debug.c?id=34320745dfc9b71234139720bc8b602cdc8c086a'>sched/debug: Put sched/domains files under the verbose flag</a></td><td>Phil Auld</td></tr>
<tr><td><span title='2022-10-10 17:53:04 -0700'>2022-10-10</span></td><td><a href='/distro/kernel/commit/kernel/sched/debug.c?id=27bc50fc90647bbf7b734c3fc306a5e61350da53'>Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...</a></td><td>Linus Torvalds</td></tr>
<tr><td><span title='2022-09-11 20:25:54 -0700'>2022-09-11</span></td><td><a href='/distro/kernel/commit/kernel/sched/debug.c?id=33024536bafd9129f1d16ade0974671c648700ac'>memory tiering: hot page selection with hint page fault latency</a></td><td>Huang Ying</td></tr>
<tr><td><span title='2022-09-05 13:02:38 +0200'>2022-09-05</span></td><td><a href='/distro/kernel/commit/kernel/sched/debug.c?id=c2e406596571659451f4b95e37ddfd5a8ef1d0dc'>sched/debug: fix dentry leak in update_sched_domain_debugfs</a></td><td>Greg Kroah-Hartman</td></tr>
