summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin/stackcollapse-record
diff options
context:
space:
mode:
authorLi Zefan <lizf@cn.fujitsu.com>2008-10-29 17:03:22 +0800
committerIngo Molnar <mingo@elte.hu>2008-10-29 11:53:26 +0100
commiteab172294d5e24464f332dd8e94a57a9819c81c4 (patch)
treef8f577d52aa83b76cd7f044a8327f236bb35f835 /tools/perf/scripts/python/bin/stackcollapse-record
parente946217e4fdaa67681bbabfa8e6b18641921f750 (diff)
downloadkernel-eab172294d5e24464f332dd8e94a57a9819c81c4.tar.gz
sched: cleanup for alloc_rt/fair_sched_group()
Impact: cleanup Remove checking parent == NULL. It won't be NULLL, because we dynamically create sub task_group only, and sub task_group always has its parent. (root task_group is statically defined) Also replace kmalloc_node(GFP_ZERO) with kzalloc_node(). Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/scripts/python/bin/stackcollapse-record')
0 files changed, 0 insertions, 0 deletions
-08-01kbuild: Check for unknown options with cc-option usage in Kconfig and clangStephen Boyd 2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner 2019-05-18kbuild: terminate Kconfig when $(CC) or $(LD) is missingMasahiro Yamada 2019-03-04kbuild: clean up scripts/gcc-version.shMasahiro Yamada 2018-06-11gcc-plugins: test plugin support in Kconfig and clean up MakefileMasahiro Yamada 2018-05-29kconfig: add basic helper macros to scripts/Kconfig.includeMasahiro Yamada