aboutsummaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
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
2021-01-20perf c2c: Rename for shared cache line statsLeo Yan1-7/+7
2021-01-20perf stat: Enable counting events for BPF programsSong Liu14-18/+645
2021-01-20arm64: mte: style: Simplify bool comparisonYANG LI1-1/+1
2021-01-19selftests: forwarding: Fix spelling mistake "succeded" -> "succeeded"Colin Ian King1-2/+2
2021-01-19selftests: net: fib_tests: remove duplicate log testHangbin Liu1-1/+0
2021-01-20selftests/powerpc: Only test lwm/stmw on big endianMichael Ellerman1-1/+4
2021-01-19selftests/powerpc: Fix exit status of pkey testsSandipan Das2-2/+2
2021-01-18tools: gpio: fix %llu warning in gpio-watch.cKent Gibson1-2/+3
2021-01-18tools: gpio: fix %llu warning in gpio-event-mon.cKent Gibson1-2/+2
2021-01-17Merge tag 'perf-tools-fixes-2021-01-17' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds12-208/+224
2021-01-15GTP: add support for flow based tunneling APIPravin B Shelar1-0/+1
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski35-155/+1407
2021-01-15kunit: tool: move kunitconfig parsing into __init__, make it optionalDaniel Latypov2-28/+17
2021-01-15kunit: tool: fix minor typing issue with None statusDaniel Latypov1-9/+8
2021-01-15kunit: tool: surface and address more typing issuesDaniel Latypov5-52/+54
2021-01-15kunit: tool: Fix spelling of "diagnostic" in kunit_parserDavid Gow1-12/+12
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-103/+102
2021-01-15Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-2/+2
2021-01-15perf inject: Correct event attribute sizesAl Grant1-0/+8
2021-01-15perf intel-pt: Fix 'CPU too large' errorAdrian Hunter2-3/+3
2021-01-15perf stat: Take cgroups into account for shadow statsNamhyung Kim1-7/+19
2021-01-15perf stat: Introduce struct runtime_stat_dataNamhyung Kim1-173/+173
2021-01-15libperf tests: Fail when failing to get a tracepoint idIan Rogers1-0/+1
2021-01-15libperf tests: If a test fails return non-zeroIan Rogers4-4/+4
2021-01-15libperf tests: Avoid uninitialized variable warningIan Rogers1-2/+2
2021-01-15perf test: Fix shadow stat test for non-bash shellsNamhyung Kim1-16/+14
2021-01-15tools headers: Syncronize linux/build_bug.h with the kernel sourcesArnaldo Carvalho de Melo1-5/+0
2021-01-15tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo1-0/+2
2021-01-15perf bpf examples: Fix bpf.h header include directive in 5sec.c exampleArnaldo Carvalho de Melo1-1/+1
2021-01-15perf build: Support build BPF skeletons with perfSong Liu5-3/+63
2021-01-15bpftool: Add Makefile target bootstrapSong Liu1-0/+2