summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)Author
2020-11-01x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}()Dan Williams
2020-10-29perf trace: Fix off by ones in memset() after realloc() in arches using libauditJiri Slaby
2020-10-29perf stat: Skip duration_time in setup_system_wideJin Yao
2020-10-29perf intel-pt: Fix "context_switch event has no tid" errorAdrian Hunter
2020-10-29perf tools: Make GTK2 support opt-inArnaldo Carvalho de Melo
2020-09-23perf test: Free formats for perf pmu parse testNamhyung Kim
2020-09-23perf parse-event: Fix memory leak in evsel->unitNamhyung Kim
2020-09-23perf evlist: Fix cpu/thread map leakNamhyung Kim
2020-09-23perf metric: Fix some memory leaksNamhyung Kim
2020-09-23perf test: Free aliases for PMU event map aliases testNamhyung Kim
2020-09-23perf record: Don't clear event's period if set by a termIan Rogers
2020-09-23perf test: Fix the "signal" test inline assemblyJiri Olsa
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