Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] [PATCH] missing marker redirects in ltt-armall
       [not found] <48D8C70C.6050603@siemens.com>
@ 2008-10-01 16:22 ` Mathieu Desnoyers
  0 siblings, 0 replies; only message in thread
From: Mathieu Desnoyers @ 2008-10-01 16:22 UTC (permalink / raw)


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




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-10-01 16:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <48D8C70C.6050603@siemens.com>
2008-10-01 16:22 ` [ltt-dev] [PATCH] missing marker redirects in ltt-armall Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox