aboutsummaryrefslogtreecommitdiffstats
path: root/mm/slob.c
diff options
context:
space:
mode:
authorSteven Rostedt <srostedt@redhat.com>2009-06-10 14:28:34 -0400
committerSteven Rostedt <rostedt@goodmis.org>2009-06-10 14:28:34 -0400
commit6ff9a64d2aaa6eae396adc95e9c91c0cbfa6dbe4 (patch)
tree1ca1b9a0aff32f1542a9dc3d2f5ccac7ab8a52e3 /mm/slob.c
parentftrace/documentation: fix typo in function grapher name (diff)
downloadlinux-dev-6ff9a64d2aaa6eae396adc95e9c91c0cbfa6dbe4.tar.xz
linux-dev-6ff9a64d2aaa6eae396adc95e9c91c0cbfa6dbe4.zip
tracing: do not translate event helper macros in print format
By moving the macro that creates the print format code above the defining of the event macro helpers (__get_str, __print_symbolic, and __get_dynamic_array), we get a little cleaner print format. Instead of: (char *)((void *)REC + REC->__data_loc_name) we get: __get_str(name) Instead of: ({ static const struct trace_print_flags symbols[] = { { HI_SOFTIRQ, "HI" }, { we get: __print_symbolic(REC->vec, { HI_SOFTIRQ, "HI" }, { Signed-off-by: Steven Rostedt <rostedt@goodmis.org>
Diffstat (limited to 'mm/slob.c')
0 files changed, 0 insertions, 0 deletions