[PATCH 29/29] tools lib traceevent: Add pevent_print_func_field() helper function

2013-11-04 Thread Arnaldo Carvalho de Melo
From: Steven Rostedt Add the pevent_print_func_field() that will look up a field that is expected to be a function pointer, and it will print the function name and offset of the address given by the field. Signed-off-by: Steven Rostedt Cc: Andrew Morton Cc: Frederic Weisbecker Cc: Ingo

[PATCH 29/29] tools lib traceevent: Add pevent_print_func_field() helper function

2013-11-04 Thread Arnaldo Carvalho de Melo
From: Steven Rostedt srost...@redhat.com Add the pevent_print_func_field() that will look up a field that is expected to be a function pointer, and it will print the function name and offset of the address given by the field. Signed-off-by: Steven Rostedt rost...@goodmis.org Cc: Andrew Morton