摘要: https://www.kernel.org/doc/html/v6.6/power/index.html APM or ACPI? Debugging hibernation and suspend Charger Manager Testing suspend and resume suppor 阅读全文
posted @ 2023-12-11 22:44 摩斯电码 阅读(13) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/driver-api/pm/devices.html 设备电源管理基础 版权 © 2010-2011 Rafael J. Wysocki rjw@sisk.pl, Novell Inc. © 2010 Alan Stern s 阅读全文
posted @ 2023-12-11 22:43 摩斯电码 阅读(116) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/driver-api/pm/cpuidle.html CPU空闲时间管理 版权 © 2019 Intel Corporation 作者 Rafael J. Wysocki rafael.j.wysocki@intel.com 阅读全文
posted @ 2023-12-11 22:18 摩斯电码 阅读(84) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/driver-api/pm/index.html#cpu-and-device-power-management CPU和设备电源管理 CPU空闲时间管理 CPU空闲时间管理子系统 CPU空闲时间调度器 CPU空闲时间管理驱动 阅读全文
posted @ 2023-12-11 22:13 摩斯电码 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/timers/index.html#timers High resolution timers and dynamic ticks design notes High Precision Event Timer Driver 阅读全文
posted @ 2023-12-11 22:12 摩斯电码 阅读(10) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/timers/timers-howto.html 这篇文档提供了关于在Linux内核中使用不同延迟/休眠机制的信息,主要面向需要处理硬件延迟但对Linux内核内部工作机制不够熟悉的驱动程序编写人员。 插入延迟 首先需要问自己的 阅读全文
posted @ 2023-12-11 22:10 摩斯电码 阅读(156) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/timers/timekeeping.html 内核时间管理基础知识 本文将简要解释一些基本的内核时间管理抽象概念。它部分涉及内核树中通常在drivers/clocksource中找到的驱动程序,但代码可能分布在整个内核中。 阅读全文
posted @ 2023-12-11 22:08 摩斯电码 阅读(338) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/timers/no_hz.html 降低调度时钟中断 本文描述了 Kconfig 选项和引导参数,可以减少调度时钟中断的次数,从而提高能效并减少操作系统的抖动。减少操作系统的抖动对于某些类型的计算密集型高性能计算(HPC)应用 阅读全文
posted @ 2023-12-11 22:07 摩斯电码 阅读(664) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/timers/hpet.html 高精度事件计时器(High Precision Event Timer,HPET)是根据Intel和Microsoft的规范(修订版1)设计的硬件。 每个HPET都有一个固定速率的计数器(在1 阅读全文
posted @ 2023-12-11 22:01 摩斯电码 阅读(288) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/timers/highres.html 高分辨率定时器和动态时钟设计笔记 更多信息可以在OLS 2006年的演讲论文"hrtimers and beyond"中找到。该论文是OLS 2006年会议第1卷的一部分,可以在OLS网 阅读全文
posted @ 2023-12-11 21:59 摩斯电码 阅读(89) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/text_files.html /* * The following program is used to generate the constants for * computing sched aver 阅读全文
posted @ 2023-12-11 21:54 摩斯电码 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/sched-debug.html 调度器调试文件说明 numa_balancing 目录 numa_balancing 目录用于保存控制 NUMA 平衡功能的文件。如果来自该功能的系统开销过高,则可以通过 阅读全文
posted @ 2023-12-11 21:53 摩斯电码 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/sched-stats.html 调度器统计 版本 15 的 schedstats 删除了一些 sched_yield 的计数器:yld_exp_empty、yld_act_empty 和 yld_both 阅读全文
posted @ 2023-12-11 21:52 摩斯电码 阅读(16) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/sched-rt-group.html 实时组调度 0. 警告 调整这些设置可能导致系统不稳定,这些旋钮只有 root 用户才能操作,并且假设 root 用户知道自己在做什么。 最值得注意的是: 在 sch 阅读全文
posted @ 2023-12-11 21:50 摩斯电码 阅读(25) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/sched-nice-design.html 调度器 Nice 设计 本文档解释了在新的 Linux 调度器中重新设计和简化 nice-levels 实现的思路。 在 Linux 下,nice levels 阅读全文
posted @ 2023-12-11 21:46 摩斯电码 阅读(20) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/sched-util-clamp.html 利用率夹紧 1. 简介 利用率夹紧,也称为util clamp或uclamp,是一种调度器功能,允许用户空间帮助管理任务的性能需求。它是在v5.3版本中引入的。C 阅读全文
posted @ 2023-12-11 21:40 摩斯电码 阅读(656) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/schedutil.html Schedutil 注意 所有这些都假设频率和工作能力之间存在线性关系,我们知道这是有缺陷的,但这是最好的可行近似。 PELT(Per Entity Load Tracking 阅读全文
posted @ 2023-12-11 21:28 摩斯电码 阅读(79) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/sched-energy.html 能量感知调度 1. 简介 能量感知调度(Energy Aware Scheduling,EAS)赋予调度器预测其决策对 CPU 能量消耗的影响的能力。EAS 依赖于 CP 阅读全文
posted @ 2023-12-11 21:22 摩斯电码 阅读(132) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/sched-capacity.html 容量感知调度 1. CPU容量 1.1 简介 传统的同质 SMP 平台由纯粹相同的 CPU 组成。另一方面,异构平台由具有不同性能特征的 CPU 组成 - 在这样的平 阅读全文
posted @ 2023-12-11 21:05 摩斯电码 阅读(46) 评论(0) 推荐(0) 编辑
摘要: https://www.kernel.org/doc/html/v6.6/scheduler/completion.html Completions - "wait for completion" barrier APIs 介绍: 如果您有一个或多个线程必须等待某些内核活动达到某个点或特定状态,完成 阅读全文
posted @ 2023-12-11 20:53 摩斯电码 阅读(63) 评论(0) 推荐(0) 编辑