From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on archive.lwn.net X-Spam-Level: X-Spam-Status: No, score=-5.6 required=5.0 tests=DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,RCVD_IN_DNSWL_HI, T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by archive.lwn.net (Postfix) with ESMTP id C77F87D062 for ; Thu, 14 Jun 2018 22:49:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965007AbeFNWtj (ORCPT ); Thu, 14 Jun 2018 18:49:39 -0400 Received: from mail-pg0-f66.google.com ([74.125.83.66]:36474 "EHLO mail-pg0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964987AbeFNWth (ORCPT ); Thu, 14 Jun 2018 18:49:37 -0400 Received: by mail-pg0-f66.google.com with SMTP id m5-v6so3566799pgd.3 for ; Thu, 14 Jun 2018 15:49:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=RV11S1gqLOi262GbqLORk/JXtwyoyv+Tb4IVDmxwxQE=; b=TF9EzHdSKSCcUyeoq/MISgFiAg3QJv4hh1fc4vlewNuskwUnDzLACL4tuq3dGIbcH3 WjfrgKpjd0P7QGW+3ggLzUd0FxI16Vocu/RnU0e0bxv1MQG0fpTLM3vgf/4nhN7xs484 5N1nIviMGhCzsk7ptLJv4n/RXykhaTTK7tv7b3UmXXQnzuFF3CyQbksSNz6JJFqpI9jL idv7erXiqD3kR3iCpU3FncZoZ8ytA5h89FyTY7U5EJ8vvpwy3AT0fYHtQFsiVxGRW96L nvHGbRYu+06RkNaQfaOXuvNeBn1Zd/ul0XjRqjvfDghEq1/+SjfHK5meQ4Kw3d4n82Ln qugw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=RV11S1gqLOi262GbqLORk/JXtwyoyv+Tb4IVDmxwxQE=; b=DrEXcXzn9FwuYHLM37q//Mm/Q3dJh73pEFEV0Ucy83YkYlShTuh/o3wr/UANYTRfKd b+cPMXfJE5p3EO2CMJmR44gAv0453ioBTLcng1Dj9Lxzb/nXgfbjz+uGlJrsuBjwSvl0 WJQl6s697N9FohYGKfYhmvN+Q3RI/RjrqM7ZftGbr0W0F+WIfZXgW0gh71X6w/OpPbUw 6gJAOpedQoGFO9ttDhMU7qu786Ev4E5aJrbxFxAI+GQmBmtiCIddDjl50jcZajHuxWB0 MfRYq+/7aazsg/60LO4oHckuuhmVavAKOLkzt1uyBLVp1Vp00oeD97kFI/sgZSBCZDE4 Cg0g== X-Gm-Message-State: APt69E0YS0EFZzyN65DHSr2oVdj6CGLJq+bBfCLaLpN2BQgp2fMUImpu jGF5yZxtb+qzKp/IIthG5Pb1wg== X-Google-Smtp-Source: ADUXVKKo7XP94GS4MpfII7ALLNgE+RK0vruXoq9nwmKqGo8e9YQ7GTDAApk3qswR8Ph8KsJ7Hymr+w== X-Received: by 2002:a63:7d4c:: with SMTP id m12-v6mr3854598pgn.201.1529016576642; Thu, 14 Jun 2018 15:49:36 -0700 (PDT) Received: from joelaf.mtv.corp.google.com ([2620:0:1000:1600:3122:ea9c:d178:eb]) by smtp.gmail.com with ESMTPSA id x2-v6sm11063290pgq.33.2018.06.14.15.49.35 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 14 Jun 2018 15:49:35 -0700 (PDT) From: Joel Fernandes X-Google-Original-From: Joel Fernandes To: linux-kernel@vger.kernel.org Cc: kernel-team@android.com, "Joel Fernandes (Google)" , Changbin Du , Ingo Molnar , Jonathan Corbet , linux-doc@vger.kernel.org, Steven Rostedt , Tom Zanussi , bigeasy@linutronix.de, mhiramat@kernel.org, tglx@linutronix.de, namhyung@kernel.org, vedang.patel@intel.com, mathieu.desnoyers@efficios.com, julia@ni.com, linux-rt-users@vger.kernel.org Subject: [PATCH] tracing: Fix some errors in histogram documentation Date: Thu, 14 Jun 2018 15:48:59 -0700 Message-Id: <20180614224859.55864-1-joel@joelfernandes.org> X-Mailer: git-send-email 2.18.0.rc1.242.g61856ae69a-goog Sender: linux-doc-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-doc@vger.kernel.org From: "Joel Fernandes (Google)" Fix typos, inconsistencies in using quotes, incorrect section number, etc. in the trace histogram documentation. Signed-off-by: Joel Fernandes (Google) --- Documentation/trace/histogram.txt | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/Documentation/trace/histogram.txt b/Documentation/trace/histogram.txt index 6e05510afc28..da955cd696f6 100644 --- a/Documentation/trace/histogram.txt +++ b/Documentation/trace/histogram.txt @@ -1730,35 +1730,35 @@ If a variable isn't a key variable or prefixed with 'vals=', the associated event field will be saved in a variable but won't be summed as a value: - # echo 'hist:keys=next_pid:ts1=common_timestamp ... >> event/trigger + # echo 'hist:keys=next_pid:ts1=common_timestamp ...' >> event/trigger Multiple variables can be assigned at the same time. The below would result in both ts0 and b being created as variables, with both common_timestamp and field1 additionally being summed as values: - # echo 'hist:keys=pid:vals=$ts0,$b:ts0=common_timestamp,b=field1 ... >> \ + # echo 'hist:keys=pid:vals=$ts0,$b:ts0=common_timestamp,b=field1 ...' >> \ event/trigger Note that variable assignments can appear either preceding or following their use. The command below behaves identically to the command above: - # echo 'hist:keys=pid:ts0=common_timestamp,b=field1:vals=$ts0,$b ... >> \ + # echo 'hist:keys=pid:ts0=common_timestamp,b=field1:vals=$ts0,$b ...' >> \ event/trigger Any number of variables not bound to a 'vals=' prefix can also be assigned by simply separating them with colons. Below is the same thing but without the values being summed in the histogram: - # echo 'hist:keys=pid:ts0=common_timestamp:b=field1 ... >> event/trigger + # echo 'hist:keys=pid:ts0=common_timestamp:b=field1 ...' >> event/trigger Variables set as above can be referenced and used in expressions on another event. For example, here's how a latency can be calculated: - # echo 'hist:keys=pid,prio:ts0=common_timestamp ... >> event1/trigger - # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp-$ts0 ... >> event2/trigger + # echo 'hist:keys=pid,prio:ts0=common_timestamp ...' >> event1/trigger + # echo 'hist:keys=next_pid:wakeup_lat=common_timestamp-$ts0 ...' >> event2/trigger In the first line above, the event's timetamp is saved into the variable ts0. In the next line, ts0 is subtracted from the second @@ -1767,7 +1767,7 @@ yet another variable, 'wakeup_lat'. The hist trigger below in turn makes use of the wakeup_lat variable to compute a combined latency using the same key and variable from yet another event: - # echo 'hist:key=pid:wakeupswitch_lat=$wakeup_lat+$switchtime_lat ... >> event3/trigger + # echo 'hist:key=pid:wakeupswitch_lat=$wakeup_lat+$switchtime_lat ...' >> event3/trigger 2.2.2 Synthetic Events ---------------------- @@ -1808,10 +1808,11 @@ the command that defined it with a '!': At this point, there isn't yet an actual 'wakeup_latency' event instantiated in the event subsytem - for this to happen, a 'hist trigger action' needs to be instantiated and bound to actual fields -and variables defined on other events (see Section 6.3.3 below). +and variables defined on other events (see Section 2.2.3 below on +how that is done using hist trigger 'onmatch' action). Once that is +done, the 'wakeup_latency' synthetic event instance is created. -Once that is done, an event instance is created, and a histogram can -be defined using it: +A histogram can now be defined for the new synthetic event: # echo 'hist:keys=pid,prio,lat.log2:sort=pid,lat' >> \ /sys/kernel/debug/tracing/events/synthetic/wakeup_latency/trigger @@ -1961,7 +1962,7 @@ hist trigger specification. back to that pid, the timestamp difference is calculated. If the resulting latency, stored in wakeup_lat, exceeds the current maximum latency, the values specified in the save() fields are - recoreded: + recorded: # echo 'hist:keys=pid:ts0=common_timestamp.usecs \ if comm=="cyclictest"' >> \ -- 2.18.0.rc1.242.g61856ae69a-goog -- To unsubscribe from this list: send the line "unsubscribe linux-doc" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html