summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Fix record failure when mixed with ARM SPE eventWei Li2020-07-311-4/+4
* perf tests: Fix test 68 zstd compression for s390Thomas Richter2020-07-311-1/+2
* s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter2020-07-211-1/+1
* perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo2020-07-171-4/+8
* perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo2020-07-061-1/+18
* perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter2020-07-061-2/+3
* perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter2020-07-061-1/+1
* perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-062-2/+3
* perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li2020-07-061-6/+11
* perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter2020-07-031-0/+4
* perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter2020-07-031-1/+2
* perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter2020-07-031-1/+2
* perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter2020-07-031-0/+1
* perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter2020-07-035-16/+29
* perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter2020-07-031-1/+1
* perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr2020-06-221-3/+5
* perf build: Fix error message when asking for -fsanitize=address without requ...Tiezhu Yang2020-06-181-0/+12
* perf script: Initialize zstd_dataMilian Wolff2020-06-171-0/+3
* perf pmu: Remove unused declarationIan Rogers2020-06-101-1/+0
* perf parse-events: Fix an old style declarationIan Rogers2020-06-091-1/+1
* perf parse-events: Fix an incompatible pointerIan Rogers2020-06-091-1/+1
* perf bpf: Fix bpf prologue generationSumanth Korikkar2020-06-091-4/+10
* perf probe: Fix user attribute access in kprobesSumanth Korikkar2020-06-092-3/+6
* perf stat: Fix NULL pointer dereferenceHongbo Yao2020-06-091-2/+2
* perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh2020-06-091-2/+1
* perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo2020-06-091-0/+1
* tools headers API: Update faccessat2 affected filesArnaldo Carvalho de Melo2020-06-091-0/+1
* perf tools: Remove some duplicated includesTiezhu Yang2020-06-025-5/+0
* perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter2020-06-021-0/+2
* perf stat: Ensure group is defined on top of the same cpu maskJiri Olsa2020-06-021-0/+55
* perf libdw: Fix off-by 1 relative directory includesIan Rogers2020-06-013-9/+9
* perf arm-spe: Support synthetic eventsTan Xiaojun2020-06-015-43/+1097
* perf auxtrace: Add four itrace optionsTan Xiaojun2020-06-013-2/+36
* perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun2020-06-015-2/+3
* perf test: Initialize memory in dwarf-unwindIan Rogers2020-06-012-0/+9
* perf tests: Don't tail call optimize in unwind testIan Rogers2020-06-011-5/+5
* perf build: Add a LIBPFM4=1 build test entryArnaldo Carvalho de Melo2020-05-291-0/+2
* perf tools: Add optional support for libpfm4Stephane Eranian2020-05-2919-8/+631
* perf tools: Correct license on jsmn JSON parserEd Maste2020-05-291-1/+1
* perf jit: Fix inaccurate DWARF line tableNick Gasson2020-05-291-2/+2
* perf jvmti: Remove redundant jitdump line table entriesNick Gasson2020-05-291-45/+33
* perf build: Add NO_SDT=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
* perf build: Add NO_LIBCRYPTO=1 to the default set of build testsArnaldo Carvalho de Melo2020-05-291-0/+1
* perf build: Add NO_SYSCALL_TABLE=1 to the build testsArnaldo Carvalho de Melo2020-05-291-1/+3
* perf build: Remove libaudit from the default feature checksArnaldo Carvalho de Melo2020-05-291-0/+1
* perf trace: Grow the syscall table as needed when using libauditArnaldo Carvalho de Melo2020-05-291-1/+27
* perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl...Arnaldo Carvalho de Melo2020-05-291-2/+2
* perf trace: Remove union from syscalltbl, all the fields are neededArnaldo Carvalho de Melo2020-05-291-8/+6
* perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variableArnaldo Carvalho de Melo2020-05-292-11/+16
* perf build: Group the NO_SYSCALL_TABLE logicArnaldo Carvalho de Melo2020-05-291-8/+15