summaryrefslogtreecommitdiff
path: root/tools/perf/util
AgeCommit message (Expand)Author
2019-05-25perf cs-etm: Always allocate memory for cs_etm_queue::prev_packetLeo Yan
2019-05-25perf intel-pt: Fix sample timestamp wrt non-taken branchesAdrian Hunter
2019-05-25perf intel-pt: Fix improved sample timestampAdrian Hunter
2019-05-25perf intel-pt: Fix instructions sampling rateAdrian Hunter
2019-05-16perf tools: Fix map reference countingJiri Olsa
2019-05-04perf machine: Update kernel map address and re-order properlyWei Li
2019-05-04perf cs-etm: Add missing case valueSolomon Tan
2019-04-20perf evsel: Free evsel->counts in perf_evsel__exit()Arnaldo Carvalho de Melo
2019-04-20perf top: Fix global-buffer-overflow issueChangbin Du
2019-04-20perf maps: Purge all maps from the 'names' treeChangbin Du
2019-04-20perf map: Remove map from 'names' tree in __maps__remove()Changbin Du
2019-04-20perf hist: Add missing map__put() in error caseChangbin Du
2019-04-20perf build-id: Fix memory leak in print_sdt_events()Changbin Du
2019-04-20perf config: Fix a memory leak in collect_config()Changbin Du
2019-04-20perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du
2019-04-20perf stat: Fix --no-scaleAndi Kleen
2019-04-05perf script python: Add trace_context extension module to sys.modulesTony Jones
2019-04-05perf script python: Use PyBytes for attr in trace-event-pythonTony Jones
2019-04-05perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter
2019-04-05perf report: Don't shadow inlined symbol with different addr rangeHe Kuang
2019-04-05perf annotate: Fix getting source line failureWei Li
2019-04-03perf intel-pt: Fix TSC slipAdrian Hunter
2019-04-03perf pmu: Fix parser error for uncore event aliasKan Liang
2019-03-27perf probe: Fix getting the kernel mapAdrian Hunter
2019-03-23perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter
2019-03-23perf intel-pt: Fix overlap calculation for paddingAdrian Hunter
2019-03-23perf auxtrace: Define auxtrace record alignmentAdrian Hunter
2019-03-23perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter
2019-03-23perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter
2019-02-04perf symbols: Filter out hidden symbols from labelsJiri Olsa
2019-02-04perf symbols: Add fallback definitions for GELF_ST_VISIBILITY()Arnaldo Carvalho de Melo
2019-02-04perf clang: Do not use 'return std::move(something)'Arnaldo Carvalho de Melo
2019-02-04perf mem/c2c: Fix perf_mem_events to support powerpcRavi Bangoria
2019-01-21perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian
2019-01-18perf python: Remove -fstack-clash-protection when building with some clang ve...Arnaldo Carvalho de Melo
2019-01-17perf ordered_events: Fix crash in ordered_events__freeJiri Olsa
2019-01-09perf symbols: Add 'arch_cpu_idle' to the list of kernel idle symbolsArnaldo Carvalho de Melo
2019-01-08perf tools: Make find_vdso_map() more modularFlorian Fainelli
2019-01-08Merge tag 'perf-core-for-mingo-4.21-20190104' of git://git.kernel.org/pub/scm...Ingo Molnar
2019-01-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-01-04perf strbuf: Remove redundant va_end() in strbuf_addv()Mattias Jacobsson
2019-01-04perf annotate: Pass filename to objdump via execlIvan Krylov
2019-01-04perf report: Fix wrong iteration count in --branch-historyJin Yao
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-02perf session: Add comment for perf_session__register_idle_thread()Adrian Hunter
2019-01-02perf thread-stack: Fix thread stack processing for the idle taskAdrian Hunter
2019-01-02perf thread-stack: Allocate an array of thread stacksAdrian Hunter
2019-01-02perf thread-stack: Factor out thread_stack__init()Adrian Hunter
2019-01-02perf thread-stack: Allow for a thread stack arrayAdrian Hunter
2019-01-02perf thread-stack: Avoid direct reference to the thread's stackAdrian Hunter