summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-02-13selftests/resctrl: Split show_cache_info() to test specific and generic partsIlpo Järvinen4-44/+66
2024-02-13selftests/resctrl: Split measure_cache_vals()Ilpo Järvinen3-27/+41
2024-02-13selftests/resctrl: Exclude shareable bits from schemata in CAT testIlpo Järvinen3-4/+99
2024-02-13selftests/resctrl: Create cache_portion_size() helperIlpo Järvinen3-9/+33
2024-02-13selftests/resctrl: Mark get_cache_size() cache_type constIlpo Järvinen2-2/+2
2024-02-13selftests/resctrl: Refactor get_cbm_mask() and rename to get_full_cbm()Ilpo Järvinen4-24/+41
2024-02-13selftests/resctrl: Refactor fill_buf functionsIlpo Järvinen2-43/+18
2024-02-13selftests/resctrl: Split fill_buf to allow tests finer-grained controlIlpo Järvinen1-6/+15
2024-02-13selftests/resctrl: Change function comments to say < 0 on errorIlpo Järvinen2-6/+6
2024-02-13selftests/resctrl: Don't use ctrlc_handler() outside signal handlingIlpo Järvinen1-1/+0
2024-02-13selftests/resctrl: Return -1 instead of errno on errorIlpo Järvinen7-14/+14
2024-02-13selftests/resctrl: Convert perror() to ksft_perror() or ksft_print_msg()Ilpo Järvinen9-70/+77
2024-02-13libbpf: Add support to GCC in CORE macro definitionsCupertino Miranda1-7/+38
2024-02-13bpf: Abstract loop unrolling pragmas in BPF selftestsJose E. Marchesi19-42/+102
2024-02-13selftests/bpf: Ensure fentry prog cannot attach to bpf_spin_{lock,unlcok}()Yonghong Song2-0/+57
2024-02-13selftests: net: more pmtu.sh fixesPaolo Abeni1-2/+2
2024-02-13selftests: net: more strict check in net_helperPaolo Abeni1-4/+7
2024-02-13selftests: net: cope with slow env in so_txtime.sh testPaolo Abeni1-4/+25
2024-02-13selftests: net: cope with slow env in gro.sh testPaolo Abeni1-0/+5
2024-02-13KVM: selftests: Print timer ctl register in ISTATUS assertionOliver Upton1-1/+1
2024-02-13selftests: net: ip_local_port_range: define IPPROTO_MPTCPMaxim Galaganov1-0/+4
2024-02-12KVM: selftests: Fix GUEST_PRINTF() format warnings in ARM codeSean Christopherson5-12/+12
2024-02-12perf maps: Locking tidy up of nr_mapsIan Rogers3-5/+11
2024-02-12perf maps: Hide maps internalsIan Rogers9-102/+124
2024-02-12perf maps: Get map before returning in maps__find_next_entryIan Rogers2-2/+4
2024-02-12perf maps: Get map before returning in maps__find_by_nameIan Rogers6-15/+25
2024-02-12perf maps: Get map before returning in maps__findIan Rogers7-27/+26
2024-02-12perf maps: Switch from rbtree to lazily sorted array for addressesIan Rogers4-484/+777
2024-02-12Merge branch 'perf-tools' into perf-tools-nextNamhyung Kim36-406/+677
2024-02-12selftests/net: Adding test cases of replacing routes and route advertisements.Kui-Feng Lee1-22/+129
2024-02-12selftests: net: ignore timing errors in txtimestamp if KSFT_MACHINE_SLOWPaolo Abeni1-1/+2
2024-02-12tools/rtla: Exit with EXIT_SUCCESS when help is invokedJohn Kacur4-4/+20
2024-02-12tools/rtla: Replace setting prio with nice for SCHED_OTHERlimingming32-3/+5
2024-02-12tools/rv: Fix curr_reactor uninitialized variableDaniel Bristot de Oliveira1-1/+1
2024-02-12tools/rv: Fix Makefile compiler options for clangDaniel Bristot de Oliveira1-1/+6
2024-02-12tools/rtla: Remove unused sched_getattr() functionDaniel Bristot de Oliveira1-6/+0
2024-02-12tools/rtla: Fix clang warning about mount_point var sizeDaniel Bristot de Oliveira1-1/+1
2024-02-12tools/rtla: Fix uninitialized bucket/data->bucket_size warningDaniel Bristot de Oliveira2-4/+2
2024-02-12tools/rtla: Fix Makefile compiler options for clangDaniel Bristot de Oliveira1-1/+6
2024-02-12bpf: Allow compiler to inline most of bpf_local_storage_lookup()Marco Elver3-49/+0
2024-02-11Merge tag 'mm-hotfixes-stable-2024-02-10-11-16' of git://git.kernel.org/pub/s...Linus Torvalds1-0/+1
2024-02-11selftests: tls: use exact comparison in recv_partialJakub Kicinski1-4/+4
2024-02-10perf srcline: Add missed addr2line closesIan Rogers1-0/+2
2024-02-10work around gcc bugs with 'asm goto' with outputsLinus Torvalds2-3/+3
2024-02-10perf stat: Support per-cluster aggregationYicong Yang12-9/+154
2024-02-10perf tools: Remove misleading comments on map functionsNamhyung Kim1-8/+0
2024-02-10perf thread_map: Free strlist on normal path in thread_map__new_by_tid_str()Yang Jihong1-1/+1
2024-02-10perf sched: Move curr_pid and cpu_last_switched initialization to perf_sched_...Yang Jihong1-33/+61
2024-02-10perf sched: Move curr_thread initialization to perf_sched__map()Yang Jihong1-7/+8
2024-02-10perf sched: Fix memory leak in perf_sched__map()Yang Jihong1-15/+26