summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2020-09-09perf bench: The do_run_multi_threaded() function must use IS_ERR(perf_session...YueHaibing1-2/+2
2020-09-09perf stat: Turn off summary for interval mode by defaultJin Yao3-3/+9
2020-09-09perf jevents: Fix suspicious code in fixregex()Namhyung Kim1-1/+1
2020-09-09perf intel-pt: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-09perf cs-etm: Fix corrupt data after perf inject fromAl Grant1-1/+8
2020-09-09perf top/report: Fix infinite loop in the TUI for grouped eventsArnaldo Carvalho de Melo1-1/+2
2020-09-09perf top: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setTiezhu Yang1-0/+2
2020-09-09perf sched timehist: Fix use of CPU list with summary optionDavid Ahern1-1/+5
2020-09-05perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips2-0/+8
2020-08-21perf bench mem: Always memset source before memcpyVincent Whitchurch1-10/+11
2020-08-21perf record: Skip side-band event setup if HAVE_LIBBPF_SUPPORT is not setJin Yao1-2/+2
2020-08-21perf evsel: Don't set sample_regs_intr/sample_regs_user for dummy eventJin Yao1-2/+4
2020-08-21perf tools: Fix term parsing for raw syntaxJiri Olsa4-9/+77
2020-08-21perf intel-pt: Fix duplicate branch after CBRAdrian Hunter1-2/+6
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter1-14/+7
2020-08-21perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu1-1/+1
2020-08-21perf probe: Fix wrong variable warning when the probe point is not foundMasami Hiramatsu1-0/+3
2020-07-31perf tools: Fix record failure when mixed with ARM SPE eventWei Li1-4/+4
2020-07-31perf tests: Fix test 68 zstd compression for s390Thomas Richter1-1/+2
2020-07-21s390/cpum_cf,perf: change DFLT_CCERROR counter nameThomas Richter1-1/+1
2020-07-17perf tools: Sync hashmap.h with libbpf'sArnaldo Carvalho de Melo1-4/+8
2020-07-06perf report TUI: Remove needless 'dummy' event from menuArnaldo Carvalho de Melo1-1/+18
2020-07-06perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter1-2/+3
2020-07-06perf intel-pt: Fix displaying PEBS-via-PT with registersAdrian Hunter1-1/+1
2020-07-06perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2-2/+3
2020-07-06perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li1-6/+11
2020-07-03perf scripts python: exported-sql-viewer.py: Fix time chart call treeAdrian Hunter1-0/+4
2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter1-1/+2
2020-07-03perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter1-1/+2
2020-07-03perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter1-0/+1
2020-07-03perf record: Fix duplicated sideband events with Intel PT system wide tracingAdrian Hunter5-16/+29
2020-07-03perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter1-1/+1
2020-06-22perf flamegraph: Explicitly set utf-8 encodingAndreas Gerstmayr1-3/+5
2020-06-18perf build: Fix error message when asking for -fsanitize=address without requ...Tiezhu Yang1-0/+12
2020-06-17perf script: Initialize zstd_dataMilian Wolff1-0/+3
2020-06-10perf pmu: Remove unused declarationIan Rogers1-1/+0
2020-06-09perf parse-events: Fix an old style declarationIan Rogers1-1/+1
2020-06-09perf parse-events: Fix an incompatible pointerIan Rogers1-1/+1
2020-06-09perf bpf: Fix bpf prologue generationSumanth Korikkar1-4/+10
2020-06-09perf probe: Fix user attribute access in kprobesSumanth Korikkar2-3/+6
2020-06-09perf stat: Fix NULL pointer dereferenceHongbo Yao1-2/+2
2020-06-09perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh1-2/+1
2020-06-09perf beauty: Add support to STATX_MNT_ID in the 'statx' syscall 'mask' argumentArnaldo Carvalho de Melo1-0/+1
2020-06-09tools headers API: Update faccessat2 affected filesArnaldo Carvalho de Melo1-0/+1
2020-06-02perf tools: Remove some duplicated includesTiezhu Yang5-5/+0
2020-06-02perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter1-0/+2
2020-06-02perf stat: Ensure group is defined on top of the same cpu maskJiri Olsa1-0/+55
2020-06-01perf libdw: Fix off-by 1 relative directory includesIan Rogers3-9/+9
2020-06-01perf arm-spe: Support synthetic eventsTan Xiaojun5-43/+1097
2020-06-01perf auxtrace: Add four itrace optionsTan Xiaojun3-2/+36