aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2024-08-12perf annotate: Use perf_tool__init()Ian Rogers1-22/+20
2024-08-12perf stat: Use perf_tool__init()Ian Rogers1-9/+9
2024-08-12perf report: Use perf_tool__init()Ian Rogers1-28/+27
2024-08-12perf inject: Use perf_tool__init()Ian Rogers1-48/+43
2024-08-12perf script: Use perf_tool__init()Ian Rogers1-35/+30
2024-08-12perf c2c: Use perf_tool__init()Ian Rogers1-18/+13
2024-08-12perf record: Use perf_tool__init()Ian Rogers3-18/+31
2024-08-12perf evlist: Use perf_tool__init()Ian Rogers1-5/+5
2024-08-12perf lock: Use perf_tool__init()Ian Rogers1-19/+18
2024-08-12perf kvm: Use perf_tool__init()Ian Rogers1-9/+6
2024-08-12perf buildid-list: Use perf_tool__initIan Rogers5-35/+35
2024-08-12perf kmem: Use perf_tool__initIan Rogers1-9/+8
2024-08-12perf tool: Add perf_tool__init()Ian Rogers2-0/+59
2024-08-12perf tool: Move fill defaults into tool.cIan Rogers5-311/+331
2024-08-12perf tool: Constify tool pointersIan Rogers49-316/+314
2024-08-12perf s390-cpumsf: Remove unused structIan Rogers1-5/+0
2024-08-12perf auxtrace: Remove dummy toolsIan Rogers6-123/+41
2024-08-12perf inject: Fix leader sampling inserting additional samplesIan Rogers3-0/+5
2024-08-12perf annotate-data: Show first-level children by default in TUINamhyung Kim1-2/+10
2024-08-12perf annotate-data: Implement folding in TUI browserNamhyung Kim1-6/+92
2024-08-12perf annotate-data: Support folding in TUI browserNamhyung Kim1-23/+212
2024-08-12perf vendor events: SKX, CLX, SNR uncore cache event fixesIan Rogers3-117/+60
2024-08-12perf lock contention: Change stack_id type to s32Namhyung Kim2-2/+3
2024-08-12perf annotate-data: Fix a buffer overflow in TUI browserNamhyung Kim1-1/+2
2024-08-12selftests/nolibc: run-tests.sh: allow building through LLVMThomas Weißschuh1-2/+7
2024-08-12selftests/nolibc: use correct clang target for s390/systemzThomas Weißschuh1-0/+3
2024-08-12selftests/nolibc: don't use libgcc when building with clangThomas Weißschuh1-2/+9
2024-08-12selftests/nolibc: run-tests.sh: avoid overwriting CFLAGS_EXTRAThomas Weißschuh1-2/+5
2024-08-12selftests/nolibc: add cc-option compatible with clang cross buildsThomas Weißschuh1-2/+4
2024-08-12selftests/nolibc: add support for LLVM= parameterThomas Weißschuh1-3/+6
2024-08-12selftests/nolibc: determine $(srctree) firstThomas Weißschuh1-8/+8
2024-08-12selftests/nolibc: avoid passing NULL to printf("%s")Thomas Weißschuh1-2/+2
2024-08-12selftests/nolibc: report failure if no testcase passedThomas Weißschuh1-1/+1
2024-08-12tools/nolibc: compiler: use attribute((naked)) if availableThomas Weißschuh1-2/+7
2024-08-12tools/nolibc: move entrypoint specifics to compiler.hThomas Weißschuh10-18/+21
2024-08-12libbpf: Fix license for btf_relocate.cAlan Maguire1-1/+1
2024-08-12perf docs: Refine the description for the buffer sizeLeo Yan4-11/+12
2024-08-12perf script: add --addr2line optionMartin Liška3-1/+6
2024-08-12Merge 6.11-rc3 into char-misc-nextGreg Kroah-Hartman24-66/+333
2024-08-12perf tests pmu: Initialize all fields of test_pmu variableArnaldo Carvalho de Melo1-3/+3
2024-08-12Merge tag 'pull-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+35
2024-08-12selftests: drv-net: rss_ctx: test dumping RSS contextsJakub Kicinski2-2/+80
2024-08-12selftests: drv-net: rss_ctx: add identifier to traffic commentsJakub Kicinski1-2/+2
2024-08-11selftests: rust: config: disable GCC_PLUGINSAnders Roxell1-0/+1
2024-08-11selftests: rust: config: add trailing newlineAnders Roxell1-1/+1
2024-08-11mm/memblock: introduce a new helper memblock_estimated_nr_free_pages()Wei Yang1-0/+1
2024-08-10tools/nolibc: compiler: introduce __nolibc_has_attribute()Thomas Weißschuh1-7/+9
2024-08-10tools/nolibc: powerpc: limit stack-protector workaround to GCCThomas Weißschuh1-1/+1
2024-08-10tools/nolibc: mips: load current function to $t9Thomas Weißschuh1-1/+3
2024-08-10tools/nolibc: arm: use clang-compatible asm syntaxThomas Weißschuh1-2/+2