aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2022-10-31memblock test: Update TODO listShaoqin Huang1-9/+2
2022-10-31memblock test: Add test to memblock_reserve() 129th regionShaoqin Huang1-0/+91
2022-10-31memblock test: Add test to memblock_add() 129th regionShaoqin Huang3-3/+103
2022-10-30Merge tag 'char-misc-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+4
2022-10-30selftests: pidfd: Fix compling warningsLi Zhijian3-2/+4
2022-10-30ksefltests: pidfd: Fix wait_states: Test terminated by timeoutLi Zhijian1-0/+10
2022-10-28Merge tag 'pm-6.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds3-122/+118
2022-10-28selftests/nolibc: Always rebuild the sysroot when running a testWilly Tarreau1-0/+3
2022-10-28selftests/nolibc: Add 7 tests for memcmp()Willy Tarreau1-0/+7
2022-10-28tools/nolibc/string: Fix memcmp() implementationRasmus Villemoes1-2/+2
2022-10-28tools/nolibc: Fix missing strlen() definition and infinite loop with gcc-12Willy Tarreau1-5/+8
2022-10-28ACPICA: Finish support for the CDAT tableBob Moore1-1/+3
2022-10-28KVM: selftests: Mark "guest_saw_irq" as volatile in xen_shinfo_testSean Christopherson1-1/+1
2022-10-28KVM: selftests: Add tests in xen_shinfo_test to detect lock racesMichal Luczaj1-0/+140
2022-10-28selftests/ftrace: Convert tracer tests to use 'requires' to specify program d...Naveen N. Rao2-12/+2
2022-10-28selftests/ftrace: Add check for ping command for trigger testsNaveen N. Rao10-10/+16
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski28-104/+764
2022-10-27Merge tag 'net-6.1-rc3-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-0/+583
2022-10-27perf bpf: No need to include compiler.h when HAVE_LIBBPF_SUPPORT is trueArnaldo Carvalho de Melo1-1/+2
2022-10-27perf tools: Make quiet mode consistent between toolsJames Clark16-26/+25
2022-10-27perf tools: Fix "kernel lock contention analysis" test by not printing warnin...James Clark1-0/+5
2022-10-27perf test: Do not set TEST_SKIP for record subtestsNamhyung Kim1-12/+0
2022-10-27perf test: Test record with --threads optionNamhyung Kim1-2/+28
2022-10-27perf test: Add target workload test in 'perf record' testsNamhyung Kim1-0/+18
2022-10-27perf test: Add system-wide mode in 'perf record' testsNamhyung Kim1-0/+21
2022-10-27perf test: Wait for a new thread when testing --per-thread recordNamhyung Kim1-0/+27
2022-10-27perf test: Use a test program in 'perf record' testsNamhyung Kim1-4/+60
2022-10-27perf test: Fix shellcheck issues in the record testNamhyung Kim1-9/+9
2022-10-27perf test: Do not use instructions:u explicitlyNamhyung Kim1-5/+5
2022-10-27perf scripts python: intel-pt-events.py: Add ability interleave outputAdrian Hunter2-3/+74
2022-10-27perf event: Drop perf_regs.h include, not needed anymoreArnaldo Carvalho de Melo1-2/+0
2022-10-27perf scripting python: Add missing util/perf_regs.h include to get perf_reg_n...Arnaldo Carvalho de Melo1-0/+1
2022-10-27perf arch x86: Add missing stdlib.h to get free() prototypeArnaldo Carvalho de Melo2-0/+2
2022-10-27perf unwind arm64: Remove needless event.h & thread.h includesArnaldo Carvalho de Melo1-2/+4
2022-10-27perf config: Add missing newline on pr_warning() call in home_perfconfig()Yang Jihong1-2/+2
2022-10-27perf daemon: Complete list of supported subcommand in help messageYang Jihong1-1/+1
2022-10-27perf stat: Remove unused perf_counts.aggr fieldNamhyung Kim3-35/+6
2022-10-27perf stat: Display percore events properlyNamhyung Kim2-18/+25
2022-10-27perf stat: Display event stats using aggr countsNamhyung Kim3-386/+49
2022-10-27perf stat: Add perf_stat_process_shadow_stats()Namhyung Kim3-24/+28
2022-10-27perf stat: Add perf_stat_process_percore()Namhyung Kim3-0/+75
2022-10-27perf stat: Add perf_stat_merge_counters()Namhyung Kim3-0/+100
2022-10-27perf stat: Split process_counters() to share it with process_stat_round_event()Namhyung Kim1-9/+13
2022-10-27perf stat: Reset aggr counts for each intervalNamhyung Kim3-3/+21
2022-10-27perf stat: Allocate aggr counts for recorded dataNamhyung Kim3-13/+48
2022-10-27perf stat: Aggregate per-thread stats using evsel->stats->aggrNamhyung Kim2-2/+53
2022-10-27perf stat: Factor out evsel__count_has_error()Namhyung Kim1-2/+20
2022-10-27perf stat: Aggregate events using evsel->stats->aggrNamhyung Kim4-23/+41
2022-10-27perf stat: Allocate evsel->stats->aggr properlyNamhyung Kim6-10/+16
2022-10-27perf stat: Add struct perf_stat_aggr to perf_stat_evselNamhyung Kim2-7/+46