cregit-Linux how code gets into the kernel

Release 4.14 tools/perf/arch/x86/util/pmu.c

// SPDX-License-Identifier: GPL-2.0
#include <string.h>

#include <linux/perf_event.h>

#include "../../util/intel-pt.h"
#include "../../util/intel-bts.h"
#include "../../util/pmu.h"


struct perf_event_attr *perf_pmu__get_default_config(struct perf_pmu *pmu __maybe_unused) { #ifdef HAVE_AUXTRACE_SUPPORT if (!strcmp(pmu->name, INTEL_PT_PMU_NAME)) return intel_pt_pmu_default_config(pmu); if (!strcmp(pmu->name, INTEL_BTS_PMU_NAME)) pmu->selectable = true; #endif return NULL; }

Contributors

PersonTokensPropCommitsCommitProp
Adrian Hunter57100.00%2100.00%
Total57100.00%2100.00%


Overall Contributors

PersonTokensPropCommitsCommitProp
Adrian Hunter7298.63%266.67%
Greg Kroah-Hartman11.37%133.33%
Total73100.00%3100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.