summaryrefslogtreecommitdiffstats
path: root/tools/perf
Commit message (Expand)AuthorAgeFilesLines
* 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/+8Star
* 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/+0Star
* 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/+2Star
* 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
* perf tools: Use fallback for sample_addr_correlates_sym() casesAdrian Hunter2019-01-091-1/+1
* perf thread: Add fallback functions for cases where cpumode is insufficientAdrian Hunter2019-01-094-0/+60
* perf machine: Record if a arch has a single user/kernel address spaceAdrian Hunter2019-01-094-0/+16
* perf tools: Restore proper cwd on return from mnt namespaceJiri Olsa2018-12-172-2/+16
* perf tools: Fix crash on synthesizing the unitJiri Olsa2018-12-172-2/+2
* perf tools: Do not zero sample_id_all for group membersJiri Olsa2018-11-272-2/+0Star
* perf tools: Fix undefined symbol scnprintf in libperf-jvmti.soGustavo Romero2018-11-271-11/+38
* perf symbols: Set PLT entry/header sizes properly on SparcDavid Miller2018-11-271-1/+11
* perf unwind: Take pgoff into account when reporting elf to libdwflMilian Wolff2018-11-271-2/+2
* perf intel-pt: Insert callchain context into synthesized callchainsAdrian Hunter2018-11-213-12/+40
* perf intel-pt/bts: Calculate cpumode for synthesized samplesAdrian Hunter2018-11-212-14/+25