summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* 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
* perf probe: Fix to show calling lines of inlined functionsMasami Hiramatsu2019-12-311-1/+9
* perf probe: Return a better scope DIE if there is no best scopeMasami Hiramatsu2019-12-311-1/+16
* perf probe: Skip overlapped location on searching variablesMasami Hiramatsu2019-12-311-0/+20
* perf parse: If pmu configuration fails free termsIan Rogers2019-12-311-1/+8
* perf tools: Splice events onto evlist even on errorIan Rogers2019-12-311-6/+11
* perf tools: Fix cross compile for ARM64John Garry2019-12-311-1/+2
* perf probe: Fix to probe a function which has no entry pcMasami Hiramatsu2019-12-311-1/+1
* perf probe: Fix to show inlined function callsite without entry_pcMasami Hiramatsu2019-12-311-1/+1
* perf probe: Fix to show ranges of variables in functions without entry_pcMasami Hiramatsu2019-12-311-2/+2
* perf probe: Fix to probe an inline function which has no entry pcMasami Hiramatsu2019-12-311-1/+1
* perf probe: Walk function lines in lexical blocksMasami Hiramatsu2019-12-311-5/+9
* perf jevents: Fix resource leak in process_mapfile() and main()Yunfeng Ye2019-12-311-2/+11
* perf probe: Fix to list probe event with correct line numberMasami Hiramatsu2019-12-311-2/+2
* perf cs-etm: Fix definition of macro TO_CS_QUEUE_NRLeo Yan2019-12-311-2/+2
* perf probe: Fix to find range-only function instanceMasami Hiramatsu2019-12-311-1/+5
* perf tests: Disable bp_signal testing for arm64Leo Yan2019-12-311-9/+6
* perf vendor events arm64: Fix Hisi hip08 DDRC PMU eventnameJohn Garry2019-12-311-1/+1
* perf test: Avoid infinite loop for task exit caseLeo Yan2019-12-311-0/+8
* perf report: Add warning when libunwind not compiled inJin Yao2019-12-311-0/+7
* perf test: Report failure for mmap eventsLeo Yan2019-12-311-0/+1
* perf tests: Fix out of bounds memory accessLeo Yan2019-12-171-0/+9
* perf script: Fix invalid LBR/binary mismatch errorAdrian Hunter2019-12-131-1/+1
* perf scripts python: exported-sql-viewer.py: Fix use of TRUE with SQLiteAdrian Hunter2019-12-131-2/+8
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2019-11-105-38/+14
|\
| * perf tools: Fix time sortingJiri Olsa2019-11-051-1/+1
| * perf tools: Remove unused trace_find_next_event()Steven Rostedt (VMware)2019-11-052-33/+0
| * perf scripting engines: Iterate on tep event arrays directlySteven Rostedt (VMware)2019-11-052-4/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-11-051-2/+4
|\ \ | |/ |/|