]> git.karo-electronics.de Git - mv-sheeva.git/commit
tracing/stat: replace trace_stat_session by stat_session
authorFrederic Weisbecker <fweisbec@gmail.com>
Sat, 16 May 2009 03:58:49 +0000 (05:58 +0200)
committerFrederic Weisbecker <fweisbec@gmail.com>
Mon, 1 Jun 2009 23:17:17 +0000 (01:17 +0200)
commit0d64f8342de26d02451900b1aad94716fe92c4ab
treeb74741815a673be584141dcd3691daaeea0fc053
parentf3c4ae26e93d354152196b62797ba86ad86dd0cc
tracing/stat: replace trace_stat_session by stat_session

The "trace" prefix in struct trace_stat_session type is annoying while
reading the trace_stat.c file. It makes the lines longer, and
is not that much useful to explain the sense of this type.

Just keep "struct stat_session" for this type.

[ Impact: make the code a bit more readable ]

Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
kernel/trace/trace_stat.c