#!/bin/bash
perf record -e sched:sched_switch -e sched:sched_migrate_task "$@"
E-v0.0-v7.0'/>
2025-10-19T02:26:23Zsamples/bpf: Fix spelling typos in samples/bpf2025-10-19T02:26:23ZChu Guangqingchuguangqing@inspur.com2025-10-15T01:50:24Zurn:sha1:b74938a3bd3761f0797ad988eaab17efda5cfd83
do_hbm_test.sh:
The comment incorrectly used "upcomming" instead of "upcoming".
hbm.c
The comment incorrectly used "Managment" instead of "Management".
The comment incorrectly used "Currrently" instead of "Currently".
tcp_cong_kern.c
The comment incorrectly used "deteremined" instead of "determined".
tracex1.bpf.c
The comment incorrectly used "loobpack" instead of "loopback".
Signed-off-by: Chu Guangqing <chuguangqing@inspur.com>
Link: https://lore.kernel.org/r/20251015015024.2212-2-chuguangqing@inspur.com
Signed-off-by: Alexei Starovoitov <ast@kernel.org>