summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)AuthorFilesLines
2020-11-30perf evsel: Convert last 'struct evsel' methods to the right evsel__ prefixArnaldo Carvalho de Melo5-61/+41
2020-11-30perf test: Add shadow stat testNamhyung Kim1-0/+80
2020-11-30Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo118-674/+3734
2020-11-27perf probe: Change function definition check due to broken DWARFMasami Hiramatsu2-4/+19
2020-11-27perf probe: Fix to die_entrypc() returns error correctlyMasami Hiramatsu1-0/+8
2020-11-27perf stat: Use proper cpu for shadow statsNamhyung Kim1-4/+1
2020-11-27perf record: Synthesize cgroup events only if neededNamhyung Kim1-0/+3
2020-11-27perf diff: Fix error return value in __cmd_diff()Zhen Lei1-1/+3
2020-11-27perf tools: Update copy of libbpf's hashmap.cArnaldo Carvalho de Melo1-6/+9
2020-11-27perf build-id: Add build_id_cache__add functionJiri Olsa2-15/+29
2020-11-27perf build-id: Add __perf_session__cache_build_ids functionJiri Olsa2-2/+11
2020-11-27perf build-id: Use machine__for_each_dso in perf_session__cache_build_idsJiri Olsa1-25/+16
2020-11-27perf data: Add is_perf_data functionJiri Olsa2-0/+20
2020-11-27perf symbols: Try to load vmlinux from buildid databaseJiri Olsa3-3/+28
2020-11-27perf tools: Use struct extra_kernel_map in machine__process_kernel_mmap_eventJiri Olsa1-29/+33
2020-11-27perf build-id: Add check for existing link in buildid dirJiri Olsa1-1/+18
2020-11-27perf tools: Add filename__decompress functionJiri Olsa2-12/+21
2020-11-27perf tools: Add build_id__is_defined functionJiri Olsa2-0/+7
2020-11-27tools lib: Adopt memchr_inv() from kernelJiri Olsa2-0/+59
2020-11-26perf arm-spe: Add support for ARMv8.3-SPEWei Li2-2/+50
2020-11-26perf arm_spe: Decode memory tagging propertiesAndre Przywara2-1/+7
2020-11-26perf arm-spe: Add more sub classes for operation packetLeo Yan1-2/+16
2020-11-26perf arm-spe: Refactor operation packet handlingLeo Yan2-12/+37
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_op_type()Leo Yan1-34/+45
2020-11-26perf arm-spe: Remove size condition checking for eventsLeo Yan2-14/+9
2020-11-26perf arm-spe: Refactor event type handlingLeo Yan3-28/+29
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_event()Leo Yan1-26/+37
2020-11-26perf arm-spe: Refactor counter packet handlingLeo Yan2-5/+11
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_counter()Leo Yan1-15/+28
2020-11-26perf arm-spe: Refactor context packet handlingLeo Yan2-1/+4
2020-11-26perf arm_spe: Fixup top byte for data virtual addressLeo Yan1-3/+17
2020-11-26perf arm-spe: Refactor address packet handlingLeo Yan3-42/+48
2020-11-26perf arm-spe: Add new function arm_spe_pkt_desc_addr()Leo Yan1-26/+38
2020-11-26perf arm-spe: Refactor packet header parsingLeo Yan2-51/+61
2020-11-26perf arm-spe: Refactor printing string to bufferLeo Yan2-153/+151
2020-11-21Merge tag 'seccomp-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-4/+4
2020-11-20selftests/seccomp: sh: Fix register namesKees Cook1-2/+2
2020-11-20selftests/seccomp: powerpc: Fix typo in macro variable nameKees Cook1-2/+2
2020-11-20Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds10-20/+169
2020-11-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2-2/+3
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski10-20/+169
2020-11-19selftest/bpf: Test bpf_probe_read_user_str() strips trailing bytes after NULDaniel Xu2-0/+96
2020-11-19Merge tag 'powerpc-cve-2020-4788' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-67/+265
2020-11-19libbpf: Fix VERSIONED_SYM_COUNT number parsingJiri Olsa1-0/+2
2020-11-19selftests/powerpc: refactor entry and rfi_flush testsDaniel Axtens6-120/+96
2020-11-19selftests/powerpc: entry flush testDaniel Axtens3-1/+200
2020-11-19selftests/powerpc: rfi_flush: disable entry flush if presentRussell Currey1-6/+29
2020-11-18Merge tag 'linux-kselftest-kunit-fixes-5.10-rc5' of git://git.kernel.org/pub/...Linus Torvalds5-38/+64
2020-11-18tools/testing/scatterlist: Fix test to compile and runMaor Gottlieb2-2/+3
2020-11-17Merge tag 'perf-tools-fixes-for-v5.10-2020-11-17' of git://git.kernel.org/pub...Linus Torvalds9-25/+34