aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-11perf session: Correct buffer copying when peeking eventsLeo Yan1-0/+1
2021-06-04perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini1-0/+1
2021-06-04perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini1-0/+1
2021-06-04perf stat: Honor event config name on --no-mergeNamhyung Kim1-5/+3
2021-06-04perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim2-2/+3
2021-06-01perf test: Test 17 fails with make LIBPFM4=1 on s390 z/VMThomas Richter1-1/+1
2021-06-01perf stat: Fix error return code in bperf__load()Yu Kuai1-2/+4
2021-06-01perf record: Move probing cgroup sampling supportNamhyung Kim3-0/+17
2021-06-01perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei2-2/+9
2021-06-01perf tools: Copy uapi/asm/perf_regs.h from the kernel for MIPSTiezhu Yang2-1/+1
2021-05-28perf vendor events powerpc: Fix eventcode of power10 JSON eventsKajol Jain10-299/+299
2021-05-27perf stat: Fix error check for bpf_program__attachNamhyung Kim1-2/+2
2021-05-27perf debug: Move debug initialization earlierIan Rogers1-2/+2
2021-05-26perf jevents: Fix getting maximum number of fdsFelix Fietkau1-1/+1
2021-05-21perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu2-6/+10
2021-05-21perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter3-7/+8
2021-05-21perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter1-0/+5
2021-05-21perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter1-2/+3
2021-05-21perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top Calls by elapsed Time reportAdrian Hunter1-1/+1
2021-05-21tools headers UAPI: Sync files changed by the quotactl_path unwiringArnaldo Carvalho de Melo4-4/+4
2021-05-21perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo1-2/+7
2021-05-19perf tools: Add 'cgroup-switches' software eventNamhyung Kim2-0/+5
2021-05-19perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter1-1/+0
2021-05-19perf intel-pt: Fix sample instruction bytesAdrian Hunter1-1/+4
2021-05-19perf intel-pt: Fix transaction abort handlingAdrian Hunter1-1/+5
2021-05-19perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter2-3/+12
2021-05-17perf buildid-list: Initialize zstd_dataMilian Wolff1-0/+3
2021-05-10tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo3-3/+3
2021-05-10tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_settattr new syscallsArnaldo Carvalho de Melo4-0/+17
2021-05-10perf tools: Fix a build error on arm64 with clangMasami Hiramatsu1-1/+1
2021-05-10perf tools: Fix dynamic libbpf linkJiri Olsa2-0/+8
2021-05-10perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev1-2/+2
2021-05-10perf jevents: Silence warning for ArchStd filesIan Rogers1-2/+4
2021-05-10perf record: Disallow -c and -F option at the same timeNamhyung Kim1-1/+7
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linuxLinus Torvalds224-868/+9496
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2021-04-29perf build: Defer printing detected features to the end of all feature checksArnaldo Carvalho de Melo1-0/+7
2021-04-29perf build: Regenerate the FEATURE_DUMP file after extra feature checksJiri Olsa1-0/+6
2021-04-29perf session: Dump PERF_RECORD_TIME_CONV eventLeo Yan3-1/+46
2021-04-29perf session: Add swap operation for event TIME_CONVLeo Yan1-1/+14
2021-04-29perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan1-10/+20
2021-04-29perf tools: Enable libtraceevent dynamic linkingMichael Petlan2-2/+15
2021-04-29perf Documentation: Document intel-hybrid supportJin Yao3-0/+217
2021-04-29perf tests: Skip 'perf stat metrics (shadow stat) test' for hybridJin Yao1-0/+3
2021-04-29perf tests: Support 'Convert perf time to TSC' test for hybridJin Yao1-0/+12
2021-04-29perf tests: Support 'Session topology' test for hybridJin Yao1-2/+11
2021-04-29perf tests: Support 'Parse and process metrics' test for hybridJin Yao1-2/+6
2021-04-29perf tests: Support 'Track with sched_switch' test for hybridJin Yao1-1/+5
2021-04-29perf tests: Skip 'Setup struct perf_event_attr' test for hybridJin Yao1-0/+4
2021-04-29perf tests: Add hybrid cases for 'Roundtrip evsel->name' testJin Yao1-7/+12