#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>

BUILD_SALT;
BUILD_LTO_INFO;

MODULE_INFO(vermagic, VERMAGIC_STRING);
MODULE_INFO(name, KBUILD_MODNAME);

__visible struct module __this_module
__section(".gnu.linkonce.this_module") = {
	.name = KBUILD_MODNAME,
	.init = init_module,
#ifdef CONFIG_MODULE_UNLOAD
	.exit = cleanup_module,
#endif
	.arch = MODULE_ARCH_INIT,
};

MODULE_INFO(intree, "Y");

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0xac594e02, "__cpu_online_mask" },
	{ 0x51b29892, "__tracepoint_android_vh_cpu_idle_exit" },
	{ 0x656d334c, "__tracepoint_android_vh_cpu_idle_enter" },
	{ 0x45a707a2, "cpu_subsys" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0x17de3d5, "nr_cpu_ids" },
	{ 0x7a2af7b4, "cpu_number" },
	{ 0x280f9f14, "__per_cpu_offset" },
	{ 0xde7ece30, "__cpu_possible_mask" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0xb68b66dd, "platform_driver_unregister" },
	{ 0x95e102ab, "tracepoint_probe_register" },
	{ 0x7dd98ec4, "__cpuhp_setup_state_cpuslocked" },
	{ 0xc4b48c65, "perf_event_enable" },
	{ 0xfd6838d6, "perf_event_create_kernel_counter" },
	{ 0x6a4a6bb, "qcom_llcc_pmu_hw_type" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x37a0cba, "kfree" },
	{ 0x444f1735, "cpu_pm_register_notifier" },
	{ 0x18fb2caf, "cpus_read_unlock" },
	{ 0xa04f945a, "cpus_read_lock" },
	{ 0x3b6c41ea, "kstrtouint" },
	{ 0x19295440, "perf_event_release_kernel" },
	{ 0xdbeeece6, "tracepoint_probe_unregister" },
	{ 0xaa071bc3, "__cpuhp_remove_state" },
	{ 0xeae3dfd6, "__const_udelay" },
	{ 0x4f98d766, "cpu_pm_unregister_notifier" },
	{ 0x82bdaa44, "log_post_write_mmio" },
	{ 0xb03b751c, "log_write_mmio" },
	{ 0x222e7ce2, "sysfs_streq" },
	{ 0x96848186, "scnprintf" },
	{ 0x13b3fcf3, "of_property_read_u32_index" },
	{ 0x8dbcad91, "devm_kmalloc" },
	{ 0xfe6b276a, "kobject_put" },
	{ 0x8ff170bc, "kobject_init_and_add" },
	{ 0xba82ac8f, "of_find_property" },
	{ 0x18b48e28, "__memset_io" },
	{ 0x31f4adef, "devm_ioremap" },
	{ 0xfb83a2a6, "_dev_err" },
	{ 0x761b06be, "of_address_to_resource" },
	{ 0x986124cd, "of_property_match_string" },
	{ 0xfc45e713, "__platform_driver_register" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0xb5b54b34, "_raw_spin_unlock" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xba8fbd64, "_raw_spin_lock" },
	{ 0xa5d7023f, "perf_event_read_value" },
	{ 0xce204699, "perf_event_read_local" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x6228c21f, "smp_call_function_single" },
	{ 0x3de09123, "cpumask_next" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x92997ed8, "_printk" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
};

MODULE_INFO(depends, "qcom_llcc_pmu");


MODULE_INFO(scmversion, "gf957779e27df");
