summaryrefslogtreecommitdiffstats
path: root/tools/perf
AgeCommit message (Expand)Author
2020-10-01perf parse-events: Use strcmp() to compare the PMU nameJin Yao
2020-10-01perf tests: Fix test 68 zstd compression for s390Thomas Richter
2020-10-01perf kcore_copy: Fix module map when there are no modules loadedAdrian Hunter
2020-10-01perf metricgroup: Free metric_events on errorIan Rogers
2020-10-01perf util: Fix memory leak of prefix_if_not_inXie XiuQi
2020-10-01perf stat: Fix duration_time value for higher intervalsJiri Olsa
2020-10-01perf trace: Fix the selection for architectures to generate the errno name ta...Ian Rogers
2020-10-01perf evsel: Fix 2 memory leaksIan Rogers
2020-10-01perf mem2node: Avoid double free related to reallocIan Rogers
2020-10-01perf stat: Force error in fallback on :k eventsStephane Eranian
2020-10-01perf cpumap: Fix snprintf overflow checkChristophe JAILLET
2020-10-01perf parse-events: Fix 3 use after frees found with clang ASANIan Rogers
2020-10-01perf cs-etm: Correct synthesizing instruction samplesLeo Yan
2020-10-01perf cs-etm: Swap packets for instruction samplesLeo Yan
2020-10-01perf jevents: Fix leak of mapfile memoryJohn Garry
2020-10-01perf test: Fix test trace+probe_vfs_getname.sh on s390Thomas Richter
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 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 jevents: Fix suspicious code in fixregex()Namhyung Kim
2020-09-05perf record/stat: Explicitly call out event modifiers in the documentationKim Phillips
2020-08-26perf probe: Fix memory leakage when the probe point is not foundMasami Hiramatsu
2020-08-21perf bench mem: Always memset source before memcpyVincent Whitchurch
2020-08-21perf intel-pt: Fix duplicate branch after CBRAdrian Hunter
2020-08-21perf intel-pt: Fix FUP packet stateAdrian Hunter
2020-08-05perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo
2020-08-05perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo
2020-08-05perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo
2020-08-05perf tools: Fix record failure when mixed with ARM SPE eventWei Li
2020-07-22perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao
2020-07-16perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter
2020-07-16perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter
2020-07-16perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter
2020-07-16perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter
2020-07-16perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter
2020-07-16perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter
2020-07-16perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li
2020-06-24perf stat: Fix NULL pointer dereferenceHongbo Yao
2020-06-24perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh
2020-06-22perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter
2020-06-22perf symbols: Fix debuginfo search for UbuntuAdrian Hunter
2020-06-22perf probe: Check address correctness by map instead of _etextMasami Hiramatsu
2020-06-22perf probe: Fix to check blacklist address correctlyMasami Hiramatsu
2020-06-22perf probe: Do not show the skipped eventsMasami Hiramatsu
2020-06-17perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu
2020-06-03perf: Make perf able to build with latest libbfdChangbin Du
2020-04-21perf report: Fix no branch type statistics report issueJin Yao
2020-04-17perf tools: Support Python 3.8+ in MakefileSam Lunt