All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH BTT]: Re: typo?
@ 2007-03-26 12:10 Alan D. Brunelle
  2007-03-26 13:28 ` Ming Zhang
  0 siblings, 1 reply; 2+ messages in thread
From: Alan D. Brunelle @ 2007-03-26 12:10 UTC (permalink / raw)
  To: linux-btrace

[-- Attachment #1: Type: text/plain, Size: 1 bytes --]



[-- Attachment #2: fix-output-unplug --]
[-- Type: text/plain, Size: 915 bytes --]

From: Alan D. Brunelle <Alan.Brunelle@hp.com>

Fix output of unplug totals (cut-and-paste error with total caption).

Signed-off-by: Alan D. Brunelle <Alan.Brunelle@hp.com>
---

 btt/output.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/btt/output.c b/btt/output.c
index 1278434..6851848 100644
--- a/btt/output.c
+++ b/btt/output.c
@@ -466,8 +466,8 @@ void __dip_output_plug_all(FILE *ofp, struct plug_info *p)
 {
 	fprintf(ofp, "---------- | ---------- ----------  | ----------------\n");
 	fprintf(ofp, "%10s | %10s %10s  | %s\n", 
-	        "DEV", "# Plugs", "# Timer Us", "% Time Q Plugged");
-	fprintf(ofp, "%10s | %10ld(%10ld) | %13.9lf%%\n", "OVERALL",
+	        "Overall", "# Plugs", "# Timer Us", "% Time Q Plugged");
+	fprintf(ofp, "%10s | %10ld(%10ld) | %13.9lf%%\n", "Average",
 	        p->n_plugs / n_plugs, p->n_timer_unplugs / n_plugs, 
 		p->t_percent / n_plugs);
 

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH BTT]: Re: typo?
  2007-03-26 12:10 [PATCH BTT]: Re: typo? Alan D. Brunelle
@ 2007-03-26 13:28 ` Ming Zhang
  0 siblings, 0 replies; 2+ messages in thread
From: Ming Zhang @ 2007-03-26 13:28 UTC (permalink / raw)
  To: linux-btrace

On Mon, 2007-03-26 at 08:10 -0400, Alan D. Brunelle wrote:
> plain text document attachment (fix-output-unplug)
> From: Alan D. Brunelle <Alan.Brunelle@hp.com>
> 
> Fix output of unplug totals (cut-and-paste error with total caption).
> 

thx!


> Signed-off-by: Alan D. Brunelle <Alan.Brunelle@hp.com>
> ---
> 
>  btt/output.c |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/btt/output.c b/btt/output.c
> index 1278434..6851848 100644
> --- a/btt/output.c
> +++ b/btt/output.c
> @@ -466,8 +466,8 @@ void __dip_output_plug_all(FILE *ofp, struct plug_info *p)
>  {
>  	fprintf(ofp, "---------- | ---------- ----------  | ----------------\n");
>  	fprintf(ofp, "%10s | %10s %10s  | %s\n", 
> -	        "DEV", "# Plugs", "# Timer Us", "% Time Q Plugged");
> -	fprintf(ofp, "%10s | %10ld(%10ld) | %13.9lf%%\n", "OVERALL",
> +	        "Overall", "# Plugs", "# Timer Us", "% Time Q Plugged");
> +	fprintf(ofp, "%10s | %10ld(%10ld) | %13.9lf%%\n", "Average",
>  	        p->n_plugs / n_plugs, p->n_timer_unplugs / n_plugs, 
>  		p->t_percent / n_plugs);
>  


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-03-26 13:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-03-26 12:10 [PATCH BTT]: Re: typo? Alan D. Brunelle
2007-03-26 13:28 ` Ming Zhang

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.