From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752607AbaG3LkT (ORCPT ); Wed, 30 Jul 2014 07:40:19 -0400 Received: from fw-tnat.cambridge.arm.com ([217.140.96.21]:52964 "EHLO cam-smtp0.cambridge.arm.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1752307AbaG3LkR (ORCPT ); Wed, 30 Jul 2014 07:40:17 -0400 From: Punit Agrawal To: Eduardo Valentin Cc: linux-pm@vger.kernel.org, linux-kernel@vger.kernel.org, javi.merino@arm.com, rui.zhang@intel.com, rostedt@goodmis.org Subject: Re: [PATCH 0/3] Add trace to thermal framework References: <1402486305-4017-1-git-send-email-punit.agrawal@arm.com> <1406631050-14975-1-git-send-email-punit.agrawal@arm.com> <20140729133327.GA3336@developer> Date: Wed, 30 Jul 2014 12:40:04 +0100 In-Reply-To: <20140729133327.GA3336@developer> (Eduardo Valentin's message of "Tue, 29 Jul 2014 09:33:27 -0400") Message-ID: <9hhy4vb5b3f.fsf@arm.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Eduardo Valentin writes: > On Tue, Jul 29, 2014 at 11:50:47AM +0100, Punit Agrawal wrote: >> Hi linux-pm, >> >> This is the second posting of the patches to add trace to the thermal >> framework. >> >> The linux thermal framework doesn't have any support for tracing. This >> makes it hard to run workloads and observe the thermal behaviour of >> the system without actively polling files in sysfs or enabling debug >> builds. >> >> This patch set introduces trace events in the framework to allow >> observing the behaviour of the different components in the >> framework. The events added trace temperature changes, trip points and >> cooling device state changes. >> >> changes since rfc: >> * Fixed an issue where incorrect trip point was traced when using fair >> share >> * Trace the numeric value of trip_type instead of using __print_symbolic > > Pulled the series. Thanks Eduardo. > > Thanks. > >> >> Punit Agrawal (3): >> thermal: trace: Trace temperature changes >> thermal: trace: Trace when a cooling device's state is updated >> thermal: trace: Trace when temperature is above a trip point >> >> drivers/thermal/fair_share.c | 12 ++++++ >> drivers/thermal/step_wise.c | 5 ++- >> drivers/thermal/thermal_core.c | 7 ++++ >> include/trace/events/thermal.h | 87 ++++++++++++++++++++++++++++++++++++++++ >> 4 files changed, 110 insertions(+), 1 deletion(-) >> create mode 100644 include/trace/events/thermal.h >> >> -- >> 1.7.10.4 >> > -- > To unsubscribe from this list: send the line "unsubscribe linux-pm" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html