summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-04-06perf trace: Beautify sched_setscheduler 'policy' argumentArnaldo Carvalho de Melo2-0/+48
2016-04-06perf list: Document event specifications betterAndi Kleen1-1/+106
2016-04-06perf tools: Remove superfluous ARCH Makefile includesJiri Olsa2-5/+0
2016-04-06perf script perl: Do error checking on new backtrace routineArnaldo Carvalho de Melo1-9/+21
2016-04-06perf probe: Check if dwarf_getlocations() is availableArnaldo Carvalho de Melo6-0/+38
2016-04-06perf config: Fix build with older toolchain.Vinson Lee1-3/+3
2016-04-06Merge tag 'perf-core-for-mingo-20160401' of git://git.kernel.org/pub/scm/linu...Ingo Molnar19-41/+274
2016-04-01perf bpf: Add sample types for 'bpf-output' eventWang Nan1-1/+2
2016-04-01perf trace: Don't set the base timestamp using events without PERF_SAMPLE_TIMEArnaldo Carvalho de Melo1-2/+11
2016-04-01perf trace: Introduce function to set the base timestampArnaldo Carvalho de Melo1-5/+11
2016-04-01perf tools: Fix PMU term format max value calculationKan Liang1-7/+6
2016-04-01perf intel-pt/bts: Define JITDUMP_USE_ARCH_TIMESTAMPAdrian Hunter2-0/+10
2016-04-01perf jit: Add support for using TSC as a timestampAdrian Hunter7-28/+87
2016-03-31perf tools: Add time conversion eventAdrian Hunter9-0/+75
2016-03-31perf trace: Pretty print getrandom() argsArnaldo Carvalho de Melo1-0/+26
2016-03-31perf trace: Pretty print seccomp() argsArnaldo Carvalho de Melo1-0/+47
2016-03-31perf trace: Do not process PERF_RECORD_LOST twiceArnaldo Carvalho de Melo1-0/+1
2016-03-31perf/ring_buffer: Prepare writing into the ring-buffer from the endWang Nan1-6/+36
2016-03-31perf/core: Set event's default ::overflow_handler()Wang Nan4-10/+18
2016-03-31perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...Wang Nan4-1/+34
2016-03-31ftrace/perf: Check sample types only for sampling eventsJiri Olsa1-0/+3
2016-03-31perf/x86/intel/bts: Move transaction start/stop to start/stop callbacksAlexander Shishkin1-57/+48
2016-03-31perf/x86/intel/pt: Move transaction start/stop to PMU start/stop callbacksAlexander Shishkin1-58/+27
2016-03-31perf/ring_buffer: Document AUX API usageAlexander Shishkin1-0/+10
2016-03-31perf/core: Free AUX pages in unmap pathAlexander Shishkin3-29/+129
2016-03-31perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count dropsAlexander Shishkin1-0/+7
2016-03-31perf/core: Verify we have a single perf_hw_context PMUPeter Zijlstra1-0/+9
2016-03-31perf/x86: Move Kconfig.perf and other perf configuration bits to events/KconfigPeter Zijlstra2-10/+10
2016-03-31perf/x86/msr: Add AMD IRPERF (Instructions Retired) performance counterHuang Rui3-11/+23
2016-03-31perf/x86/msr: Add AMD PTSC (Performance Time-Stamp Counter) supportHuang Rui3-0/+10
2016-03-31x86/perf/intel/cstate: Modularize driverThomas Gleixner3-4/+30
2016-03-31x86/perf/intel/cstate: Sanitize error handlingThomas Gleixner1-23/+27
2016-03-31x86/perf/intel/cstate: Sanitize probingThomas Gleixner1-199/+160
2016-03-31x86/perf/intel/cstate: Make cstate hotplug handling actually workThomas Gleixner1-69/+53
2016-03-31x86/perf/intel/rapl: Make the Intel RAPL PMU driver modularKan Liang3-40/+92
2016-03-31x86/perf/intel/uncore: Make the Intel uncore PMU driver modularKan Liang5-100/+148
2016-03-31Merge branch 'perf/urgent' into perf/core, to fix up fixes before queueing up...Ingo Molnar2-9/+58
2016-03-31perf/x86/amd/ibs: Fix pmu::stop() nestingPeter Zijlstra1-7/+45
2016-03-31perf/core: Don't leak event in the syscall error pathAlexander Shishkin1-0/+1
2016-03-31perf/core: Fix time tracking bug with multiplexingPeter Zijlstra1-2/+12
2016-03-31Merge tag 'perf-core-for-mingo-20160330' of git://git.kernel.org/pub/scm/linu...Ingo Molnar21-55/+448
2016-03-31Merge tag 'perf-urgent-for-mingo-20160330' of git://git.kernel.org/pub/scm/li...Ingo Molnar2-15/+11
2016-03-30perf jit: genelf makes assumptions about endianAnton Blanchard1-14/+10
2016-03-30perf hists: Fix determination of a callchain node's childlessnessAndres Freund1-1/+1
2016-03-30perf tools: Add support for skipping itrace instructionsAndi Kleen6-2/+49
2016-03-30perf script perl: Perl scripts now get a backtrace, like the python onesDima Kogan1-8/+106
2016-03-30perf config: Rename 'v' to 'home' in set_buildid_dir()Taeung Song1-3/+4
2016-03-30perf config: Rework buildid_dir_command_config to perf_buildid_configTaeung Song1-32/+18
2016-03-30perf config: Remove duplicated set_buildid_dir callsTaeung Song1-2/+1
2016-03-30perf tests: Add test to check for event timesJiri Olsa4-0/+242