summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* perf stat: Zero all the 'ena' and 'run' array slot stats for interval modeJin Yao2020-07-221-2/+4
* perf scripts python: exported-sql-viewer.py: Fix unexpanded 'Find' resultAdrian Hunter2020-07-161-0/+1
* perf scripts python: exported-sql-viewer.py: Fix zero id in call tree 'Find' ...Adrian Hunter2020-07-161-1/+2
* perf scripts python: exported-sql-viewer.py: Fix zero id in call graph 'Find'...Adrian Hunter2020-07-161-1/+2
* perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter2020-07-161-1/+1
* perf intel-pt: Fix PEBS sample for XMM registersAdrian Hunter2020-07-161-2/+3
* perf intel-pt: Fix recording PEBS-via-PT with registersAdrian Hunter2020-07-162-2/+3
* perf report TUI: Fix segmentation fault in perf_evsel__hists_browse()Wei Li2020-07-161-6/+11
* perf stat: Fix NULL pointer dereferenceHongbo Yao2020-06-241-2/+2
* perf report: Fix NULL pointer dereference in hists__fprintf_nr_sample_events()Gaurav Singh2020-06-241-2/+1
* perf symbols: Fix kernel maps for kcore and eBPFAdrian Hunter2020-06-221-0/+2
* perf symbols: Fix debuginfo search for UbuntuAdrian Hunter2020-06-224-0/+20
* perf probe: Check address correctness by map instead of _etextMasami Hiramatsu2020-06-221-12/+13
* perf probe: Fix to check blacklist address correctlyMasami Hiramatsu2020-06-221-6/+15
* perf probe: Do not show the skipped eventsMasami Hiramatsu2020-06-221-0/+3
* perf probe: Accept the instance number of kretprobe eventMasami Hiramatsu2020-06-171-2/+1
* perf: Make perf able to build with latest libbfdChangbin Du2020-06-031-1/+15
* perf report: Fix no branch type statistics report issueJin Yao2020-04-211-5/+4
* perf tools: Support Python 3.8+ in MakefileSam Lunt2020-04-171-1/+10
* perf map: Fix off by one in strncpy() size argumentdisconnect3d2020-04-021-1/+1
* tools: Let O= makes handle a relative path with -C optionMasami Hiramatsu2020-04-011-1/+1
* perf probe: Do not depend on dwfl_module_addrsym()Masami Hiramatsu2020-04-011-3/+8
* perf probe: Fix to delete multiple probe eventMasami Hiramatsu2020-04-011-0/+3
* perf bench futex-wake: Restore thread count default to online CPU countTommi Rantala2020-03-181-2/+2
* perf arm-spe: Fix endless record after being terminatedAdrian Hunter2020-03-121-1/+4
* perf cs-etm: Fix endless record after being terminatedWei Li2020-03-121-1/+4
* perf intel-bts: Fix endless record after being terminatedWei Li2020-03-121-1/+4
* perf intel-pt: Fix endless record after being terminatedWei Li2020-03-121-1/+4
* perf ui gtk: Add missing zalloc objectJiri Olsa2020-03-051-0/+5
* perf hists browser: Restore ESC as "Zoom out" of DSO/thread/etcArnaldo Carvalho de Melo2020-03-051-0/+1
* perf stat: Don't report a null stalled cycles per insn metricKim Phillips2020-02-191-6/+0
* perf report: Fix no libunwind compiled warning break s390 issueJin Yao2020-02-051-3/+3
* perf c2c: Fix return type for histogram sorting comparision functionsAndres Freund2020-02-051-4/+6
* perf map: No need to adjust the long name of modulesArnaldo Carvalho de Melo2020-01-261-26/+1
* perf script: Fix --reltime with --timeAndi Kleen2020-01-233-5/+32
* perf script: Allow --time with --reltimeAndi Kleen2020-01-231-5/+0
* perf probe: Fix wrong address verificationMasami Hiramatsu2020-01-231-22/+10
* perf report: Fix incorrectly added dimensions as switch perf data fileJin Yao2020-01-231-1/+4
* perf hists: Fix variable name's inconsistency in hists__for_each() macroYuya Fujita2020-01-231-2/+2
* perf vendor events s390: Remove name from L1D_RO_EXCL_WRITES descriptionEd Maste2020-01-171-1/+1
* perf header: Fix false warning when there are no duplicate cache entriesMichael Petlan2020-01-121-15/+6
* perf metricgroup: Fix printing event names of metric group with multiple eventsKajol Jain2020-01-121-2/+5
* perf callchain: Fix segfault in thread__resolve_callchain_sample()Adrian Hunter2020-01-091-1/+1
* perf regs: Make perf_reg_name() return "unknown" instead of NULLArnaldo Carvalho de Melo2020-01-041-1/+1
* perf script: Fix brstackinsn for AUXTRACEAdrian Hunter2020-01-041-1/+1
* perf diff: Use llabs() with 64-bit valuesArnaldo Carvalho de Melo2020-01-041-2/+2
* perf probe: Fix to show function entry line as probe-ableMasami Hiramatsu2019-12-312-1/+26
* perf session: Fix decompression of PERF_RECORD_COMPRESSED recordsAlexey Budankov2019-12-311-17/+27
* perf probe: Filter out instances except for inlined subroutine and subprogramMasami Hiramatsu2019-12-311-6/+13
* perf probe: Skip end-of-sequence and non statement linesMasami Hiramatsu2019-12-311-0/+7