aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2021-01-21libbpf: Use string table index from index table if neededJiri Olsa1-2/+10
2021-01-21objtool: Don't fail on missing symbol tableJosh Poimboeuf1-2/+5
2021-01-21objtool: Don't fail the kernel build on fatal errorsJosh Poimboeuf1-9/+5
2021-01-21selftests: kselftest_harness.h: partially fix kernel-doc markupsMauro Carvalho Chehab1-11/+15
2021-01-21perf script: Fix overrun issue for dynamically-allocated PMU type numberJin Yao1-1/+17
2021-01-21perf metricgroup: Fix system PMU metricsJohn Garry1-3/+2
2021-01-21perf metricgroup: Fix for metrics containing duration_timeJohn Garry1-2/+9
2021-01-21perf evlist: Fix id index for heterogeneous systemsAdrian Hunter1-13/+4
2021-01-21Merge tag 'gpio-fixes-for-v5.11-rc5' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-4/+5
2021-01-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...Jakub Kicinski1-1/+44
2021-01-21tools/rcutorture: Fix position of -lgcc in mkinitrd.shWilly Tarreau1-1/+1
2021-01-21tools/nolibc: Fix position of -lgcc in the documented exampleWilly Tarreau1-1/+1
2021-01-21tools/nolibc: Emit detailed error for missing alternate syscall number defini...Willy Tarreau1-13/+39
2021-01-21tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*Willy Tarreau1-8/+0
2021-01-21tools/nolibc: Get timeval, timespec and timezone from linux/time.hWilly Tarreau1-18/+1
2021-01-21tools/nolibc: Implement poll() based on ppoll()Willy Tarreau1-0/+10
2021-01-21tools/nolibc: Implement fork() based on clone()Willy Tarreau1-0/+10
2021-01-21tools/nolibc: Make getpgrp() fall back to getpgid(0)Willy Tarreau1-1/+19
2021-01-21tools/nolibc: Make dup2() rely on dup3() when availableWilly Tarreau1-0/+26
2021-01-21tools/nolibc: Add the definition for dup()Willy Tarreau1-0/+12
2021-01-20bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev7-3/+409
2021-01-20bpf: Permit size-0 datasecYonghong Song1-0/+21
2021-01-20selftests: bpf: Add a new test for bare tracepointsQais Yousef5-1/+69
2021-01-20selftests/bpf: Add verifier tests for x64 jit jump paddingGary Lin2-0/+96
2021-01-20bpf, selftests: Fold test_current_pid_tgid_new_ns into test_progs.Carlos Neira5-240/+70
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-314/+333
2021-01-20Merge tag 'net-5.11-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-104/+102
2021-01-20Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo46-682/+992
2021-01-20perf tools: Add 'ping' control commandJiri Olsa5-0/+9
2021-01-20perf tools: Add 'stop' control commandJiri Olsa5-0/+11
2021-01-20perf tools: Add 'evlist' control commandJiri Olsa8-6/+59
2021-01-20perf tools: Allow to enable/disable events via control fileJiri Olsa4-14/+67
2021-01-20perf config: Make perf_config_global() globalJiri Olsa2-1/+2
2021-01-20perf config: Make perf_config_system() globalJiri Olsa2-1/+2
2021-01-20perf config: Add perf_home_perfconfig functionJiri Olsa2-36/+54
2021-01-20perf debug: Add debug_set_display_time functionJiri Olsa2-3/+32
2021-01-20perf config: Add config set interfaceJiri Olsa2-5/+26
2021-01-20perf config: Make perf_config_from_file() staticJiri Olsa2-2/+1
2021-01-20perf test: Add test case for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian1-0/+4
2021-01-20perf report: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian5-0/+32
2021-01-20perf script: Add support for PERF_SAMPLE_CODE_PAGE_SIZEStephane Eranian3-3/+15
2021-01-20perf record: Add support for PERF_SAMPLE_CODE_PAGE_SIZEKan Liang8-2/+34
2021-01-20perf mem: Support data page sizeKan Liang2-1/+22
2021-01-20perf mem: Clean up output formatKan Liang1-55/+38
2021-01-20perf cs-etm: Update ARM's CoreSight hardware tracing OpenCSD library to v1.0.0James Clark2-13/+6
2021-01-20perf c2c: Add local variables for output metricsLeo Yan1-26/+33
2021-01-20perf c2c: Refactor node displayLeo Yan1-13/+20
2021-01-20perf c2c: Fix argument type for percent()Leo Yan1-1/+1
2021-01-20perf c2c: Refactor display filterLeo Yan1-15/+15
2021-01-20perf c2c: Refactor hist entry validationLeo Yan1-7/+23