Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
From: compudj@krystal.dyndns.org (Mathieu Desnoyers)
Subject: [ltt-dev] [PATCH] missing marker redirects in ltt-armall
Date: Wed, 1 Oct 2008 12:22:30 -0400	[thread overview]
Message-ID: <20081001162230.GB10624@Krystal> (raw)
In-Reply-To: <48D8C70C.6050603@siemens.com>

Merged in ltt-control 0.52. Thanks !

Sorry for the late reply, I have been buried in emails since kernel
summit.

Mathieu

* Gernot Hillier (gernot.hillier at siemens.com) wrote:
> Hi there!
> 
> Looks like we overlooked some marker redirects in our ltt-armall patch
> from February (see Jan's patch in [1]). As I can see, you already caught
> some of them, but some are still missing. See the attached patch.
> 
> Could you please merge? TIA!
> 
> [1] http://listserv.shafik.org/pipermail/ltt-dev/2008-February/002690.html
> 
> --
> Gernot Hillier
> Siemens AG, CT SE 2, Corporate Competence Center Embedded Linux

> Index: ltt-armall.sh
> ===================================================================
> --- ltt-armall.sh	(Revision 3064)
> +++ ltt-armall.sh	(Arbeitskopie)
> @@ -9,16 +9,16 @@
>  
>  	#redirect markers carrying state information to dedicated channels
>  	case $a in
> -	list_process_state|user_generic_thread_brand|fs_exec|kernel_process_fork|kernel_process_free|kernel_process_exit|kernel_arch_kthread_create|list_statedump_end|list_vm_map)
> +	list_process_state|list_file_descriptor|user_generic_thread_brand|fs_exec|kernel_process_fork|kernel_process_free|kernel_process_exit|kernel_arch_kthread_create|list_statedump_end|list_vm_map)
>  		CHANNEL=processes
>  		;;
> -	list_interrupt|statedump_idt_table|statedump_sys_call_table)
> +	list_interrupt|statedump_idt_table|statedump_sys_call_table|statedump_softirq_vec)
>  		CHANNEL=interrupts
>  		;;
>  	list_network_ipv4_interface|list_network_ip_interface)
>  		CHANNEL=network
>  		;;
> -	kernel_module_load|kernel_module_free)
> +	list_module|kernel_module_load|kernel_module_free)
>  		CHANNEL=modules
>  		;;
>  	*)

> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev


-- 
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F  BA06 3F25 A8FE 3BAE 9A68




           reply	other threads:[~2008-10-01 16:22 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <48D8C70C.6050603@siemens.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20081001162230.GB10624@Krystal \
    --to=compudj@krystal.dyndns.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox