summaryrefslogtreecommitdiff
path: root/tools/perf
AgeCommit message (Expand)AuthorFilesLines
2020-08-05perf bench: Share some global variables to fix build with gcc 10Arnaldo Carvalho de Melo5-22/+23
2020-08-05perf env: Do not return pointers to local variablesArnaldo Carvalho de Melo1-2/+2
2020-08-05perf tests bp_account: Make global variable staticArnaldo Carvalho de Melo1-1/+1
2020-08-05perf tools: Fix record failure when mixed with ARM SPE eventWei Li1-4/+4
2020-07-22perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao1-2/+4
2020-07-16perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter1-0/+1
2020-07-16perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter1-1/+2
2020-07-16perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter1-1/+2
2020-07-16perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter1-1/+1
2020-07-16perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter1-2/+3
2020-07-16perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2-2/+3
2020-07-16perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li1-6/+11
2020-06-24perf stat: Fix NULL pointer dereferenceHongbo Yao1-2/+2
2020-06-24perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh1-2/+1
2020-06-22perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter1-0/+2
2020-06-22perf symbols: Fix debuginfo search for UbuntuAdrian Hunter4-0/+20
2020-06-22perf probe: Check address correctness by map instead of _etextMasami Hiramatsu1-12/+13
2020-06-22perf probe: Fix to check blacklist address correctlyMasami Hiramatsu1-6/+15
2020-06-22perf probe: Do not show the skipped eventsMasami Hiramatsu1-0/+3
2020-06-17perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu1-2/+1
2020-06-03perf: Make perf able to build with latest libbfdChangbin Du1-1/+15
2020-04-21perf report: Fix no branch type statistics report issueJin Yao1-5/+4
2020-04-17perf tools: Support Python 3.8+ in MakefileSam Lunt1-1/+10
2020-04-02perf map: Fix off by one in strncpy() size argumentdisconnect3d1-1/+1
2020-04-01tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu1-1/+1
2020-04-01perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu1-3/+8
2020-04-01perf probe: Fix to delete multiple probe eventMasami Hiramatsu1-0/+3
2020-03-18perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala1-2/+2
2020-03-12perf arm-spe: Fix endless record after being terminatedAdrian Hunter1-1/+4
2020-03-12perf cs-etm: Fix endless record after being terminatedWei Li1-1/+4
2020-03-12perf intel-bts: Fix endless record after being terminatedWei Li1-1/+4
2020-03-12perf intel-pt: Fix endless record after being terminatedWei Li1-1/+4
2020-03-05perf ui gtk: Add missing zalloc objectJiri Olsa1-0/+5
2020-03-05perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo1-0/+1
2020-02-19perf stat: Don't report a null stalled cycles per insn metricKim Phillips1-6/+0
2020-02-06perf report: Fix no libunwind compiled warning break s390 issueJin Yao1-3/+3
2020-02-06perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund1-4/+6
2020-01-26perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo1-26/+1
2020-01-23perf script: Fix --reltime with --timeAndi Kleen3-5/+32
2020-01-23perf script: Allow --time with --reltimeAndi Kleen1-5/+0
2020-01-23perf probe: Fix wrong address verificationMasami Hiramatsu1-22/+10
2020-01-23perf report: Fix incorrectly added dimensions as switch perf data fileJin Yao1-1/+4
2020-01-23perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita1-2/+2
2020-01-17perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES descriptionEd Maste1-1/+1
2020-01-12perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan1-15/+6
2020-01-12perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain1-2/+5
2020-01-09perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter1-1/+1
2020-01-04perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo1-1/+1
2020-01-04perf script: Fix brstackinsn for AUXTRACEAdrian Hunter1-1/+1
2020-01-04perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo1-2/+2