summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2020-09-09perf record: Correct the help info of option "--no-bpf-event"Wei Li
2020-09-09perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing
2020-09-09perf stat: Turn off summary for interval mode by defaultJin Yao
2020-09-09perf jevents: Fix suspicious code in fixregex()Namhyung Kim
2020-09-09perf intel-pt: Fix corrupt data after perf inject fromAl Grant
2020-09-09perf cs-etm: Fix corrupt data after perf inject fromAl Grant
2020-09-09perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo
2020-09-09perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setTiezhu Yang
2020-09-09perf sched timehist: Fix use of CPU list with summary optionDavid Ahern
2020-09-05perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips
2020-08-21perf bench mem: Always memset source before memcpyVincent Whitchurch
2020-08-21perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao
2020-08-21perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao
2020-08-21perf tools: Fix term parsing for raw syntaxJiri Olsa
2020-08-21perf intel-pt: Fix duplicate branch after CBRAdrian Hunter
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter
2020-08-21perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu
2020-08-21perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu
2020-07-31perf tools: Fix record failure when mixed with ARM SPE eventWei Li
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter
2020-07-21s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter
2020-07-17perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo
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