Re: [PATCH 0/2]: Add sparc64 ftrace support.

!MAILaRCHIVE_VOTE_RePLACE
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: Sam Ravnborg <sam@...>
Cc: David Miller <davem@...>, <acme@...>, <srostedt@...>, <linux-kernel@...>, Pekka Paalanen <pq@...>, Pavel Roskin <proski@...>, Soeren Sandmann Pedersen <sandmann@...>, Steven Rostedt <rostedt@...>, Peter Zijlstra <a.p.zijlstra@...>
Date: Wednesday, May 14, 2008 - 3:01 am

* Sam Ravnborg <sam@ravnborg.org> wrote:


yep, i do that too in other cases - but the list here is very short. 
Btw., i also do sorting for include file names, such as in 
kernel/trace/ftrace.c:

 #include <linux/stop_machine.h>
 #include <linux/clocksource.h>
 #include <linux/kallsyms.h>
 #include <linux/seq_file.h>
 #include <linux/debugfs.h>
 #include <linux/kthread.h>
 #include <linux/hardirq.h>
 #include <linux/ftrace.h>
 #include <linux/uaccess.h>
 #include <linux/sysctl.h>
 #include <linux/hash.h>
 #include <linux/ctype.h>
 #include <linux/list.h>

 #include "trace.h"

(i also sort by length to make it visually more appealing. "Reverse 
christmas tree" sorting ;-)

[ and yes, linux/uaccess.h is mis-sorted - fixed. ]

	Ingo
--
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH 0/2]: Add sparc64 ftrace support., David Miller, (Wed May 14, 1:06 am)
Re: [PATCH 0/2]: Add sparc64 ftrace support., Steven Rostedt, (Wed May 14, 9:09 am)
Re: [PATCH 0/2]: Add sparc64 ftrace support., Ingo Molnar, (Wed May 14, 2:30 am)
Re: [PATCH 0/2]: Add sparc64 ftrace support., Sam Ravnborg, (Wed May 14, 2:51 am)
Re: [PATCH 0/2]: Add sparc64 ftrace support., Ingo Molnar, (Wed May 14, 3:01 am)
Re: [PATCH 0/2]: Add sparc64 ftrace support., David Miller, (Wed May 14, 3:11 am)
[PATCH] ftrace: add have dynamic ftrace config for archs, Steven Rostedt, (Sat May 17, 12:01 am)
Re: [PATCH 0/2]: Add sparc64 ftrace support., Ingo Molnar, (Wed May 14, 3:18 am)