summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-06-16selftests: net: more strict check in net_helperPaolo Abeni1-4/+7
2024-06-16selftests/mm: fix build warnings on ppc64Michael Ellerman2-0/+2
2024-06-16selftests/mm: compaction_test: fix incorrect write of zero to nr_hugepagesDev Jain1-0/+2
2024-06-16rtla/timerlat: Fix histogram report when a cpu count is 0John Kacur1-18/+42
2024-06-16selftests: net: List helper scripts in TEST_FILES Makefile variablePo-Hsu Lin1-3/+2
2024-06-16selftests: net: included needed helper in the install targetsPo-Hsu Lin1-0/+1
2024-06-16selftests/net: synchronize udpgro tests' tx and rx connectionPo-Hsu Lin4-11/+34
2024-06-12perf sched timehist: Fix -g/--call-graph option failureYang Jihong1-2/+5
2024-06-12perf evlist: Add perf_evlist__go_system_wide() helperYang Jihong2-0/+11
2024-06-12perf util: Add a function for replacing characters in a stringJames Clark6-0/+83
2024-06-12net/sched: taprio: extend minimum interval restriction to entire cycle tooVladimir Oltean1-0/+22
2024-06-12net/sched: taprio: make q->picos_per_byte available to fill_sched_entry()Vladimir Oltean1-0/+22
2024-06-12selftests: mptcp: join: mark 'fail' tests as flakyMatthieu Baerts (NGI0)1-0/+2
2024-06-12selftests: mptcp: add ms units for tc-netem delayGeliang Tang2-5/+5
2024-06-12selftests: mptcp: simult flows: mark 'unbalanced' tests as flakyMatthieu Baerts (NGI0)1-3/+3
2024-06-12bpf: Fix potential integer overflow in resolve_btfidsFriedrich Vock1-1/+1
2024-06-12selftests: net: kill smcrouted in the cleanup logic in amt.shTaehee Yoo1-1/+7
2024-06-12selftests/powerpc/dexcr: Add -no-pie to hashchk testsBenjamin Gray1-1/+1
2024-06-12tools/arch/x86/intel_sdsi: Fix meter_certificate decodingDavid E. Box1-3/+4
2024-06-12tools/arch/x86/intel_sdsi: Fix meter_show displayDavid E. Box1-10/+19
2024-06-12tools/arch/x86/intel_sdsi: Fix maximum meter bundle lengthDavid E. Box1-4/+8
2024-06-12perf pmu: Count sys and cpuid JSON events separatelyIan Rogers2-23/+53
2024-06-12perf pmu: Assume sysfs events are always the same caseIan Rogers1-5/+26
2024-06-12perf tools: Add/use PMU reverse lookup from config to nameIan Rogers4-2/+37
2024-06-12perf tools: Use pmus to describe type from attributeIan Rogers1-5/+11
2024-06-12perf pmu: "Compat" supports regular expression matching identifiersJing Zhang2-2/+26
2024-06-12perf pmu: Move pmu__find_core_pmu() to pmus.cJames Clark6-24/+25
2024-06-12perf test: Add a test for strcmp_cpuid_str() expressionJames Clark1-4/+27
2024-06-12perf stat: Don't display metric header for non-leader uncore eventsIan Rogers1-0/+3
2024-06-12perf daemon: Fix file leak in daemon_session__controlSamasth Norway Ananda1-2/+2
2024-06-12libsubcmd: Fix parse-options memory leakIan Rogers1-3/+5
2024-06-12perf symbols: Fix ownership of string in dso__load_vmlinux()James Clark1-3/+8
2024-06-12perf maps: Move symbol maps functions to maps.cIan Rogers4-249/+250
2024-06-12perf thread: Fixes to thread__new() related to initializing commIan Rogers1-9/+5
2024-06-12perf report: Avoid SEGV in report__setup_sample_type()Ian Rogers1-1/+1
2024-06-12perf ui browser: Avoid SEGV on titleIan Rogers1-1/+1
2024-06-12perf ui browser: Don't save pointer to stack memoryIan Rogers2-2/+4
2024-06-12perf bench internals inject-build-id: Fix trap divide when collecting just on...He Zhe1-1/+1
2024-06-12perf intel-pt: Fix unassigned instruction op (discovered by MemorySanitizer)Adrian Hunter2-0/+4
2024-06-12perf test shell arm_coresight: Increase buffer size for Coresight basic testsJames Clark1-1/+1
2024-06-12perf docs: Document bpf event modifierIan Rogers1-0/+1
2024-06-12perf bench uprobe: Remove lib64 from libc.so.6 binary pathIan Rogers1-1/+1
2024-06-12perf record: Fix debug message placement for test consumptionAdrian Hunter1-2/+2
2024-06-12perf record: Move setting tracking events before record__init_thread_masks()Yang Jihong3-30/+47
2024-06-12perf evlist: Add evlist__findnew_tracking_event() helperYang Jihong3-8/+22
2024-06-12perf tests: Apply attributes to all events in object code reading testJames Clark1-5/+5
2024-06-12perf tests: Make "test data symbol" more robust on Neoverse N1James Clark1-0/+16
2024-06-12perf annotate: Fix annotation_calc_lines() to pass correct address to get_src...Namhyung Kim1-4/+6
2024-06-12perf annotate: Use global annotation_optionsNamhyung Kim8-89/+71
2024-06-12perf top: Convert to the global annotation_optionsNamhyung Kim2-23/+22