summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf tools: Rename build libperf to perfJiri Olsa2019-02-1436-260/+260
* perf tools: Rename LIB_FILE to LIBPERF_AJiri Olsa2019-02-141-3/+3
* perf tools: Compile perf with libperf-in.o instead of libperf.aJiri Olsa2019-02-141-8/+8
* perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier2019-02-141-12/+29
* perf cs-etm: Modularize main packet processing loopMathieu Poirier2019-02-141-57/+72
* perf cs-etm: Modularize main decoder functionMathieu Poirier2019-02-141-12/+29
* perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier2019-02-142-33/+26
* perf cs-etm: Rethink kernel address initialisationMathieu Poirier2019-02-141-4/+3
* perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier2019-02-141-21/+16
* perf cs-etm: Fix erroneous commentMathieu Poirier2019-02-141-1/+1
* perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier2019-02-142-58/+58
* perf cs-etm: Fix memory leak in error pathMathieu Poirier2019-02-141-7/+13
* perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier2019-02-142-14/+30
* perf cs-etm: Fix wrong return values in error pathMathieu Poirier2019-02-141-2/+2
* perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier2019-02-141-8/+4
* perf cs-etm: Remove unused structure field "state"Mathieu Poirier2019-02-141-1/+0
* perf build: Add missing FEATURE_CHECK_LDFLAGS-libcryptoArnaldo Carvalho de Melo2019-02-141-0/+2
* tools build: Add test-reallocarray.c to test-all.c to fix the buildArnaldo Carvalho de Melo2019-02-142-0/+7
* perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASICArnaldo Carvalho de Melo2019-02-142-4/+11
* perf coresight: Do not test for libopencsd by defaultArnaldo Carvalho de Melo2019-02-144-8/+4
* perf trace: Filter out gnome-terminal* parentArnaldo Carvalho de Melo2019-02-141-1/+2
* tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaioArnaldo Carvalho de Melo2019-02-141-0/+2
* perf beauty waitid options: Fix up prefix showing logicArnaldo Carvalho de Melo2019-02-141-1/+1
* perf trace: Check if the 'fd' is negative when mapping it to pathnameArnaldo Carvalho de Melo2019-02-141-0/+3
* perf beauty ioctl cmd: The 'fd' arg is signedArnaldo Carvalho de Melo2019-02-141-1/+1
* tools feature: Undef _GNU_SOURCE at the end of feature testsArnaldo Carvalho de Melo2019-02-143-0/+3
* perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu2019-02-141-2/+2
* perf vendor events power9: General metricsPaul Clarke2019-02-141-0/+368
* perf vendor events power9: Branch_prediction, instruction_stats, latency, lsu...Paul Clarke2019-02-141-13/+390
* perf vendor events power9: Dl1_reloads, instruction_misses, l[23]_stats & pte...Paul Clarke2019-02-141-0/+660
* perf vendor events power9: Cpi_breakdown & estimated_dcache_miss_cpi metricsPaul Clarke2019-02-141-0/+577
* perf vendor events power8: Translaton & general metricsPaul Clarke2019-02-141-0/+590
* perf vendor events power8: Branch_prediction, latency, bus_stats, instruction...Paul Clarke2019-02-141-0/+492
* perf vendor events power8: Dl1_reload, instruction_misses, l2_stats, lsu_reje...Paul Clarke2019-02-141-0/+702
* perf vendor events power8: Cpi_breakdown & estimated_dcache_miss_cpi metricsPaul Clarke2019-02-141-0/+461
* perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter2019-02-141-0/+5
* perf cs-etm: Add proper header file for symbolsMathieu Poirier2019-02-141-0/+1
* perf record: Implement --affinity=node|cpu optionAlexey Budankov2019-02-112-0/+23
* perf/x86/intel: Add counter freezing quirk for GoldmontKan Liang2019-02-111-2/+7
* perf/x86/intel: Clean up counter freezing quirkKan Liang2019-02-111-16/+11
* perf/x86/intel: Clean up SNB PEBS quirkKan Liang2019-02-111-25/+10
* perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen2019-02-113-16/+75
* Merge branch 'x86/cpu' into perf/core, to pick up dependent commitIngo Molnar2019-02-113-5/+62
|\
| * x86/cpufeature: Add facility to check for min microcode revisionsKan Liang2019-02-112-0/+59
| * x86/CPU/AMD: Set the CPB bit unconditionally on F17hJiaxun Yang2019-01-181-5/+3
* | Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...Ingo Molnar2019-02-09118-472/+1398
|\ \
| * | perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter2019-02-067-16/+48
| * | perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter2019-02-061-1/+1
| * | perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter2019-02-061-1/+0
| * | perf intel-pt: Fix overlap calculation for paddingAdrian Hunter2019-02-061-2/+34