summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
...
* perf hist: Add missing map__put() in error caseChangbin Du2019-04-201-1/+3
* perf top: Fix error handling in cmd_top()Changbin Du2019-04-201-2/+3
* perf build-id: Fix memory leak in print_sdt_events()Changbin Du2019-04-202-0/+2
* perf config: Fix a memory leak in collect_config()Changbin Du2019-04-201-2/+1
* perf config: Fix an error in the config template documentationChangbin Du2019-04-201-1/+1
* perf list: Don't forget to drop the reference to the allocated thread_mapChangbin Du2019-04-201-0/+1
* perf script python: Add trace_context extension module to sys.modulesTony Jones2019-04-051-3/+9
* perf script python: Use PyBytes for attr in trace-event-pythonTony Jones2019-04-051-2/+1
* perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter2019-04-051-0/+5
* perf report: Don't shadow inlined symbol with different addr rangeHe Kuang2019-04-052-3/+9
* perf test: Fix failure of 'evsel-tp-sched' test on s390Thomas Richter2019-04-051-3/+3
* perf annotate: Fix getting source line failureWei Li2019-04-051-2/+2
* perf c2c: Fix c2c report for empty numa nodeJiri Olsa2019-04-051-2/+6
* perf intel-pt: Fix TSC slipAdrian Hunter2019-04-031-12/+8
* perf pmu: Fix parser error for uncore event aliasKan Liang2019-04-031-0/+10
* perf probe: Fix getting the kernel mapAdrian Hunter2019-03-271-2/+4
* perf intel-pt: Fix divide by zero when TSC is not availableAdrian Hunter2019-03-231-0/+2
* perf intel-pt: Fix overlap calculation for paddingAdrian Hunter2019-03-231-2/+34
* perf auxtrace: Define auxtrace record alignmentAdrian Hunter2019-03-232-2/+5
* perf tools: Fix split_kallsyms_for_kcore() for trampoline symbolsAdrian Hunter2019-03-231-0/+2
* perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter2019-03-231-1/+0
* perf trace: Support multiple "vfs_getname" probesArnaldo Carvalho de Melo2019-03-131-7/+18
* perf symbols: Filter out hidden symbols from labelsJiri Olsa2019-03-131-1/+8
* perf script: Fix crash when processing recorded stat dataTony Jones2019-03-131-5/+2
* perf tools: Handle TOPOLOGY headers with no CPUStephane Eranian2019-03-131-2/+9
* perf script: Fix crash with printing mixed trace point and other eventsAndi Kleen2019-03-131-1/+1
* perf test shell: Use a fallback to get the pathname in vfs_getnameArnaldo Carvalho de Melo2019-02-201-1/+2
* perf report: Fix wrong iteration count in --branch-historyJin Yao2019-02-203-13/+22
* perf tests evsel-tp-sched: Fix bitwise operatorGustavo A. R. Silva2019-02-121-1/+1
* perf python: Do not force closing original perf descriptor in evlist.get_poll...Jiri Olsa2019-02-121-1/+2
* perf build: Don't unconditionally link the libbfd feature test to -liberty an...Stanislav Fomichev2019-02-121-21/+23
* perf tools: Cast off_t to s64 to avoid warning on bionic libcArnaldo Carvalho de Melo2019-02-121-1/+1
* perf header: Fix up argument to ctime()Arnaldo Carvalho de Melo2019-02-121-1/+3
* perf probe: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf header: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf dso: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-02-121-1/+1
* perf test: Fix perf_event_attr test failureAdrian Hunter2019-02-121-1/+1
* perf tools: Add Hygon Dhyana supportPu Wen2019-02-121-1/+1
* perf tools: Add missing open_memstream() prototype for systems lacking itArnaldo Carvalho de Melo2019-01-262-0/+5
* perf tools: Add missing sigqueue() prototype for systems lacking itArnaldo Carvalho de Melo2019-01-262-0/+5
* perf cs-etm: Correct packets swapping in cs_etm__flush()Leo Yan2019-01-261-1/+1
* perf stat: Avoid segfaults caused by negated optionsMichael Petlan2019-01-261-1/+7
* perf vendor events intel: Fix Load_Miss_Real_Latency on SKL/SKXAndi Kleen2019-01-262-2/+2
* perf parse-events: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf svghelper: Fix unchecked usage of strncpy()Arnaldo Carvalho de Melo2019-01-261-1/+1
* perf tests ARM: Disable breakpoint tests 32-bitFlorian Fainelli2019-01-261-6/+14
* perf intel-pt: Fix error with config term "pt=0"Adrian Hunter2019-01-261-0/+11
* perf env: Also consider env->arch == NULL as local operationArnaldo Carvalho de Melo2019-01-091-1/+1
* perf pmu: Suppress potential format-truncation warningBen Hutchings2019-01-091-4/+4
* perf script: Use fallbacks for branch stacksAdrian Hunter2019-01-092-14/+14