commit | 0d64f8342de26d02451900b1aad94716fe92c4ab | [log] [tgz] |
---|---|---|
author | Frederic Weisbecker <fweisbec@gmail.com> | Sat May 16 05:58:49 2009 +0200 |
committer | Frederic Weisbecker <fweisbec@gmail.com> | Tue Jun 02 01:17:17 2009 +0200 |
tree | b74741815a673be584141dcd3691daaeea0fc053 | |
parent | f3c4ae26e93d354152196b62797ba86ad86dd0cc [diff] |
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>