summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf beauty: Update copy of linux/socket.h with the kernel sourcesArnaldo Carvalho de Melo2021-06-191-2/+0
* perf test: Fix non-bash issue with stat bpf countersIan Rogers2021-06-191-2/+2
* perf machine: Fix refcount usage when processing PERF_RECORD_KSYMBOLRiccardo Mancini2021-06-191-1/+2
* perf metricgroup: Return error code from metricgroup__add_metric_sys_event_it...John Garry2021-06-191-3/+5
* perf metricgroup: Fix find_evsel_group() event selectorJohn Garry2021-06-191-3/+3
* perf session: Correct buffer copying when peeking eventsLeo Yan2021-06-111-0/+1
* perf env: Fix memory leak of bpf_prog_info_linear memberRiccardo Mancini2021-06-041-0/+1
* perf symbol-elf: Fix memory leak by freeing sdt_note.argsRiccardo Mancini2021-06-041-0/+1
* perf stat: Honor event config name on --no-mergeNamhyung Kim2021-06-041-5/+3
* perf evsel: Add missing cloning of evsel->use_config_nameNamhyung Kim2021-06-042-2/+3
* perf test: Test 17 fails with make LIBPFM4=1 on s390 z/VMThomas Richter2021-06-011-1/+1
* perf stat: Fix error return code in bperf__load()Yu Kuai2021-06-011-2/+4
* perf record: Move probing cgroup sampling supportNamhyung Kim2021-06-013-0/+17
* perf probe: Fix NULL pointer dereference in convert_variable_location()Li Huafei2021-06-012-2/+9
* perf tools: Copy uapi/asm/perf_regs.h from the kernel for MIPSTiezhu Yang2021-06-012-1/+1
* perf vendor events powerpc: Fix eventcode of power10 JSON eventsKajol Jain2021-05-2810-299/+299
* perf stat: Fix error check for bpf_program__attachNamhyung Kim2021-05-271-2/+2
* perf debug: Move debug initialization earlierIan Rogers2021-05-271-2/+2
* perf jevents: Fix getting maximum number of fdsFelix Fietkau2021-05-261-1/+1
* perf stat: Skip evlist__[enable|disable] when all events uses BPFSong Liu2021-05-212-6/+10
* perf script: Add missing PERF_IP_FLAG_CHARS for VM-Entry and VM-ExitAdrian Hunter2021-05-213-7/+8
* perf scripts python: exported-sql-viewer.py: Fix warning displayAdrian Hunter2021-05-211-0/+5
* perf scripts python: exported-sql-viewer.py: Fix Array TypeErrorAdrian Hunter2021-05-211-2/+3
* perf scripts python: exported-sql-viewer.py: Fix copy to clipboard from Top C...Adrian Hunter2021-05-211-1/+1
* tools headers UAPI: Sync files changed by the quotactl_path unwiringArnaldo Carvalho de Melo2021-05-214-4/+4
* perf parse-events: Check if the software events array slots are populatedArnaldo Carvalho de Melo2021-05-211-2/+7
* perf tools: Add 'cgroup-switches' software eventNamhyung Kim2021-05-192-0/+5
* perf intel-pt: Remove redundant setting of ptq->insn_lenAdrian Hunter2021-05-191-1/+0
* perf intel-pt: Fix sample instruction bytesAdrian Hunter2021-05-191-1/+4
* perf intel-pt: Fix transaction abort handlingAdrian Hunter2021-05-191-1/+5
* perf test: Fix libpfm4 support (63) test error for nested event groupsThomas Richter2021-05-192-3/+12
* perf buildid-list: Initialize zstd_dataMilian Wolff2021-05-171-0/+3
* tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo2021-05-103-3/+3
* tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...Arnaldo Carvalho de Melo2021-05-104-0/+17
* perf tools: Fix a build error on arm64 with clangMasami Hiramatsu2021-05-101-1/+1
* perf tools: Fix dynamic libbpf linkJiri Olsa2021-05-102-0/+8
* perf session: Fix swapping of cpu_map and stat_config recordsDmitry Koshelev2021-05-101-2/+2
* perf jevents: Silence warning for ArchStd filesIan Rogers2021-05-101-2/+4
* perf record: Disallow -c and -F option at the same timeNamhyung Kim2021-05-101-1/+7
* Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-05-01224-868/+9496
|\
| * perf build: Defer printing detected features to the end of all feature checksArnaldo Carvalho de Melo2021-04-291-0/+7
| * perf build: Regenerate the FEATURE_DUMP file after extra feature checksJiri Olsa2021-04-291-0/+6
| * perf session: Dump PERF_RECORD_TIME_CONV eventLeo Yan2021-04-293-1/+46
| * perf session: Add swap operation for event TIME_CONVLeo Yan2021-04-291-1/+14
| * perf jit: Let convert_timestamp() to be backwards-compatibleLeo Yan2021-04-291-10/+20
| * perf tools: Enable libtraceevent dynamic linkingMichael Petlan2021-04-292-2/+15
| * perf Documentation: Document intel-hybrid supportJin Yao2021-04-293-0/+217
| * perf tests: Skip 'perf stat metrics (shadow stat) test' for hybridJin Yao2021-04-291-0/+3
| * perf tests: Support 'Convert perf time to TSC' test for hybridJin Yao2021-04-291-0/+12
| * perf tests: Support 'Session topology' test for hybridJin Yao2021-04-291-2/+11