summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2020-07-06perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo
2020-07-06perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter
2020-07-06perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter
2020-07-06perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter
2020-07-06perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li
2020-07-03perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter
2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter
2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter
2020-07-03perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter
2020-07-03perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter
2020-07-03perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter
2020-06-22perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr
2020-06-18perf build: Fix error message when asking for -fsanitize=address without requ...Tiezhu Yang
2020-06-17perf script: Initialize zstd_dataMilian Wolff
2020-06-10perf pmu: Remove unused declarationIan Rogers
2020-06-09perf parse-events: Fix an old style declarationIan Rogers
2020-06-09perf parse-events: Fix an incompatible pointerIan Rogers
2020-06-09perf bpf: Fix bpf prologue generationSumanth Korikkar
2020-06-09perf probe: Fix user attribute access in kprobesSumanth Korikkar
2020-06-09perf stat: Fix NULL pointer dereferenceHongbo Yao
2020-06-09perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh
2020-06-09perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo
2020-06-09tools headers API: Update faccessat2 affected filesArnaldo Carvalho de Melo
2020-06-02perf tools: Remove some duplicated includesTiezhu Yang
2020-06-02perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter
2020-06-02perf stat: Ensure group is defined on top of the same cpu maskJiri Olsa
2020-06-01perf libdw: Fix off-by 1 relative directory includesIan Rogers
2020-06-01perf arm-spe: Support synthetic eventsTan Xiaojun
2020-06-01perf auxtrace: Add four itrace optionsTan Xiaojun
2020-06-01perf tools: Move arm-spe-pkt-decoder.h/c to the new dirTan Xiaojun
2020-06-01perf test: Initialize memory in dwarf-unwindIan Rogers
2020-06-01perf tests: Don't tail call optimize in unwind testIan Rogers
2020-05-29perf build: Add a LIBPFM4=1 build test entryArnaldo Carvalho de Melo
2020-05-29perf tools: Add optional support for libpfm4Stephane Eranian
2020-05-29perf tools: Correct license on jsmn JSON parserEd Maste
2020-05-29perf jit: Fix inaccurate DWARF line tableNick Gasson
2020-05-29perf jvmti: Remove redundant jitdump line table entriesNick Gasson
2020-05-29perf build: Add NO_SDT=1 to the default set of build testsArnaldo Carvalho de Melo
2020-05-29perf build: Add NO_LIBCRYPTO=1 to the default set of build testsArnaldo Carvalho de Melo
2020-05-29perf build: Add NO_SYSCALL_TABLE=1 to the build testsArnaldo Carvalho de Melo
2020-05-29perf build: Remove libaudit from the default feature checksArnaldo Carvalho de Melo
2020-05-29perf trace: Grow the syscall table as needed when using libauditArnaldo Carvalho de Melo
2020-05-29perf trace: Use zalloc() to make sure all fields are zeroed in the syscalltbl...Arnaldo Carvalho de Melo
2020-05-29perf trace: Remove union from syscalltbl, all the fields are neededArnaldo Carvalho de Melo
2020-05-29perf build: Allow explicitely disabling the NO_SYSCALL_TABLE variableArnaldo Carvalho de Melo
2020-05-29perf build: Group the NO_SYSCALL_TABLE logicArnaldo Carvalho de Melo
2020-05-28perf intel-pt: Refine kernel decoding only warning messageAdrian Hunter
2020-05-28perf record: Respect --no-switch-eventsAdrian Hunter
2020-05-28perf script: Fix --call-trace for Intel PTAdrian Hunter
2020-05-28perf evlist: Disable 'immediate' events lastAdrian Hunter