aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-12sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatchesTejun Heo2-18/+153
2024-07-12sched_ext: s/SCX_RQ_BALANCING/SCX_RQ_IN_BALANCE/ and add SCX_RQ_IN_WAKEUPTejun Heo2-6/+13
2024-07-12sched_ext: Unpin and repin rq lock from balance_scx()Tejun Heo1-59/+34
2024-07-12sched_ext: Open-code task_linked_on_dsq()Tejun Heo1-8/+3
2024-07-12sched: Move struct balance_callback definition upwardTejun Heo1-5/+5
2024-07-09sched_ext: Make scx_bpf_reenqueue_local() skip tasks that are being migratedTejun Heo1-0/+14
2024-07-09sched_ext: Reimplement scx_bpf_reenqueue_local()Tejun Heo1-14/+14
2024-07-08sched_ext/scx_qmap: Add an example usage of DSQ iteratorTejun Heo2-2/+31
2024-07-08sched_ext: Implement DSQ iteratorTejun Heo3-2/+196
2024-07-08sched_ext: Take out ->priq and ->flags from scx_dsq_nodeTejun Heo3-33/+33
2024-07-08sched, sched_ext: Move some declarations from kernel/sched/ext.h to sched.hTejun Heo2-45/+59
2024-07-08sched, sched_ext: Open code for_balance_class_range()Tejun Heo2-10/+13
2024-07-08sched_ext: Minor cleanups in kernel/sched/ext.hTejun Heo2-8/+6
2024-07-08sched_ext: Disallow loading BPF scheduler if isolcpus= domain isolation is in effectTejun Heo2-0/+7
2024-07-08sched_ext: Account for idle policy when setting p->scx.weight in scx_ops_enable_task()Tejun Heo1-9/+10
2024-07-08sched, sched_ext: Simplify dl_prio() case handling in sched_fork()Tejun Heo1-10/+4
2024-07-08sched/ext: Add BPF function to fetch rqHongyan Xia2-0/+14
2024-07-04sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE tasksTejun Heo3-18/+14
2024-07-04sched/psi: Optimise psi_group_change a bitTvrtko Ursulin1-27/+27
2024-07-02sched_ext: Documentation: Remove mentions of scx_bpf_switch_allAboorva Devarajan1-11/+13
2024-07-01sched_ext: Swap argument positions in kcalloc() call to avoid compiler warningTejun Heo1-1/+1
2024-06-27sched_ext: add CONFIG_DEBUG_INFO_BTF dependencyAndrea Righi1-1/+1
2024-06-27sched_ext: fix typo in set_weight() descriptionAndrea Righi1-1/+1
2024-06-27sched_ext: Fix spelling mistake: "intead" -> "instead"Colin Ian King1-1/+1
2024-06-24sched_ext: Drop tools_clean target from the top-level MakefileTejun Heo1-7/+1
2024-06-23sched_ext: Make scx_bpf_cpuperf_set() @cpu arg signedDavid Vernet1-1/+1
2024-06-21sched_ext: Add cpuperf supportTejun Heo7-6/+252
2024-06-21cpufreq_schedutil: Refactor sugov_cpu_is_busy()Tejun Heo1-20/+18
2024-06-21sched, sched_ext: Replace scx_next_task_picked() with sched_class->switch_class()Tejun Heo4-15/+16
2024-06-18sched_ext: Add selftestsDavid Vernet51-0/+3244
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo7-0/+580
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo6-26/+267
2024-06-18sched_ext: Implement core-sched supportTejun Heo7-20/+346
2024-06-18sched_ext: Bypass BPF scheduler while PM events are in progressTejun Heo1-0/+34
2024-06-18sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo10-12/+290
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet7-7/+240
2024-06-18sched_ext: Implement SCX_KICK_WAITDavid Vernet4-7/+85
2024-06-18sched_ext: Track tasks that are subjects of the in-flight SCX operationTejun Heo2-17/+76
2024-06-18sched_ext: Implement tickless supportTejun Heo7-13/+242
2024-06-18sched_ext: Add task state tracking operationsTejun Heo1-0/+105
2024-06-18sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo3-2/+38
2024-06-18sched_ext: Add a central scheduler which makes all scheduling decisions on one CPUTejun Heo3-1/+320
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo4-13/+227