aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/perf_cpum_sf.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-08s390/cpum_sf: ensure sample frequency of perf event attributes is non-zeroHendrik Brueckner1-0/+4
2017-11-24s390: kernel: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-24s390: kernel: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-11-16s390/cpum_sf: correctly set the PID and TID in perf samplesHendrik Brueckner1-0/+76
2017-11-16s390/cpum_sf: load program parameter at sampler enablementHendrik Brueckner1-0/+3
2017-11-16s390/cpum_sf: do not register PMU if no sampling mode is authorizedHendrik Brueckner1-0/+3
2017-11-16s390/cpumf: remove raw event support in basic-only sampling modePu Hou1-158/+27
2017-11-16s390/cpumf: enable using AUX bufferPu Hou1-11/+44
2017-11-16s390/cpumf: introduce AUX buffer for dump diagnostic sample dataPu Hou1-0/+446
2017-09-28s390/cpumf: remove superfluous nr_cpumask_bits checkHeiko Carstens1-5/+1
2017-09-13s390/perf: fix bug when creating per-thread eventPu Hou1-3/+6
2017-07-13s390/perf: fix problem state detectionChristian Borntraeger1-1/+1
2017-06-12s390: rename struct psw_bits membersHeiko Carstens1-5/+5
2017-05-08cpumask: make "nr_cpumask_bits" unsignedAlexey Dobriyan1-1/+1
2017-04-05s390/cpumf: simplify detection of guest samplesMartin Schwidefsky1-4/+3
2016-12-25cpu/hotplug: Cleanup state namesThomas Gleixner1-1/+1
2016-12-12s390/cpumf: Use configuration level indication for sampling dataChristian Borntraeger1-7/+20
2016-11-23s390/cpumf: simplify psw generationHeiko Carstens1-21/+5
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-26/+19
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-3/+6
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann1-3/+6
2016-07-14s390/perf: Convert the hotplug notifier to state machine callbacks (Sampling)Sebastian Andrzej Siewior1-26/+19
2016-06-28s390/perf: remove perf_release/reserver_sampling functionsHeiko Carstens1-5/+0
2016-05-03s390/cpum_sf: Remove superfluous SMP function callAnna-Maria Gleixner1-3/+6
2016-03-17s390/cpum_sf: Fix cpu hotplug notifier transitionsAnna-Maria Gleixner1-1/+1
2016-03-02s390/cpumf: Improve guest detection heuristicsChristian Borntraeger1-3/+6
2015-10-14s390/cpumf: rework program parameter setting to detect guest samplesChristian Borntraeger1-4/+6
2015-08-03KVM: s390: use pid of cpu thread for sampling taggingChristian Borntraeger1-6/+3
2015-05-28kernel/params: constify struct kernel_param_ops usesLuis R. Rodriguez1-1/+1
2015-03-13s390/cpum_sf: add diagnostic sampling event only if it is authorizedHendrik Brueckner1-2/+5
2014-12-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+0
2014-11-03s390/cpum_sf: Remove initialization of PMU event indexHendrik Brueckner1-1/+0
2014-10-28perf: Fix and clean up initialization of pmu::event_idxPeter Zijlstra1-6/+0
2014-08-26s390: Replace __get_cpu_var usesChristoph Lameter1-8/+8
2014-04-03s390/irq: Use defines for external interruption codesThomas Huth1-2/+4
2014-01-13s390: delete new instances of __cpuinit usagePaul Gortmaker1-2/+2
2013-12-16s390/cpum_sf: Add flag to process full SDBs onlyHendrik Brueckner1-2/+11
2013-12-16s390/cpum_sf: Add raw data sampling to support the diagnostic-sampling functionHendrik Brueckner1-71/+309
2013-12-16s390/cpum_sf: Filter perf events based event->attr.exclude_* settingsHendrik Brueckner1-1/+35
2013-12-16s390/cpum_sf: Detect KVM guest samplesHendrik Brueckner1-0/+20
2013-12-16s390/cpum_sf: Add helper to read TOD from trailer entriesHendrik Brueckner1-1/+1
2013-12-16s390/cpum_sf: Atomically reset trailer entry fields of sample-data-blocksHendrik Brueckner1-4/+8
2013-12-16s390/cpum_sf: Dynamically extend the sampling buffer if overflows occurHendrik Brueckner1-120/+407
2013-12-16s390/perf,oprofile: Share sampling facilityHendrik Brueckner1-5/+12
2013-12-16s390/perf: Improve PMU selection for PERF_COUNT_HW_CPU_CYCLES eventsHendrik Brueckner1-4/+22
2013-12-16s390/perf: add support for the CPU-Measurement Sampling FacilityHendrik Brueckner1-0/+1024