summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)AuthorFilesLines
2019-05-16perf tools: Fix map reference countingJiri Olsa1-3/+1
2019-05-04perf machine: Update kernel map address and re-order properlyWei Li1-12/+20
2019-05-04perf cs-etm: Add missing case valueSolomon Tan1-0/+1
2019-04-20perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo1-0/+1
2019-04-20perf top: Fix global-buffer-overflow issueChangbin Du1-0/+2
2019-04-20perf maps: Purge all maps from the 'names' treeChangbin Du1-0/+15
2019-04-20perf map: Remove map from 'names' tree in __maps__remove()Changbin Du1-0/+3
2019-04-20perf hist: Add missing map__put() in error caseChangbin Du1-1/+3
2019-04-20perf build-id: Fix memory leak in print_sdt_events()Changbin Du2-0/+2
2019-04-20perf config: Fix a memory leak in collect_config()Changbin Du1-2/+1
2019-04-20perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du1-0/+1
2019-04-20perf stat: Fix --no-scaleAndi Kleen2-10/+5
2019-04-05perf script python: Add trace_context extension module to sys.modulesTony Jones1-3/+9
2019-04-05perf script python: Use PyBytes for attr in trace-event-pythonTony Jones1-2/+1
2019-04-05perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter1-0/+5
2019-04-05perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2-3/+9
2019-04-05perf annotate: Fix getting source line failureWei Li1-2/+2
2019-04-03perf intel-pt: Fix TSC slipAdrian Hunter1-12/+8
2019-04-03perf pmu: Fix parser error for uncore event aliasKan Liang1-0/+10
2019-03-27perf probe: Fix getting the kernel mapAdrian Hunter1-2/+4
2019-03-23perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter1-0/+2
2019-03-23perf intel-pt: Fix overlap calculation for paddingAdrian Hunter1-2/+34
2019-03-23perf auxtrace: Define auxtrace record alignmentAdrian Hunter2-2/+5
2019-03-23perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter1-0/+2
2019-03-23perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter1-1/+0
2019-02-04perf symbols: Filter out hidden symbols from labelsJiri Olsa1-1/+8
2019-02-04perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()Arnaldo Carvalho de Melo1-0/+14
2019-02-04perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo1-1/+1
2019-02-04perf mem/c2c: Fix perf_mem_events to support powerpcRavi Bangoria1-1/+1
2019-01-21perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian1-2/+9
2019-01-18perf python: Remove -fstack-clash-protection when building with some clang ve...Arnaldo Carvalho de Melo1-0/+2
2019-01-17perf ordered_events: Fix crash in ordered_events__freeJiri Olsa1-2/+4
2019-01-09perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbolsArnaldo Carvalho de Melo1-0/+1
2019-01-08perf tools: Make find_vdso_map() more modularFlorian Fainelli2-7/+6
2019-01-08Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm...Ingo Molnar5-18/+26
2019-01-07Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-73/+200
2019-01-04perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson1-1/+0
2019-01-04perf annotate: Pass filename to objdump via execlIvan Krylov1-4/+4
2019-01-04perf report: Fix wrong iteration count in --branch-historyJin Yao3-13/+22
2019-01-04Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2019-01-02perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter1-0/+7
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter4-23/+67
2019-01-02perf thread-stack: Allocate an array of thread stacksAdrian Hunter1-12/+17
2019-01-02perf thread-stack: Factor out thread_stack__init()Adrian Hunter1-7/+19
2019-01-02perf thread-stack: Allow for a thread stack arrayAdrian Hunter1-6/+34
2019-01-02perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter1-32/+49
2019-01-02perf thread-stack: Tidy thread_stack__bottom() usageAdrian Hunter1-4/+3
2019-01-02perf thread-stack: Simplify some code in thread_stack__process()Adrian Hunter1-11/+7
2018-12-28perf script: Fix LBR skid dump problems in brstackinsnAndi Kleen3-0/+18
2018-12-28perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa1-1/+2