summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-02-14perf tools: Rename build libperf to perfJiri Olsa
2019-02-14perf tools: Rename LIB_FILE to LIBPERF_AJiri Olsa
2019-02-14perf tools: Compile perf with libperf-in.o instead of libperf.aJiri Olsa
2019-02-14perf cs-etm: Modularize auxtrace_buffer fetch functionMathieu Poirier
2019-02-14perf cs-etm: Modularize main packet processing loopMathieu Poirier
2019-02-14perf cs-etm: Modularize main decoder functionMathieu Poirier
2019-02-14perf cs-etm: Make cs_etm__run_decoder() queue independentMathieu Poirier
2019-02-14perf cs-etm: Rethink kernel address initialisationMathieu Poirier
2019-02-14perf cs-etm: Cleaning up function cs_etm__alloc_queue()Mathieu Poirier
2019-02-14perf cs-etm: Fix erroneous commentMathieu Poirier
2019-02-14perf cs-etm: Introducing function cs_etm__init_trace_params()Mathieu Poirier
2019-02-14perf cs-etm: Fix memory leak in error pathMathieu Poirier
2019-02-14perf cs-etm: Introducing function cs_etm_decoder__init_dparams()Mathieu Poirier
2019-02-14perf cs-etm: Fix wrong return values in error pathMathieu Poirier
2019-02-14perf cs-etm: Remove unused structure field "time" and "timestamp"Mathieu Poirier
2019-02-14perf cs-etm: Remove unused structure field "state"Mathieu Poirier
2019-02-14perf build: Add missing FEATURE_CHECK_LDFLAGS-libcryptoArnaldo Carvalho de Melo
2019-02-14tools build: Add test-reallocarray.c to test-all.c to fix the buildArnaldo Carvalho de Melo
2019-02-14perf unwind: Do not put libunwind-{x86,aarch64} in FEATURE_TESTS_BASICArnaldo Carvalho de Melo
2019-02-14perf coresight: Do not test for libopencsd by defaultArnaldo Carvalho de Melo
2019-02-14perf trace: Filter out gnome-terminal* parentArnaldo Carvalho de Melo
2019-02-14tools build: Add -lrt to FEATURE_CHECK_LDFLAGS-libaioArnaldo Carvalho de Melo
2019-02-14perf beauty waitid options: Fix up prefix showing logicArnaldo Carvalho de Melo
2019-02-14perf trace: Check if the 'fd' is negative when mapping it to pathnameArnaldo Carvalho de Melo
2019-02-14perf beauty ioctl cmd: The 'fd' arg is signedArnaldo Carvalho de Melo
2019-02-14tools feature: Undef _GNU_SOURCE at the end of feature testsArnaldo Carvalho de Melo
2019-02-14perf utils: Silence "Couldn't synthesize bpf events" warning for EPERMSong Liu
2019-02-14perf vendor events power9: General metricsPaul Clarke
2019-02-14perf vendor events power9: Branch_prediction, instruction_stats, latency, lsu...Paul Clarke
2019-02-14perf vendor events power9: Dl1_reloads, instruction_misses, l[23]_stats & pte...Paul Clarke
2019-02-14perf vendor events power9: Cpi_breakdown & estimated_dcache_miss_cpi metricsPaul Clarke
2019-02-14perf vendor events power8: Translaton & general metricsPaul Clarke
2019-02-14perf vendor events power8: Branch_prediction, latency, bus_stats, instruction...Paul Clarke
2019-02-14perf vendor events power8: Dl1_reload, instruction_misses, l2_stats, lsu_reje...Paul Clarke
2019-02-14perf vendor events power8: Cpi_breakdown & estimated_dcache_miss_cpi metricsPaul Clarke
2019-02-14perf report: Add s390 diagnosic sampling descriptor sizeThomas Richter
2019-02-14perf cs-etm: Add proper header file for symbolsMathieu Poirier
2019-02-11perf record: Implement --affinity=node|cpu optionAlexey Budankov
2019-02-11perf/x86/intel: Add counter freezing quirk for GoldmontKan Liang
2019-02-11perf/x86/intel: Clean up counter freezing quirkKan Liang
2019-02-11perf/x86/intel: Clean up SNB PEBS quirkKan Liang
2019-02-11perf/x86/kvm: Avoid unnecessary work in guest filteringAndi Kleen
2019-02-11Merge branch 'x86/cpu' into perf/core, to pick up dependent commitIngo Molnar
2019-02-11x86/cpufeature: Add facility to check for min microcode revisionsKan Liang
2019-02-09Merge tag 'perf-core-for-mingo-5.1-20190206' of git://git.kernel.org/pub/scm/...Ingo Molnar
2019-02-09Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2019-02-09Merge tag 'perf-urgent-for-mingo-5.0-20190205' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-02-06perf auxtrace: Add timestamp to auxtrace errorsAdrian Hunter
2019-02-06perf intel-pt: Packet splitting can happen only on 32-bitAdrian Hunter
2019-02-06perf intel-pt: Fix CYC timestamp calculation after OVFAdrian Hunter