Loading arch/arm/configs/vendor/bengal-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -481,6 +481,7 @@ CONFIG_RPMSG_QCOM_GLINK_RPM=y CONFIG_RPMSG_QCOM_GLINK_SMEM=y CONFIG_MSM_RPM_SMD=y CONFIG_QCOM_COMMAND_DB=y CONFIG_QCOM_RUN_QUEUE_STATS=y CONFIG_QCOM_MDT_LOADER=y CONFIG_QPNP_PBS=y CONFIG_QCOM_QMI_HELPERS=y Loading arch/arm/configs/vendor/bengal_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -521,6 +521,7 @@ CONFIG_RPMSG_QCOM_GLINK_SMEM=y CONFIG_MSM_RPM_SMD=y CONFIG_QCOM_COMMAND_DB=y CONFIG_QCOM_CPUSS_DUMP=y CONFIG_QCOM_RUN_QUEUE_STATS=y CONFIG_QCOM_MDT_LOADER=y CONFIG_QPNP_PBS=y CONFIG_QCOM_QMI_HELPERS=y Loading drivers/soc/qcom/rq_stats.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2010-2015, 2017, 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2015, 2017, 2019-2020, The Linux Foundation. All rights reserved. */ #include <linux/init.h> Loading @@ -21,7 +21,7 @@ static void def_work_fn(struct work_struct *work) static ssize_t show_def_timer_ms(struct kobject *kobj, struct kobj_attribute *attr, char *buf) { int64_t diff; uint64_t diff; unsigned int udiff; diff = ktime_to_ns(ktime_get()) - rq_info.def_start_time; Loading Loading
arch/arm/configs/vendor/bengal-perf_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -481,6 +481,7 @@ CONFIG_RPMSG_QCOM_GLINK_RPM=y CONFIG_RPMSG_QCOM_GLINK_SMEM=y CONFIG_MSM_RPM_SMD=y CONFIG_QCOM_COMMAND_DB=y CONFIG_QCOM_RUN_QUEUE_STATS=y CONFIG_QCOM_MDT_LOADER=y CONFIG_QPNP_PBS=y CONFIG_QCOM_QMI_HELPERS=y Loading
arch/arm/configs/vendor/bengal_defconfig +1 −0 Original line number Diff line number Diff line Loading @@ -521,6 +521,7 @@ CONFIG_RPMSG_QCOM_GLINK_SMEM=y CONFIG_MSM_RPM_SMD=y CONFIG_QCOM_COMMAND_DB=y CONFIG_QCOM_CPUSS_DUMP=y CONFIG_QCOM_RUN_QUEUE_STATS=y CONFIG_QCOM_MDT_LOADER=y CONFIG_QPNP_PBS=y CONFIG_QCOM_QMI_HELPERS=y Loading
drivers/soc/qcom/rq_stats.c +2 −2 Original line number Diff line number Diff line // SPDX-License-Identifier: GPL-2.0-only /* * Copyright (c) 2010-2015, 2017, 2019, The Linux Foundation. All rights reserved. * Copyright (c) 2010-2015, 2017, 2019-2020, The Linux Foundation. All rights reserved. */ #include <linux/init.h> Loading @@ -21,7 +21,7 @@ static void def_work_fn(struct work_struct *work) static ssize_t show_def_timer_ms(struct kobject *kobj, struct kobj_attribute *attr, char *buf) { int64_t diff; uint64_t diff; unsigned int udiff; diff = ktime_to_ns(ktime_get()) - rq_info.def_start_time; Loading