Changes in 4.9.217 NFS: Remove superfluous kmap in nfs_readdir_xdr_to_array phy: Revert toggling reset changes. net: phy: Avoid multiple suspends cgroup, netclassid: periodically release file_lock on classid updating gre: fix uninit-value in __iptunnel_pull_header ipv6/addrconf: call ipv6_mc_up() for non-Ethernet interface net: macsec: update SCI upon MAC address change. net: nfc: fix bounds checking bugs on "pipe" r8152: check disconnect status after long sleep bnxt_en: reinitialize IRQs when MTU is modified fib: add missing attribute validation for tun_id nl802154: add missing attribute validation nl802154: add missing attribute validation for dev_type macsec: add missing attribute validation for port net: fq: add missing attribute validation for orphan mask team: add missing attribute validation for port ifindex team: add missing attribute validation for array index nfc: add missing attribute validation for SE API nfc: add missing attribute validation for vendor subcommand ipvlan: add cond_resched_rcu() while processing muticast backlog ipvlan: do not add hardware address of master to its unicast filter list ipvlan: egress mcast packets are not exceptional ipvlan: do not use cond_resched_rcu() in ipvlan_process_multicast() ipvlan: don't deref eth hdr before checking it's set macvlan: add cond_resched() during multicast processing net: fec: validate the new settings in fec_enet_set_coalesce() slip: make slhc_compress() more robust against malicious packets bonding/alb: make sure arp header is pulled before accessing it cgroup: memcg: net: do not associate sock with unrelated cgroup net: phy: fix MDIO bus PM PHY resuming virtio-blk: fix hw_queue stopped on arbitrary error iommu/vt-d: quirk_ioat_snb_local_iommu: replace WARN_TAINT with pr_warn + add_taint workqueue: don't use wq_select_unbound_cpu() for bound works drm/amd/display: remove duplicated assignment to grph_obj_type cifs_atomic_open(): fix double-put on late allocation failure gfs2_atomic_open(): fix O_EXCL|O_CREAT handling on cold dcache KVM: x86: clear stale x86_emulate_ctxt->intercept value ARC: define __ALIGN_STR and __ALIGN symbols for ARC efi: Fix a race and a buffer overflow while reading efivars via sysfs iommu/vt-d: dmar: replace WARN_TAINT with pr_warn + add_taint iommu/vt-d: Fix a bug in intel_iommu_iova_to_phys() for huge page nl80211: add missing attribute validation for critical protocol indication nl80211: add missing attribute validation for beacon report scanning nl80211: add missing attribute validation for channel switch netfilter: cthelper: add missing attribute validation for cthelper mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame() iommu/vt-d: Fix the wrong printing in RHSA parsing iommu/vt-d: Ignore devices with out-of-spec domain number ipv6: restrict IPV6_ADDRFORM operation efi: Add a sanity check to efivar_store_raw() batman-adv: Fix double free during fragment merge error batman-adv: Fix transmission of final, 16th fragment batman-adv: Initialize gw sel_class via batadv_algo batman-adv: Fix rx packet/bytes stats on local ARP reply batman-adv: Use default throughput value on cfg80211 error batman-adv: Accept only filled wifi station info batman-adv: fix TT sync flag inconsistencies batman-adv: Avoid spurious warnings from bat_v neigh_cmp implementation batman-adv: Always initialize fragment header priority batman-adv: Fix check of retrieved orig_gw in batadv_v_gw_is_eligible batman-adv: Fix lock for ogm cnt access in batadv_iv_ogm_calc_tq batman-adv: Fix internal interface indices types batman-adv: Avoid race in TT TVLV allocator helper batman-adv: Fix TT sync flags for intermediate TT responses batman-adv: prevent TT request storms by not sending inconsistent TT TLVLs batman-adv: Fix debugfs path for renamed hardif batman-adv: Fix debugfs path for renamed softif batman-adv: Avoid storing non-TT-sync flags on singular entries too batman-adv: Fix multicast TT issues with bogus ROAM flags batman-adv: Prevent duplicated gateway_node entry batman-adv: Fix duplicated OGMs on NETDEV_UP batman-adv: Avoid free/alloc race when handling OGM2 buffer batman-adv: Avoid free/alloc race when handling OGM buffer batman-adv: Don't schedule OGM for disabled interface batman-adv: update data pointers after skb_cow() batman-adv: Avoid probe ELP information leak batman-adv: Use explicit tvlv padding for ELP packets perf/amd/uncore: Replace manual sampling check with CAP_NO_INTERRUPT flag ACPI: watchdog: Allow disabling WDAT at boot HID: apple: Add support for recent firmware on Magic Keyboards HID: i2c-hid: add Trekstor Surfbook E11B to descriptor override cfg80211: check reg_rule for NULL in handle_channel_custom() net: ks8851-ml: Fix IRQ handling and locking mac80211: rx: avoid RCU list traversal under mutex signal: avoid double atomic counter increments for user accounting jbd2: fix data races at struct journal_head ARM: 8957/1: VDSO: Match ARMv8 timer in cntvct_functional() ARM: 8958/1: rename missed uaccess .fixup section mm: slub: add missing TID bump in kmem_cache_alloc_bulk() ipv4: ensure rcu_read_lock() in cipso_v4_error() Linux 4.9.217 Signed-off-by: Greg Kroah-Hartman <gregkh@google.com> Change-Id: Ia7aeed273cd7548dc8d0dfaaad8b96bedfe499b1
558 lines
13 KiB
C
558 lines
13 KiB
C
/*
|
|
* Copyright (C) 2013 Advanced Micro Devices, Inc.
|
|
*
|
|
* Author: Jacob Shin <jacob.shin@amd.com>
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify
|
|
* it under the terms of the GNU General Public License version 2 as
|
|
* published by the Free Software Foundation.
|
|
*/
|
|
|
|
#include <linux/perf_event.h>
|
|
#include <linux/percpu.h>
|
|
#include <linux/types.h>
|
|
#include <linux/slab.h>
|
|
#include <linux/init.h>
|
|
#include <linux/cpu.h>
|
|
#include <linux/cpumask.h>
|
|
|
|
#include <asm/cpufeature.h>
|
|
#include <asm/perf_event.h>
|
|
#include <asm/msr.h>
|
|
#include <asm/smp.h>
|
|
|
|
#define NUM_COUNTERS_NB 4
|
|
#define NUM_COUNTERS_L2 4
|
|
#define MAX_COUNTERS NUM_COUNTERS_NB
|
|
|
|
#define RDPMC_BASE_NB 6
|
|
#define RDPMC_BASE_LLC 10
|
|
|
|
#define COUNTER_SHIFT 16
|
|
|
|
static HLIST_HEAD(uncore_unused_list);
|
|
|
|
struct amd_uncore {
|
|
int id;
|
|
int refcnt;
|
|
int cpu;
|
|
int num_counters;
|
|
int rdpmc_base;
|
|
u32 msr_base;
|
|
cpumask_t *active_mask;
|
|
struct pmu *pmu;
|
|
struct perf_event *events[MAX_COUNTERS];
|
|
struct hlist_node node;
|
|
};
|
|
|
|
static struct amd_uncore * __percpu *amd_uncore_nb;
|
|
static struct amd_uncore * __percpu *amd_uncore_llc;
|
|
|
|
static struct pmu amd_nb_pmu;
|
|
static struct pmu amd_llc_pmu;
|
|
|
|
static cpumask_t amd_nb_active_mask;
|
|
static cpumask_t amd_llc_active_mask;
|
|
|
|
static bool is_nb_event(struct perf_event *event)
|
|
{
|
|
return event->pmu->type == amd_nb_pmu.type;
|
|
}
|
|
|
|
static bool is_llc_event(struct perf_event *event)
|
|
{
|
|
return event->pmu->type == amd_llc_pmu.type;
|
|
}
|
|
|
|
static struct amd_uncore *event_to_amd_uncore(struct perf_event *event)
|
|
{
|
|
if (is_nb_event(event) && amd_uncore_nb)
|
|
return *per_cpu_ptr(amd_uncore_nb, event->cpu);
|
|
else if (is_llc_event(event) && amd_uncore_llc)
|
|
return *per_cpu_ptr(amd_uncore_llc, event->cpu);
|
|
|
|
return NULL;
|
|
}
|
|
|
|
static void amd_uncore_read(struct perf_event *event)
|
|
{
|
|
struct hw_perf_event *hwc = &event->hw;
|
|
u64 prev, new;
|
|
s64 delta;
|
|
|
|
/*
|
|
* since we do not enable counter overflow interrupts,
|
|
* we do not have to worry about prev_count changing on us
|
|
*/
|
|
|
|
prev = local64_read(&hwc->prev_count);
|
|
rdpmcl(hwc->event_base_rdpmc, new);
|
|
local64_set(&hwc->prev_count, new);
|
|
delta = (new << COUNTER_SHIFT) - (prev << COUNTER_SHIFT);
|
|
delta >>= COUNTER_SHIFT;
|
|
local64_add(delta, &event->count);
|
|
}
|
|
|
|
static void amd_uncore_start(struct perf_event *event, int flags)
|
|
{
|
|
struct hw_perf_event *hwc = &event->hw;
|
|
|
|
if (flags & PERF_EF_RELOAD)
|
|
wrmsrl(hwc->event_base, (u64)local64_read(&hwc->prev_count));
|
|
|
|
hwc->state = 0;
|
|
wrmsrl(hwc->config_base, (hwc->config | ARCH_PERFMON_EVENTSEL_ENABLE));
|
|
perf_event_update_userpage(event);
|
|
}
|
|
|
|
static void amd_uncore_stop(struct perf_event *event, int flags)
|
|
{
|
|
struct hw_perf_event *hwc = &event->hw;
|
|
|
|
wrmsrl(hwc->config_base, hwc->config);
|
|
hwc->state |= PERF_HES_STOPPED;
|
|
|
|
if ((flags & PERF_EF_UPDATE) && !(hwc->state & PERF_HES_UPTODATE)) {
|
|
amd_uncore_read(event);
|
|
hwc->state |= PERF_HES_UPTODATE;
|
|
}
|
|
}
|
|
|
|
static int amd_uncore_add(struct perf_event *event, int flags)
|
|
{
|
|
int i;
|
|
struct amd_uncore *uncore = event_to_amd_uncore(event);
|
|
struct hw_perf_event *hwc = &event->hw;
|
|
|
|
/* are we already assigned? */
|
|
if (hwc->idx != -1 && uncore->events[hwc->idx] == event)
|
|
goto out;
|
|
|
|
for (i = 0; i < uncore->num_counters; i++) {
|
|
if (uncore->events[i] == event) {
|
|
hwc->idx = i;
|
|
goto out;
|
|
}
|
|
}
|
|
|
|
/* if not, take the first available counter */
|
|
hwc->idx = -1;
|
|
for (i = 0; i < uncore->num_counters; i++) {
|
|
if (cmpxchg(&uncore->events[i], NULL, event) == NULL) {
|
|
hwc->idx = i;
|
|
break;
|
|
}
|
|
}
|
|
|
|
out:
|
|
if (hwc->idx == -1)
|
|
return -EBUSY;
|
|
|
|
hwc->config_base = uncore->msr_base + (2 * hwc->idx);
|
|
hwc->event_base = uncore->msr_base + 1 + (2 * hwc->idx);
|
|
hwc->event_base_rdpmc = uncore->rdpmc_base + hwc->idx;
|
|
hwc->state = PERF_HES_UPTODATE | PERF_HES_STOPPED;
|
|
|
|
if (flags & PERF_EF_START)
|
|
amd_uncore_start(event, PERF_EF_RELOAD);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static void amd_uncore_del(struct perf_event *event, int flags)
|
|
{
|
|
int i;
|
|
struct amd_uncore *uncore = event_to_amd_uncore(event);
|
|
struct hw_perf_event *hwc = &event->hw;
|
|
|
|
amd_uncore_stop(event, PERF_EF_UPDATE);
|
|
|
|
for (i = 0; i < uncore->num_counters; i++) {
|
|
if (cmpxchg(&uncore->events[i], event, NULL) == event)
|
|
break;
|
|
}
|
|
|
|
hwc->idx = -1;
|
|
}
|
|
|
|
static int amd_uncore_event_init(struct perf_event *event)
|
|
{
|
|
struct amd_uncore *uncore;
|
|
struct hw_perf_event *hwc = &event->hw;
|
|
|
|
if (event->attr.type != event->pmu->type)
|
|
return -ENOENT;
|
|
|
|
/*
|
|
* NB and Last level cache counters (MSRs) are shared across all cores
|
|
* that share the same NB / Last level cache. On family 16h and below,
|
|
* Interrupts can be directed to a single target core, however, event
|
|
* counts generated by processes running on other cores cannot be masked
|
|
* out. So we do not support sampling and per-thread events via
|
|
* CAP_NO_INTERRUPT, and we do not enable counter overflow interrupts:
|
|
*/
|
|
|
|
/* NB and Last level cache counters do not have usr/os/guest/host bits */
|
|
if (event->attr.exclude_user || event->attr.exclude_kernel ||
|
|
event->attr.exclude_host || event->attr.exclude_guest)
|
|
return -EINVAL;
|
|
|
|
hwc->config = event->attr.config & AMD64_RAW_EVENT_MASK_NB;
|
|
hwc->idx = -1;
|
|
|
|
if (event->cpu < 0)
|
|
return -EINVAL;
|
|
|
|
uncore = event_to_amd_uncore(event);
|
|
if (!uncore)
|
|
return -ENODEV;
|
|
|
|
/*
|
|
* since request can come in to any of the shared cores, we will remap
|
|
* to a single common cpu.
|
|
*/
|
|
event->cpu = uncore->cpu;
|
|
|
|
return 0;
|
|
}
|
|
|
|
static ssize_t amd_uncore_attr_show_cpumask(struct device *dev,
|
|
struct device_attribute *attr,
|
|
char *buf)
|
|
{
|
|
cpumask_t *active_mask;
|
|
struct pmu *pmu = dev_get_drvdata(dev);
|
|
|
|
if (pmu->type == amd_nb_pmu.type)
|
|
active_mask = &amd_nb_active_mask;
|
|
else if (pmu->type == amd_llc_pmu.type)
|
|
active_mask = &amd_llc_active_mask;
|
|
else
|
|
return 0;
|
|
|
|
return cpumap_print_to_pagebuf(true, buf, active_mask);
|
|
}
|
|
static DEVICE_ATTR(cpumask, S_IRUGO, amd_uncore_attr_show_cpumask, NULL);
|
|
|
|
static struct attribute *amd_uncore_attrs[] = {
|
|
&dev_attr_cpumask.attr,
|
|
NULL,
|
|
};
|
|
|
|
static struct attribute_group amd_uncore_attr_group = {
|
|
.attrs = amd_uncore_attrs,
|
|
};
|
|
|
|
PMU_FORMAT_ATTR(event, "config:0-7,32-35");
|
|
PMU_FORMAT_ATTR(umask, "config:8-15");
|
|
|
|
static struct attribute *amd_uncore_format_attr[] = {
|
|
&format_attr_event.attr,
|
|
&format_attr_umask.attr,
|
|
NULL,
|
|
};
|
|
|
|
static struct attribute_group amd_uncore_format_group = {
|
|
.name = "format",
|
|
.attrs = amd_uncore_format_attr,
|
|
};
|
|
|
|
static const struct attribute_group *amd_uncore_attr_groups[] = {
|
|
&amd_uncore_attr_group,
|
|
&amd_uncore_format_group,
|
|
NULL,
|
|
};
|
|
|
|
static struct pmu amd_nb_pmu = {
|
|
.task_ctx_nr = perf_invalid_context,
|
|
.attr_groups = amd_uncore_attr_groups,
|
|
.name = "amd_nb",
|
|
.event_init = amd_uncore_event_init,
|
|
.add = amd_uncore_add,
|
|
.del = amd_uncore_del,
|
|
.start = amd_uncore_start,
|
|
.stop = amd_uncore_stop,
|
|
.read = amd_uncore_read,
|
|
.capabilities = PERF_PMU_CAP_NO_INTERRUPT,
|
|
};
|
|
|
|
static struct pmu amd_llc_pmu = {
|
|
.task_ctx_nr = perf_invalid_context,
|
|
.attr_groups = amd_uncore_attr_groups,
|
|
.name = "amd_l2",
|
|
.event_init = amd_uncore_event_init,
|
|
.add = amd_uncore_add,
|
|
.del = amd_uncore_del,
|
|
.start = amd_uncore_start,
|
|
.stop = amd_uncore_stop,
|
|
.read = amd_uncore_read,
|
|
.capabilities = PERF_PMU_CAP_NO_INTERRUPT,
|
|
};
|
|
|
|
static struct amd_uncore *amd_uncore_alloc(unsigned int cpu)
|
|
{
|
|
return kzalloc_node(sizeof(struct amd_uncore), GFP_KERNEL,
|
|
cpu_to_node(cpu));
|
|
}
|
|
|
|
static int amd_uncore_cpu_up_prepare(unsigned int cpu)
|
|
{
|
|
struct amd_uncore *uncore_nb = NULL, *uncore_llc;
|
|
|
|
if (amd_uncore_nb) {
|
|
uncore_nb = amd_uncore_alloc(cpu);
|
|
if (!uncore_nb)
|
|
goto fail;
|
|
uncore_nb->cpu = cpu;
|
|
uncore_nb->num_counters = NUM_COUNTERS_NB;
|
|
uncore_nb->rdpmc_base = RDPMC_BASE_NB;
|
|
uncore_nb->msr_base = MSR_F15H_NB_PERF_CTL;
|
|
uncore_nb->active_mask = &amd_nb_active_mask;
|
|
uncore_nb->pmu = &amd_nb_pmu;
|
|
uncore_nb->id = -1;
|
|
*per_cpu_ptr(amd_uncore_nb, cpu) = uncore_nb;
|
|
}
|
|
|
|
if (amd_uncore_llc) {
|
|
uncore_llc = amd_uncore_alloc(cpu);
|
|
if (!uncore_llc)
|
|
goto fail;
|
|
uncore_llc->cpu = cpu;
|
|
uncore_llc->num_counters = NUM_COUNTERS_L2;
|
|
uncore_llc->rdpmc_base = RDPMC_BASE_LLC;
|
|
uncore_llc->msr_base = MSR_F16H_L2I_PERF_CTL;
|
|
uncore_llc->active_mask = &amd_llc_active_mask;
|
|
uncore_llc->pmu = &amd_llc_pmu;
|
|
uncore_llc->id = -1;
|
|
*per_cpu_ptr(amd_uncore_llc, cpu) = uncore_llc;
|
|
}
|
|
|
|
return 0;
|
|
|
|
fail:
|
|
if (amd_uncore_nb)
|
|
*per_cpu_ptr(amd_uncore_nb, cpu) = NULL;
|
|
kfree(uncore_nb);
|
|
return -ENOMEM;
|
|
}
|
|
|
|
static struct amd_uncore *
|
|
amd_uncore_find_online_sibling(struct amd_uncore *this,
|
|
struct amd_uncore * __percpu *uncores)
|
|
{
|
|
unsigned int cpu;
|
|
struct amd_uncore *that;
|
|
|
|
for_each_online_cpu(cpu) {
|
|
that = *per_cpu_ptr(uncores, cpu);
|
|
|
|
if (!that)
|
|
continue;
|
|
|
|
if (this == that)
|
|
continue;
|
|
|
|
if (this->id == that->id) {
|
|
hlist_add_head(&this->node, &uncore_unused_list);
|
|
this = that;
|
|
break;
|
|
}
|
|
}
|
|
|
|
this->refcnt++;
|
|
return this;
|
|
}
|
|
|
|
static int amd_uncore_cpu_starting(unsigned int cpu)
|
|
{
|
|
unsigned int eax, ebx, ecx, edx;
|
|
struct amd_uncore *uncore;
|
|
|
|
if (amd_uncore_nb) {
|
|
uncore = *per_cpu_ptr(amd_uncore_nb, cpu);
|
|
cpuid(0x8000001e, &eax, &ebx, &ecx, &edx);
|
|
uncore->id = ecx & 0xff;
|
|
|
|
uncore = amd_uncore_find_online_sibling(uncore, amd_uncore_nb);
|
|
*per_cpu_ptr(amd_uncore_nb, cpu) = uncore;
|
|
}
|
|
|
|
if (amd_uncore_llc) {
|
|
uncore = *per_cpu_ptr(amd_uncore_llc, cpu);
|
|
uncore->id = per_cpu(cpu_llc_id, cpu);
|
|
|
|
uncore = amd_uncore_find_online_sibling(uncore, amd_uncore_llc);
|
|
*per_cpu_ptr(amd_uncore_llc, cpu) = uncore;
|
|
}
|
|
|
|
return 0;
|
|
}
|
|
|
|
static void uncore_clean_online(void)
|
|
{
|
|
struct amd_uncore *uncore;
|
|
struct hlist_node *n;
|
|
|
|
hlist_for_each_entry_safe(uncore, n, &uncore_unused_list, node) {
|
|
hlist_del(&uncore->node);
|
|
kfree(uncore);
|
|
}
|
|
}
|
|
|
|
static void uncore_online(unsigned int cpu,
|
|
struct amd_uncore * __percpu *uncores)
|
|
{
|
|
struct amd_uncore *uncore = *per_cpu_ptr(uncores, cpu);
|
|
|
|
uncore_clean_online();
|
|
|
|
if (cpu == uncore->cpu)
|
|
cpumask_set_cpu(cpu, uncore->active_mask);
|
|
}
|
|
|
|
static int amd_uncore_cpu_online(unsigned int cpu)
|
|
{
|
|
if (amd_uncore_nb)
|
|
uncore_online(cpu, amd_uncore_nb);
|
|
|
|
if (amd_uncore_llc)
|
|
uncore_online(cpu, amd_uncore_llc);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static void uncore_down_prepare(unsigned int cpu,
|
|
struct amd_uncore * __percpu *uncores)
|
|
{
|
|
unsigned int i;
|
|
struct amd_uncore *this = *per_cpu_ptr(uncores, cpu);
|
|
|
|
if (this->cpu != cpu)
|
|
return;
|
|
|
|
/* this cpu is going down, migrate to a shared sibling if possible */
|
|
for_each_online_cpu(i) {
|
|
struct amd_uncore *that = *per_cpu_ptr(uncores, i);
|
|
|
|
if (cpu == i)
|
|
continue;
|
|
|
|
if (this == that) {
|
|
perf_pmu_migrate_context(this->pmu, cpu, i);
|
|
cpumask_clear_cpu(cpu, that->active_mask);
|
|
cpumask_set_cpu(i, that->active_mask);
|
|
that->cpu = i;
|
|
break;
|
|
}
|
|
}
|
|
}
|
|
|
|
static int amd_uncore_cpu_down_prepare(unsigned int cpu)
|
|
{
|
|
if (amd_uncore_nb)
|
|
uncore_down_prepare(cpu, amd_uncore_nb);
|
|
|
|
if (amd_uncore_llc)
|
|
uncore_down_prepare(cpu, amd_uncore_llc);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static void uncore_dead(unsigned int cpu, struct amd_uncore * __percpu *uncores)
|
|
{
|
|
struct amd_uncore *uncore = *per_cpu_ptr(uncores, cpu);
|
|
|
|
if (cpu == uncore->cpu)
|
|
cpumask_clear_cpu(cpu, uncore->active_mask);
|
|
|
|
if (!--uncore->refcnt)
|
|
kfree(uncore);
|
|
*per_cpu_ptr(uncores, cpu) = NULL;
|
|
}
|
|
|
|
static int amd_uncore_cpu_dead(unsigned int cpu)
|
|
{
|
|
if (amd_uncore_nb)
|
|
uncore_dead(cpu, amd_uncore_nb);
|
|
|
|
if (amd_uncore_llc)
|
|
uncore_dead(cpu, amd_uncore_llc);
|
|
|
|
return 0;
|
|
}
|
|
|
|
static int __init amd_uncore_init(void)
|
|
{
|
|
int ret = -ENODEV;
|
|
|
|
if (boot_cpu_data.x86_vendor != X86_VENDOR_AMD)
|
|
goto fail_nodev;
|
|
|
|
if (!boot_cpu_has(X86_FEATURE_TOPOEXT))
|
|
goto fail_nodev;
|
|
|
|
if (boot_cpu_has(X86_FEATURE_PERFCTR_NB)) {
|
|
amd_uncore_nb = alloc_percpu(struct amd_uncore *);
|
|
if (!amd_uncore_nb) {
|
|
ret = -ENOMEM;
|
|
goto fail_nb;
|
|
}
|
|
ret = perf_pmu_register(&amd_nb_pmu, amd_nb_pmu.name, -1);
|
|
if (ret)
|
|
goto fail_nb;
|
|
|
|
pr_info("perf: AMD NB counters detected\n");
|
|
ret = 0;
|
|
}
|
|
|
|
if (boot_cpu_has(X86_FEATURE_PERFCTR_L2)) {
|
|
amd_uncore_llc = alloc_percpu(struct amd_uncore *);
|
|
if (!amd_uncore_llc) {
|
|
ret = -ENOMEM;
|
|
goto fail_llc;
|
|
}
|
|
ret = perf_pmu_register(&amd_llc_pmu, amd_llc_pmu.name, -1);
|
|
if (ret)
|
|
goto fail_llc;
|
|
|
|
pr_info("perf: AMD LLC counters detected\n");
|
|
ret = 0;
|
|
}
|
|
|
|
/*
|
|
* Install callbacks. Core will call them for each online cpu.
|
|
*/
|
|
if (cpuhp_setup_state(CPUHP_PERF_X86_AMD_UNCORE_PREP,
|
|
"PERF_X86_AMD_UNCORE_PREP",
|
|
amd_uncore_cpu_up_prepare, amd_uncore_cpu_dead))
|
|
goto fail_llc;
|
|
|
|
if (cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING,
|
|
"AP_PERF_X86_AMD_UNCORE_STARTING",
|
|
amd_uncore_cpu_starting, NULL))
|
|
goto fail_prep;
|
|
if (cpuhp_setup_state(CPUHP_AP_PERF_X86_AMD_UNCORE_ONLINE,
|
|
"AP_PERF_X86_AMD_UNCORE_ONLINE",
|
|
amd_uncore_cpu_online,
|
|
amd_uncore_cpu_down_prepare))
|
|
goto fail_start;
|
|
return 0;
|
|
|
|
fail_start:
|
|
cpuhp_remove_state(CPUHP_AP_PERF_X86_AMD_UNCORE_STARTING);
|
|
fail_prep:
|
|
cpuhp_remove_state(CPUHP_PERF_X86_AMD_UNCORE_PREP);
|
|
fail_llc:
|
|
if (boot_cpu_has(X86_FEATURE_PERFCTR_NB))
|
|
perf_pmu_unregister(&amd_nb_pmu);
|
|
if (amd_uncore_llc)
|
|
free_percpu(amd_uncore_llc);
|
|
fail_nb:
|
|
if (amd_uncore_nb)
|
|
free_percpu(amd_uncore_nb);
|
|
|
|
fail_nodev:
|
|
return ret;
|
|
}
|
|
device_initcall(amd_uncore_init);
|